Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx621 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() argument
746 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;
/aoo41x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3165 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render() local
3186 if (bIsPDFExport && bFirstPage && pWrtShell) in render()

Completed in 37 milliseconds