1.13.5 Float

<..configure ooffice latex..>+
 \Configure{float}
    {\csname par\endcsname\ShowPar \leavevmode}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:section text:name="float"  >}}
    {\ifvmode \IgnorePar\fi\EndP
     \HCode{</text:section>}%
     \csname par\endcsname\ShowPar
    }
 \ConfigureEnv{figure}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:section text:name="fig"
                          text:style-name="Figure"
                           ><.big skip.>}%
     \bgroup \Configure{float}{\ShowPar}{}{}%
    }
    {\egroup
     \ifvmode \IgnorePar\fi\EndP \HCode{<.big skip.></text:section>}%
     \csname par\endcsname\ShowPar}
    {}{}
-_-_-

<..configure ooffice Preamble..>+
 \edef\Preamble{\Preamble,refcaption}
-_-_-

The section style can’t be in style.xml?

<..oo2 automatic styles..>
 \Configure{automatic-styles}
    {\csname a:figure-style\endcsname}
 \NewConfigure{figure-style}{1}
 \Configure{figure-style}{%
    <style:style style:name="Figure" style:family="section">\Hnewline
      <style:section-properties
                                fo:margin-left="0.25in"
                                fo:margin-right="0.25in"
                                style:editable="true">\Hnewline
          <style:columns fo:column-count="0"
                         fo:column-gap="0in"/>
      </style:section-properties>
    </style:style>\Hnewline
 }
-_-_-