Home
last modified time | relevance | path

Searched refs:nPageRestartNumber (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx188 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Dattributeoutputbase.hxx300 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) = 0;
H A Drtfattributeoutput.hxx223 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Dwrtw8sty.cxx1384 void WW8AttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1394 if ( nPageRestartNumber ) in SectionPageNumbering()
1408 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, nPageRestartNumber ); in SectionPageNumbering()
H A Ddocxattributeoutput.hxx222 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
H A Ddocxattributeoutput.cxx1958 void DocxAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1965 if ( nPageRestartNumber > 0 ) in SectionPageNumbering()
1966 pAttr->add( FSNS( XML_w, XML_start ), OString::valueOf( sal_Int32( nPageRestartNumber ) ) ); in SectionPageNumbering()
H A Drtfattributeoutput.cxx1418 void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument
1422 if (nPageRestartNumber > 0) in SectionPageNumbering()
1425 m_aSectionBreaks.append((sal_Int32)nPageRestartNumber); in SectionPageNumbering()

Completed in 70 milliseconds