1.4.1 LaTeX

<..ooffice title page..>+
 \ConfigureEnv{abstract}
    {\IgnorePar\EndP \bgroup
       \Configure{HtmlPar}
          {\EndP \HCode{<text:p
                     text:style-name="abstract<.cond rtl class.>">}}
          {\EndP \HCode{<text:p
                     text:style-name="abstract<.cond rtl class.>">}}
          {\HCode{</text:p>}}
          {\HCode{</text:p>}}%
       \par \ShowPar
    }
    {\ifvmode \IgnorePar\fi \EndP \egroup \ShowPar\par \IgnoreIndent }
    {\ifvmode \IgnorePar\fi\EndP
     \HCode{<text:p text:style-name="abstract-title"  >}%
    }
    {\HCode{</text:p>}}
-_-_-

<..ooffice title page..>+
 \NewConfigureOO{abstract}
 \ConfigureOO{abstract}{\Hnewline
 <style:style style:name="abstract"
                   style:family="paragraph"
                   style:parent-style-name="Text-body"
                   style:next-style-name="Text-body">\Hnewline
 <style:paragraph-properties  fo:margin-left="3cm"
                   fo:margin-right="3cm"
                   fo:margin-top="0cm"
                   fo:margin-bottom="0.199cm"
                   fo:font-size="10pt"
                   fo:text-indent="0cm"
                   style:auto-text-indent="false"/>\Hnewline
 </style:style>\Hnewline <.abstract rtl.> }
-_-_-

<..ooffice title page..>+
 \NewConfigureOO{abstract-title}
 \ConfigureOO{abstract-title}{\Hnewline
 <style:style style:name="abstract-title"
                   style:family="paragraph"
                   style:parent-style-name="abstract"
                   style:next-style-name="abstract">\Hnewline
 <style:paragraph-properties  fo:margin-top="0.499cm"
                   fo:margin-bottom="0cm"
                   fo:font-weight="bold"
                   fo:text-align="center"
                   style:justify-single-word="false"/>\Hnewline
 </style:style>\Hnewline
 }
-_-_-