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()668 bFirstPage ); in CopyLastHeaderFooter()672 bFirstPage ); in CopyLastHeaderFooter()743 void SectionPropertyMap::PrepareHeaderFooterProperties( bool bFirstPage ) in PrepareHeaderFooterProperties() argument746 if(HasHeader(bFirstPage)) in PrepareHeaderFooterProperties()[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;
3165 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render() local3186 if (bIsPDFExport && bFirstPage && pWrtShell) in render()
Completed in 44 milliseconds