1.8.3 alphanum

<..configure ooffice alphanum..>
 \bgroup
    \let\ifx=\relax
    \let\:temp=\relax
    \let\:tempa=\expandafter
    \let\expandafter=\relax
    \let\:TableOfContents=\relax
    \let\else=\relax
    \let\if=\relax
    \let\fi=\relax
    \def\Auto:ent#1{\noexpand\Auto:ent{#1,toclvla,liketoclvla,toclvlb,%
       liketoclvlb,toclvlc,liketoclvlc,toclvld,liketoclvld,toclvle,%
       liketoclvle,toclvlf,liketoclvlf,toclvlg,liketoclvlg,toclvlh,%
       liketoclvlh,toclvli,liketoclvli,toclvlj,%
       liketoclvlj,toclvlk,liketoclvlk,toclvll,liketoclvll}}
    \edef\:TOC{\def\noexpand\:TOC{\:TOC}}
    \:tempa
 \egroup \:TOC
-_-_-

<..configure ooffice alphanum..>+
 \ConfigureToc{chapter}
   {\HCode{<text:p text:style-name="P1"  ><text:span
                               text:style-name="toc-mark"  >}}
   { \HCode{</text:span>}}
   {}
   {\HCode{</text:p>}}
-_-_-

<..configure ooffice alphanum..>+
 \def\:tempc#1#2#3#4{%
    \ConfigureMark{toclvl#1}
       {\HCode{<text:span
           text:style-name="toclvl#1"   >}\csname thelvl#1\endcsname
        \HCode{</text:span><text:s/>}}%
    \Configure{toclvl#1}
       {}{}
       {\ifvmode \IgnorePar\fi \EndP\IgnorePar
        \HCode{<text:h
               text:style-name="\csname a:Heading-#4\endcsname"
               \text:outlinelevel="#4"
                      >}\TitleMark\space\HtmlParOff}
       {\HCode{</text:h>}\HtmlParOn \ShowPar\IgnoreIndent \par}%
    \ConfigurToc{toclvl#1}
       {\HCode{<text:p text:style-name="P#4"><text:span
                                           text:style-name="toc-mark">}%
        <.alphanum toc spaces.>%
        \def\:temp{\J@INumberRoot{#2}{\tmp:cnt}}%
        \afterassignment\:temp \tmp:cnt}
       {#3\HCode{</text:span><text:s/>}}
       {}
       {\HCode{</text:p>}}%
    \ConfigureToc{liketoclvl#1}
       {\HCode{<text:p text:style-name="P#4"  ><text:span
                                  text:style-name="toc-mark"  >}%
        <.alphanum toc spaces.>%
        \def\:temp{\J@INumberRoot{#2}{\tmp:cnt}}%
        \afterassignment\:temp \tmp:cnt}
       {#3\HCode{</text:span><text:s/>}}
       {}
       {\HCode{</text:p>}}%
 }
 \:tempc a1{.}{3}
 \:tempc b2{.}{4}
 \:tempc c3{.}{5}
 \:tempc d4{)}{5}
 \:tempc e5{)}{5}
 \:tempc f6{)}{5}
 \:tempc g7{)}{5}
 \:tempc h8{)}{5}
 \:tempc i9{)}{5}
 \:tempc j{10}{)}{5}
 \:tempc k{11}{)}{5}
 \:tempc l{12}{)}{5}
-_-_-

<..alphanum toc spaces..>
 \tmp:cnt=0 \loop \advance\tmp:cnt by 1
                   \ifnum \tmp:cnt<#2 ~~\repeat
-_-_-