Searched refs:nBreakCode (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 1170 sal_uInt8 nFlag, sal_uInt8 nBreakCode) in OutHeaderFooter() argument 1182 if (rWrt.bHasHdr && nBreakCode!=0) in OutHeaderFooter() 1411 void WW8AttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument 1413 if ( 2 != nBreakCode ) // new page is the default in SectionType() 1419 m_rWW8Export.pO->Insert( nBreakCode, m_rWW8Export.pO->Count() ); in SectionType() 1464 …nst SwFrmFmt& rFmt, const SwFrmFmt& rLeftFmt, const SwFrmFmt& rFirstPageFmt, sal_uInt8 nBreakCode ) in WriteHeadersFooters() argument 1470 … pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters() 1472 …epx->OutHeaderFooter( *this, true, rLeftFmt, nCpPos, nHeadFootFlags, WW8_HEADER_EVEN, nBreakCode ); in WriteHeadersFooters() 1474 pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters() 1478 … pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters() [all …]
|
| H A D | wrtww8.hxx | 268 … const SwFmt& rFmt, sal_uLong& rCpPos, sal_uInt8 nHFFlags, sal_uInt8 nFlag, sal_uInt8 nBreakCode); 729 sal_uInt8 nBreakCode) = 0; 1155 sal_uInt8 nBreakCode);
|
| H A D | rtfexport.hxx | 104 …st SwFrmFmt& rFmt, const SwFrmFmt& rLeftFmt, const SwFrmFmt& rFirstPageFmt, sal_uInt8 nBreakCode );
|
| H A D | ww8attributeoutput.hxx | 191 virtual void SectionType( sal_uInt8 nBreakCode );
|
| H A D | attributeoutputbase.hxx | 303 virtual void SectionType( sal_uInt8 nBreakCode ) = 0;
|
| H A D | rtfattributeoutput.hxx | 226 virtual void SectionType( sal_uInt8 nBreakCode );
|
| H A D | docxattributeoutput.hxx | 225 virtual void SectionType( sal_uInt8 nBreakCode );
|
| H A D | rtfattributeoutput.cxx | 1445 void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument 1447 OSL_TRACE("%s, nBreakCode = %d", OSL_THIS_FUNC, nBreakCode); in SectionType() 1454 switch ( nBreakCode ) in SectionType()
|
| H A D | docxattributeoutput.cxx | 1982 void DocxAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument 1988 switch ( nBreakCode ) in SectionType()
|