1.20.3 Obeying lines and Verbatims

<..configure ooffice latex..>+
 \Configure{verb}
    {\HCode{<text:span\Hnewline text:style-name="verb">}}
    {\HCode{</text:span>}}
 \NewConfigureOO{verb}
 \ConfigureOO{verb}{<.verb style.>}
-_-_-

<..configure ooffice latex..>+
 \Configure{obeylines}
    {\ifvmode \IgnorePar\EndP \IgnoreIndent
        \HCode{<text:p\Hnewline text:style-name="obeylines-v">}%
        \gdef\ob:ln{\ht:special{t4ht=</text:p>}}%
     \else
        \SaveEndP \HCode{<text:span\Hnewline
                                text:style-name="obeylines-h">}%
        \gdef\ob:ln{\ht:special{t4ht=</text:span>}\RecallEndP}%
     \fi
    }
    {\EndP\ob:ln\ShowPar}
    {\hbox{\HCode{<text:line-break/>}}}
 \NewConfigureOO{obeylines}
 \ConfigureOO{obeylines}{<.obeylines style.>}
-_-_-

<..configure ooffice latex..>+
 \ConfigureEnv{verbatim}
   {\ifinner\else \vfill\break\fi
    \IgnorePar\EndP  \HAssign\Verb:N=0
    \HCode{<.input line num.><text:p
      text:style-name="Preformatted-Text<.cond rtl class.>">}\EndNoFonts
   }
   {\NoFonts \EndP \ht:special{t4ht=</text:p>}\ShowPar\par}
   {}{}
 \Configure{verbatim}
   {\HAdvance\Verb:N by 1 \ifnum \Verb:N>1
      \HCode{<text:line-break/>}%
    \fi
   }
   {\HCode{<text:s/>}}
 \NewConfigureOO{verbatim}
 \ConfigureOO{verbatim}{<.verbatim style.>}
-_-_-

<..obeylines style..>
 <style:style style:name="obeylines-h" style:family="text">\Hnewline
    <style:text-properties
            fo:wrap-option="no-wrap"
    />\Hnewline
 </style:style>\Hnewline
 <style:style style:name="obeylines-v" style:family="text">\Hnewline
    <style:text-properties
            fo:wrap-option="no-wrap"
    />\Hnewline
 </style:style>\Hnewline
-_-_-

<..verb style..>
 <style:style style:name="verb" style:family="text">\Hnewline
    <style:text-properties
        fo:font-family="monospace"
    />\Hnewline
 </style:style>\Hnewline
-_-_-

<..verbatim style..>
 <style:style style:name="Preformatted-Text"
              style:family="paragraph"
              style:parent-style-name="Standard">\Hnewline
    <style:paragraph-properties
 %      fo:font-family="monospace"
 %      fo:wrap-option="no-wrap"
 %      style:font-name="Courier"
       fo:margin-top="0.2cm"
       fo:margin-bottom="0.2cm"
       fo:text-indent="0cm"
    />\Hnewline
    <style:text-properties fo:font-family="monospace"/>\Hnewline
 </style:style>\Hnewline
 <.Preformatted Text rtl.>  %
-_-_-

<..W2L verbatim style..>
 <style:style style:name="Preformatted-Text"
              style:family="paragraph"
              style:parent-style-name="Standard"
              style:class="html">
 <style:paragraph-properties  fo:margin-top="0cm"
              fo:margin-bottom="0cm"
              style:font-name="Cumberland2"
              fo:font-size="12pt"
              style:font-name-asian="Cumberland2"
              style:font-size-asian="10pt"
              style:font-name-complex="Cumberland2"
              style:font-size-complex="10pt"/>
 </style:style>
-_-_-

<..oo2 fonts ..>
   <style:font-face
       style:font-name="Courier"
       svg:font-family="Courier"
       style:font-family-generic="modern"
       style:font-pitch="fixed"/>\Hnewline
-_-_-