Home
last modified time | relevance | path

Searched refs:bFirstPage (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx624 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() argument
752 if(HasHeader(bFirstPage)) in PrepareHeaderFooterProperties()
[all …]
H A DPropertyMap.hxx200 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;
/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3181 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render() local
3202 if (bIsPDFExport && bFirstPage && pWrtShell) in render()

Completed in 522 milliseconds