Searched refs:SectionBreak (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | docxexport.cxx | 307 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection() 341 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo( ) ); in OutputEndNode() 375 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc()
|
H A D | ww8attributeoutput.hxx | 160 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
|
H A D | rtfexport.cxx | 741 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc() 786 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection()
|
H A D | attributeoutputbase.hxx | 274 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) = 0;
|
H A D | rtfattributeoutput.hxx | 197 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
|
H A D | docxattributeoutput.hxx | 196 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
|
H A D | ww8atr.cxx | 3711 SectionBreak( nC ); in FormatBreak() 3718 void WW8AttributeOutput::SectionBreak( sal_uInt8 nC, const WW8_SepInfo* /*pSectionInfo*/ ) in SectionBreak() function in WW8AttributeOutput
|
H A D | docxattributeoutput.cxx | 1813 void DocxAttributeOutput::SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo ) in SectionBreak() function in DocxAttributeOutput
|
H A D | rtfattributeoutput.cxx | 1320 void RtfAttributeOutput::SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo ) in SectionBreak() function in RtfAttributeOutput
|
Completed in 73 milliseconds