1.6.3 Items

How the problem in the following post can be resolved?

http://www.mail-_archive.com/[email protected]/msg00840.html

<..ooffice bib with bibname..>
 \def\ref:name{\bibname}
 <.ooffice bib.>
-_-_-

<..ooffice bib with refname..>
 \def\ref:name{\refname}
 <.ooffice bib.>
-_-_-

<..ooffice bib..>
 \HAssign\bib:N=0
 \:CheckOption{bib-}\if:Option
    \ConfigureList{thebibliography}%
       {\IgnorePar\EndP \gHAdvance\bib:N by 1
        \let\en:bib=\empty
       }
       {\en:bib}
       {\en:bib\def\en:bib{\HCode{</text:p>}}\HCode
                      {<text:p text:style-name="p-bibitem"  >}}
       {}
 \else
    \Log:Note{for a degraded bibliography friendlier for conversion to .doc,
          use the command line option ‘bib-’}
    \ConfigureList{thebibliography}%
       {\IgnorePar\EndP \gHAdvance\bib:N by 1
        \HCode{<text:bibliography text:name="bib-\bib:N" >
           <text:bibliography-source>\Hnewline
              <.bibliography source.>\Hnewline
           </text:bibliography-source>\Hnewline
           <text:index-body>\Hnewline
        }\let\en:bib=\empty
       }
       {\en:bib\HCode{</text:index-body></text:bibliography>}}
       {\en:bib\def\en:bib{\HCode{</text:p>}}\HCode
                      {<text:p text:style-name="p-bibitem"  >}}
       {}
 \fi
 \Configure{bibitem}{\Link}{\EndLink\space }
-_-_-

<..ooffice bib..>+
 \NewConfigureOO{p-bibitem}
 \ConfigureOO{p-bibitem}{%
    <style:style style:name="p-bibitem"\Hnewline
              style:family="paragraph" \Hnewline
              style:parent-style-name="Standard">\Hnewline
       <style:paragraph-properties  fo:margin-left="1cm"\Hnewline
                      fo:text-indent="-1cm"\Hnewline
                      fo:margin-right="0cm" \Hnewline
                      style:auto-text-indent="false">\Hnewline
               <style:tab-stops/>\Hnewline
       </style:paragraph-properties >\Hnewline
     </style:style>\Hnewline
 }
-_-_-

<..bibliography source..>
 <text:index-title-template>}\NoFonts\ref:name\EndNoFonts\HCode{%
 </text:index-title-template>\Hnewline
 %
   <text:bibliography-entry-template\Hnewline
       text:bibliography-type="custom1"
       text:style-name="Bibliography11"  >\Hnewline
 %
     <text:index-entry-bibliography
       text:bibliography-data-field="identifier"  />\Hnewline
 %
     <text:index-entry-span>: </text:index-entry-span>\Hnewline
     <text:index-entry-bibliography
                   text:bibliography-data-field="author" />\Hnewline
     <text:index-entry-span>, </text:index-entry-span>\Hnewline
 %
     <text:index-entry-bibliography
        text:bibliography-data-field="title" />\Hnewline
     <text:index-entry-span>, </text:index-entry-span>\Hnewline
 %
     <text:index-entry-bibliography
        text:bibliography-data-field="year" />\Hnewline
     </text:bibliography-entry-template>\Hnewline
-_-_-