1.11 tabbing

<..ooffice begin-end env..>+
 \HAssign\tabbing:N=0
 \Configure{tabbing}[1.5]{\IgnorePar\leavevmode
      \gHAdvance\tabbing:N by 1
      \gHAssign\tabbing:Nrow=0
      \ht:special{t4ht=<text:p
          text:style-name="tabbing" \Hnewline   >}}
    {\ht:special{t4ht=</text:p>\Hnewline}\ShowPar}
    {\gHAdvance\tabbing:Nrow by 1
     \ht:special{t4ht=<text:span\Hnewline
        text:style-name="tabbing-\tabbing:N-\tabbing:Nrow"
          >}%
        <.style of current tabbing cell.>%
    }
    {\ht:special{t4ht=</text:span>}}
 \ConfigureEnv{tabbing}{\IgnorePar\EndP}{}{}{}
-_-_-

<..ooffice begin-end env..>+
 \NewConfigureOO{tabbing}
 \ConfigureOO{tabbing}{<.oo tabbing style.>}
-_-_-

<..oo tabbing style..>
 <style:style style:name="tabbing"
              style:family="paragraph"
              style:parent-style-name="Standard" >\Hnewline
   <style:paragraph-properties  fo:margin-left="0cm"
              fo:margin-right="0cm"
              fo:text-indent="0.5cm"
              style:auto-text-indent="false"/>\Hnewline
 </style:style>\Hnewline
-_-_-

The following style sdon’t work.

<..style of current tabbing cell..>
 \OOstyles{%
     <style:style style:name="tabbing-\tabbing:N-\tabbing:Nrow"
                  >\Hnewline
          <style:text-properties
                fo:wrap-option="no-wrap"
                \ifx \TabWidth\empty \else
                    fo:width="\TabWidth pt"
                \fi
                \ifx \‘\TabType
                    style:text-align="right"
                \fi
               />\Hnewline
     </style:style>\Hnewline
   }
-_-_-
Is there a way to request a no-wrap element <text:span> ...  
</text:span> of a specified width?  
 
      LaTeX source:  
      \begin{tabbing}  
      Armadillo \= Armament \=       \kill  
      Gnat      \> Gnu      \> Gnome \\  
      Armadillo \> Armament \> Armorer  
      \end{tabbing}  
 
Unfortunately not, you have to use either tab-stops or a table for this.