1.8.2 Scr

<..configure ooffice scrbook..>+
 \ConfigureMark{chapter}
    {\if@mainmatter \thechapter.~~\fi}
-_-_-

<..configure ooffice scrreprt..>+
 \ConfigureMark{chapter}{\thechapter~~}
-_-_-

<..scr ooffice chapters..>
 \Configure{chapter}
    {\IgnorePar\EndP \HCode{<!--start of chapter--><.new page.>}}
    {\IgnorePar\EndP \HCode{<!--end of chapter-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-1\endcsname"
                    \text:outlinelevel="1"  ><text:span
                    text:style-name="chapter">}\TitleMark\space
     \HCode{</text:span>}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
 \Configure{likechapter}
    {\IgnorePar\EndP \HCode{<!--start of chapter*--><.new page.>}}
    {\IgnorePar\EndP \HCode{<!--end of chapter*-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-1\endcsname"
                    \text:outlinelevel="1"  >}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
 \Configure{addchap}
    {\IgnorePar\EndP \HCode{<!--start of addchap--><.new page.>}}
    {\IgnorePar\EndP \HCode{<!--end of addchap-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-1\endcsname"
                    \text:outlinelevel="1"  >}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
-_-_-

<..basic scr ooffice sections..>
 \ConfigureMark{section}
    {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else  \thesection\space\fi }
 \Configure{section}
    {\IgnorePar\EndP \HCode{<!--start of section-->}}
    {\IgnorePar\EndP \HCode{<!--end of section-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-2\endcsname"
                    \text:outlinelevel="2"  ><text:span
                    text:style-name="section">}\TitleMark\space
     \HCode{</text:span>}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
-_-_-

<..basic scr ooffice sections..>+
 \ConfigureMark{subsection}
    {\ifnum \c:secnumdepth>\c@secnumdepth  \expandafter\:gobble
     \else \thesubsection\space\fi }
 \Configure{subsection}
    {\IgnorePar\EndP \HCode{<!--start of subsection-->}}
    {\IgnorePar\EndP \HCode{<!--end of subsection-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-3\endcsname"
                    \text:outlinelevel="3"  ><text:span
                    text:style-name="subsection"   >}\TitleMark\space
     \HCode{</text:span>}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
-_-_-

<..basic scr ooffice sections..>+
 \Configure{likesection}
    {\IgnorePar\EndP \HCode{<!--start of section*-->}}
    {\IgnorePar\EndP \HCode{<!--end of section*-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-2\endcsname"
                    \text:outlinelevel="2"  >}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
 \Configure{likesubsection}
    {\IgnorePar\EndP \HCode{<!--start of subsection*-->}}
    {\IgnorePar\EndP \HCode{<!--end of subsection*-->}}
    {\HCode{<text:h text:style-name="\csname a:Heading-3\endcsname"
                    \text:outlinelevel="3"  >}\IgnoreIndent}
    {\HCode{</text:h>\Hnewline}\par\ShowPar}
-_-_-

<..scrbook end units..>
 \Configure{endlikeparagraph}
    {paragraph,subsubsection,likesubsubsection,subsection,%
     likesubsection,section,%
     likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endsubparagraph}
    {likesubparagraph,likeparagraph,subsubsection,likesubsubsection,%
     subsection,likesubsection,section,%
     likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endlikesubparagraph}
    {subparagraph,likeparagraph,subsubsection,likesubsubsection,%
     subsection,likesubsection,section,%
     likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endsection}
      {likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endlikesection}
      {section,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endsubsection}
    {likesubsection,section,likesection,chapter,%
       likechapter,addchap,appendix,part,likepart}
 \Configure{endlikesubsection}
    {subsection,section,likesection,chapter,%
       likechapter,addchap,appendix,part,likepart}
 \Configure{endsubsubsection}
    {likesubsubsection,subsection,likesubsection,section,%
       likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endlikesubsubsection}
    {subsubsection,subsection,likesubsection,section,%
       likesection,chapter,likechapter,addchap,appendix,part,likepart}
 \Configure{endparagraph}
    {likeparagraph,subsubsection,likesubsubsection,subsection,%
     likesubsection,section,%
     likesection,chapter,likechapter,addchap,appendix,part,likepart}
-_-_-