Searched refs:bFirstPage (Results 1 – 3 of 3) sorted by relevance
621 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()624 if( (bFirstPage && m_aFirstPageStyle.is()) ||( !bFirstPage && m_aFollowPageStyle.is()) ) in HasHeader()626 if( bFirstPage ) in HasHeader()638 bool SectionPropertyMap::HasFooter(bool bFirstPage) const in HasFooter()641 if( (bFirstPage && m_aFirstPageStyle.is()) ||( !bFirstPage && m_aFollowPageStyle.is()) ) in HasFooter()643 if( bFirstPage ) in HasFooter()657 void SectionPropertyMap::CopyLastHeaderFooter( bool bFirstPage, DomainMapper_Impl& rDM_Impl ) in CopyLastHeaderFooter() argument668 bFirstPage ); in CopyLastHeaderFooter()672 bFirstPage ); in CopyLastHeaderFooter()743 void SectionPropertyMap::PrepareHeaderFooterProperties( bool bFirstPage ) in PrepareHeaderFooterProperties() argument[all …]
200 void CopyLastHeaderFooter( bool bFirstPage, DomainMapper_Impl& rDM_Impl );201 void PrepareHeaderFooterProperties( bool bFirstPage );202 bool HasHeader( bool bFirstPage ) const;203 bool HasFooter( bool bFirstPage ) const;
3189 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render() local3210 if (bIsPDFExport && bFirstPage && pWrtShell) in render()