1.19.1 Cross References

http://www.linuxjournal.com/article/8112

<text:reference-mark-start text:name="xx"/>  
is  
<text:reference-mark-end text:name="xx"/>  
 
<text:reference-ref text:reference-format="direction" text:ref-name="xx">  
above  
</text:reference-ref>

An approximation is provided here, to be cleaned by xtpipes.

<..configure ooffice latex..>+
 \Configure{Link}{t4htlink}{href=}{name=}{}%
 \Configure{ref}
    {\Link}
    {\ifx \RefArg\:UnDef\else
       \Tg<!--tex4ht:ref: \RefArg\space-->\fi\EndLink}
    {}
 \def\NOHREF:#1{\space  href="\:sharp#1"}%
-_-_-

<..configure ooffice latex..>+
 \:CheckOption{hidden-ref}\if:Option
    \OOstyles{%
    <style:style style:name="reference-ref" style:family="text">
        <style:text-properties
            style:text-scale = "0\%"
        />
    </style:style>
    }
 \else
    \Log:Note{to hide clickable index and bibliography references
           use the command line option ‘hidden-ref’}
    \OOstyles{%
    <style:style style:name="reference-ref" style:family="text">
        <style:text-properties
            style:text-underline-style="solid"
            style:text-underline-width="thick"
            style:text-underline-height="0.2em"
            style:text-underline-color="\#0000FF"
        />
    </style:style>
    }
 \fi
-_-_-

<..configure ooffice latex ..>
 \Configure{Link}{text:a}{ xlink:href=}
                         { office:name=}{}%
 \def\NOHREF:#1{\space  xlink:href="\:sharp#1"}%
-_-_-