Searched refs:bFirstPage (Results 1 – 3 of 3) sorted by relevance
624 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()627 if( (bFirstPage && m_aFirstPageStyle.is()) ||( !bFirstPage && m_aFollowPageStyle.is()) ) in HasHeader()629 if( bFirstPage ) in HasHeader()641 bool SectionPropertyMap::HasFooter(bool bFirstPage) const in HasFooter()644 if( (bFirstPage && m_aFirstPageStyle.is()) ||( !bFirstPage && m_aFollowPageStyle.is()) ) in HasFooter()646 if( bFirstPage ) in HasFooter()671 bFirstPage ); in CopyLastHeaderFooter()675 bFirstPage ); in CopyLastHeaderFooter()749 void SectionPropertyMap::PrepareHeaderFooterProperties( bool bFirstPage ) in PrepareHeaderFooterProperties() argument752 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;
3181 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render() local3202 if (bIsPDFExport && bFirstPage && pWrtShell) in render()
Completed in 134 milliseconds