Lines Matching refs:nHeadFootFlags

1424 void WW8AttributeOutput::SectionWW6HeaderFooterFlags( sal_uInt8 nHeadFootFlags )  in SectionWW6HeaderFooterFlags()  argument
1426 if ( nHeadFootFlags && !m_rWW8Export.bWrtWW8 ) in SectionWW6HeaderFooterFlags()
1428 sal_uInt8 nTmpFlags = nHeadFootFlags; in SectionWW6HeaderFooterFlags()
1464 void WW8Export::WriteHeadersFooters( sal_uInt8 nHeadFootFlags, in WriteHeadersFooters() argument
1470 if ( !(nHeadFootFlags & WW8_HEADER_EVEN) && pDop->fFacingPages ) in WriteHeadersFooters()
1471 … pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters()
1473 …pSepx->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()
1478 if ( !(nHeadFootFlags & WW8_FOOTER_EVEN) && pDop->fFacingPages ) in WriteHeadersFooters()
1479 … pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1481 …pSepx->OutHeaderFooter( *this, false, rLeftFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_EVEN, nBreakCod… in WriteHeadersFooters()
1483 … pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1488 …pSepx->OutHeaderFooter( *this, true, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_HEADER_FIRST, nBre… in WriteHeadersFooters()
1489 …pSepx->OutHeaderFooter( *this, false, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_FIRST, nBr… in WriteHeadersFooters()
1690 sal_uInt8 nHeadFootFlags = 0; in SectionProperties() local
1698 MSWordSections::SetHeaderFlag( nHeadFootFlags, *pPdFmt, WW8_HEADER_ODD ); in SectionProperties()
1699 MSWordSections::SetFooterFlag( nHeadFootFlags, *pPdFmt, WW8_FOOTER_ODD ); in SectionProperties()
1702 MSWordSections::SetHeaderFlag( nHeadFootFlags, *pPdLeftFmt, WW8_HEADER_EVEN ); in SectionProperties()
1705 MSWordSections::SetFooterFlag( nHeadFootFlags, *pPdLeftFmt, WW8_FOOTER_EVEN ); in SectionProperties()
1710 MSWordSections::SetHeaderFlag( nHeadFootFlags, *pPdFirstPgFmt, WW8_HEADER_FIRST ); in SectionProperties()
1711 MSWordSections::SetFooterFlag( nHeadFootFlags, *pPdFirstPgFmt, WW8_FOOTER_FIRST ); in SectionProperties()
1714 AttrOutput().SectionWW6HeaderFooterFlags( nHeadFootFlags ); in SectionProperties()
1737 WriteHeadersFooters( nHeadFootFlags, *pPdFmt, *pPdLeftFmt, *pPdFirstPgFmt, nBreakCode ); in SectionProperties()