Searched refs:nPageRestartNumber (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 188 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | attributeoutputbase.hxx | 300 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) = 0;
|
H A D | rtfattributeoutput.hxx | 223 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | docxattributeoutput.hxx | 222 virtual void SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber );
|
H A D | wrtw8sty.cxx | 1384 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 D | docxattributeoutput.cxx | 1958 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 D | rtfattributeoutput.cxx | 1426 void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 nPageRestartNumber ) in SectionPageNumbering() argument 1430 if (nPageRestartNumber > 0) in SectionPageNumbering() 1433 m_aSectionBreaks.append((sal_Int32)nPageRestartNumber); in SectionPageNumbering()
|
Completed in 87 milliseconds