1.15.2 Soul

<..configure ooffice soul..>
 \Configure{textcaps}
      {\HCode{<text:span text:style-name="textcaps">}}
      {\HCode{</text:span>}}
 \Configure{texthl}
      {\HCode{<text:span text:style-name="texthl">}\bgroup
      \ifx\setstcolor\:gobble\else <.soul color.>\fi}
      {\egroup\HCode{</text:span>}}
 \Configure{textso}
      {\HCode{<text:span text:style-name="textso">}}
      {\HCode{</text:span>}}
 \Configure{textst}
      {\HCode{<text:span text:style-name="textst">}\bgroup
      \ifx\setstcolor\:gobble\else <.soul color.>\fi}
      {\egroup\HCode{</text:span>}}
 \Configure{textul}
      {\HCode{<text:span text:style-name="textul">}\bgroup
      \ifx\setstcolor\:gobble\else <.soul color.>\fi}
      {\egroup\HCode{</text:span>}}
-_-_-

<..configure ooffice soul..>+
 \NewConfigureOO{textcaps}
 \ConfigureOO{textcaps}{<.oo textcaps style.>}
 \NewConfigureOO{textso}
 \ConfigureOO{textso}{<.oo textso style.>}
 \NewConfigureOO{textst}
 \ConfigureOO{textst}{<.oo textst style.>}
 \NewConfigureOO{textul}
 \ConfigureOO{textul}{<.oo textul style.>}
-_-_-

<..oo textcaps style..>
 <style:style style:name="textcaps" style:family="text">\Hnewline
   <style:text-properties fo:font-variant="small-caps" />\Hnewline
 </style:style>\Hnewline
-_-_-

<..oo textso style..>
 <style:style style:name="textso" style:family="text">
    <style:text-properties fo:letter-spacing="0.035in"/>
 </style:style>
-_-_-

<..oo textst style..>
 <style:style style:name="textst" style:family="text">
    <style:text-properties style:text-line-through-style="solid"
                           style:text-underline-style="none"     />
 </style:style>
-_-_-

<..oo textul style..>
 <style:style style:name="textul" style:family="text">
     <style:text-properties style:text-underline-style="solid"
                            style:text-underline-width="auto"
                            style:text-underline-color="font-color"
     />
 </style:style>
-_-_-

<..soul color..>
 \Configure{textcolor}
    {\gHAdvance\textcolorN by 1
     \Configure{color}%
       {\Configure{SetHColor}{%
          \OOstyles{%
            <style:style style:name="textcolor\textcolorN" style:family="text">
               <style:text-properties fo:color="\HColor"
                                      fo:background-color="transparent" />
            </style:style>}%
     }}%
     \HCode{<text:span text:style-name="textcolor\textcolorN">}}%
    {\HCode{</text:span>}}%
-_-_-