3.7.2 cgloss4e

<..configure ooffice cgloss4e..>
 \Configure{tsent}
    {\HCode{<table:table-cell table:style-name="tsent-td">%
            <text:p text:style-name="tsent-p">}%
     \gHAdvance\tsent:cnt by 1
    }
    {\HCode{</text:p></table:table-cell>}}
    {\HCode{<text:line-break />}}
-_-_-

<..configure ooffice cgloss4e..>+
 \Configure{gll}
    {\ifvmode \IgnorePar\fi \EndP
     \bgroup
       \ConfigureEnv{flushleft}
        {\ifvmode \IgnorePar\fi \EndP}
        {\ShowPar}
        {\EndP\IgnorePar
         <.boxed env.>%
         \HCode{<table:table table:style-name="gll-table"\Hnewline>%
               }\IgnorePar}
        {\IgnorePar\EndP\HCode{</table:table-row></table:table>}%
         <.end boxed env.>}%
      \Configure{HtmlPar}{}{}{}{}%
      \gHAssign\tsent:cnt=0
    }
    {\tmp:cnt=0
     \loop
        \advance\tmp:cnt by 1
        \HCode{<table:table-column table:style-name="gll-col"/>}%
        \ifnum \tsent:cnt>\tmp:cnt
     \repeat
     \HCode{<table:table-row table:style-name="gll-tr">}%
    }
    {\egroup}
-_-_-