Lines Matching refs:nBreakCode

1171 				     sal_uInt8 nFlag,  sal_uInt8 nBreakCode)  in OutHeaderFooter()  argument
1183 if (rWrt.bHasHdr && nBreakCode!=0) in OutHeaderFooter()
1412 void WW8AttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument
1414 if ( 2 != nBreakCode ) // new page is the default in SectionType()
1420 m_rWW8Export.pO->Insert( nBreakCode, m_rWW8Export.pO->Count() ); in SectionType()
1465 …nst SwFrmFmt& rFmt, const SwFrmFmt& rLeftFmt, const SwFrmFmt& rFirstPageFmt, sal_uInt8 nBreakCode ) in WriteHeadersFooters() argument
1471 … pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters()
1473 …epx->OutHeaderFooter( *this, true, rLeftFmt, nCpPos, nHeadFootFlags, WW8_HEADER_EVEN, nBreakCode ); in WriteHeadersFooters()
1475 pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters()
1479 … pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1481 …px->OutHeaderFooter( *this, false, rLeftFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_EVEN, nBreakCode ); in WriteHeadersFooters()
1483 … pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1488 …utHeaderFooter( *this, true, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_HEADER_FIRST, nBreakCode ); in WriteHeadersFooters()
1489 …tHeaderFooter( *this, false, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_FIRST, nBreakCode ); in WriteHeadersFooters()
1520 sal_uInt8 nBreakCode = 2; // default neue Seite beginnen in SectionProperties() local
1529 nBreakCode = 0; // fortlaufender Abschnitt in SectionProperties()
1535 nBreakCode = 2; in SectionProperties()
1541 if ( nBreakCode == 0 ) in SectionProperties()
1653 nBreakCode = 3; in SectionProperties()
1658 nBreakCode = 4; in SectionProperties()
1670 if ( 2 == nBreakCode ) in SectionProperties()
1673 nBreakCode = 3; in SectionProperties()
1675 nBreakCode = 4; in SectionProperties()
1679 AttrOutput().SectionType( nBreakCode ); in SectionProperties()
1696 if ( nBreakCode != 0 ) in SectionProperties()
1737 WriteHeadersFooters( nHeadFootFlags, *pPdFmt, *pPdLeftFmt, *pPdFirstPgFmt, nBreakCode ); in SectionProperties()