1.5.2 List

<..configure ooffice latex..>+
 \let\end:itm=\empty
 \ConfigureList{list}%
    {\EndP\HCode{<text:list
          text:style-name="list<.cond rtl class.>"
          text:name="list"\Hnewline>}%
     \PushMacro\end:itm
     \global\let\end:itm=\empty
     \SaveHtmlPar \HTML:PAR{dd}{dd}%
    }
    {\PopMacro\end:itm \global\let\end:itm \end:itm
     \EndP
     \RecallHtmlPar
     \HCode{</text:list-item></text:list>}\ShowPar}
    {\end:itm \global\def\end:itm{\EndP\HCode{</text:list-item>}}%
     \HCode{<text:list-item><text:h
       text:style-name="dt<.cond rtl class.>"\Hnewline >}\bgroup \bf}
    {\egroup\HCode{</text:h>}\par\ShowPar}
-_-_-

<..configure ooffice latex..>+
 \NewConfigureOO{list}
 \ConfigureOO{list}{<.oo2+ list style.>}
-_-_-

<..oo2+ list style..>
 <text:list-style style:name="list" >
   <text:list-level-style-bullet
        text:level="1"
        text:style-name="Source-Text"
        text:bullet-char=" " >\Hnewline
      <style:list-level-properties
        text:space-before="0in"
        text:min-label-width="0in"
        text:min-label-distance="0in" />\Hnewline
   </text:list-level-style-bullet>
   <text:list-level-style-bullet
        text:level="2"
        text:style-name="Source-Text"
        text:bullet-char=" " >\Hnewline
     <style:list-level-properties
        text:space-before="0.2in"
        text:min-label-width="0.2in"
        text:min-label-distance="0.05in"
      />\Hnewline
   </text:list-level-style-bullet>
   <text:list-level-style-bullet
        text:level="3"
        text:style-name="Source-Text"
        text:bullet-char=" " >\Hnewline
     <style:list-level-properties
        text:space-before="0.4in"
        text:min-label-width="0.2in"
        text:min-label-distance="0.05in"/>\Hnewline
   </text:list-level-style-bullet>
   <text:list-level-style-bullet
        text:level="4"
        text:style-name="Source-Text"
        text:bullet-char=" " >\Hnewline
     <style:list-level-properties
        text:space-before="0.6in"
        text:min-label-width="0.2in"
        text:min-label-distance="0.05in"/>\Hnewline
   </text:list-level-style-bullet>
 </text:list-style>
-_-_-

<..oo2+ list style..>+
 <style:style
     style:name="dd"
     style:family="paragraph"
     style:parent-style-name="Standard">
  <style:paragraph-properties
     fo:margin-left="0.35in"
     fo:margin-right="0in"
     fo:margin-top="0cm"
     fo:margin-bottom="0.2cm"
     fo:text-indent="0in"
     style:auto-text-indent="false"/>
 </style:style>
 <style:style
        style:name="dt"
        style:family="paragraph"
        style:parent-style-name="">
   <style:paragraph-properties
        fo:margin-left="0.1in"
        fo:margin-right="0in"
        fo:text-indent="0in"
        style:auto-text-indent="false"/>
   <style:text-properties
        fo:font-weight="bold"
   />
 </style:style>
-_-_-