Searched refs:SectionPropertyMap (Results 1 – 7 of 7) sorted by relevance
261 SectionPropertyMap::SectionPropertyMap(bool bIsFirstSection) : in SectionPropertyMap() function in writerfilter::dmapper::SectionPropertyMap328 SectionPropertyMap::~SectionPropertyMap() in ~SectionPropertyMap()381 uno::Reference< beans::XPropertySet > SectionPropertyMap::GetPageStyle( in GetPageStyle()443 void SectionPropertyMap::ApplyBorderToPageStyles( in ApplyBorderToPageStyles()621 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()638 bool SectionPropertyMap::HasFooter(bool bFirstPage) const in HasFooter()662 SectionPropertyMap* pLastContext = rDM_Impl.GetLastSectionContext( ); in CopyLastHeaderFooter()743 void SectionPropertyMap::PrepareHeaderFooterProperties( bool bFirstPage ) in PrepareHeaderFooterProperties()814 void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl ) in CloseSectionGroup()1063 void SectionPropertyMap::SetPaperBin( sal_Int32 nSet ) in SetPaperBin()[all …]
253 SectionPropertyMap* pSectionContext = 0; in PushProperties()255 (pSectionContext = new SectionPropertyMap( m_bIsFirstSection )) : in PushProperties()263 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties()1046 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader()1053 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageHeader()1062 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageHeader()1084 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter()1091 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageFooter()1100 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageFooter()3884 SectionPropertyMap * DomainMapper_Impl::GetSectionContext() in GetSectionContext()[all …]
390 SectionPropertyMap* GetLastSectionContext( ) in GetLastSectionContext()392 return dynamic_cast< SectionPropertyMap* >( m_pLastSectionContext.get( ) ); in GetLastSectionContext()502 void PushPageHeader(SectionPropertyMap::PageType eType);503 void PushPageFooter(SectionPropertyMap::PageType eType);627 SectionPropertyMap * GetSectionContext();
140 class SectionPropertyMap : public PropertyMap class209 explicit SectionPropertyMap(bool bIsFirstSection);210 ~SectionPropertyMap();278 typedef boost::shared_ptr<SectionPropertyMap> SectionPropertyMapPtr;
195 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in lcl_attribute()2213 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in sprmWithProps()4313 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in lcl_endSectionGroup()4654 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_LEFT); in lcl_substream()4659 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_RIGHT); in lcl_substream()4664 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_FIRST); in lcl_substream()4669 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_LEFT); in lcl_substream()4674 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_RIGHT); in lcl_substream()4679 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_FIRST); in lcl_substream()
72 void SetBorders( SectionPropertyMap* pSectContext );
136 void PageBordersHandler::SetBorders( SectionPropertyMap* pSectContext ) in SetBorders()
Completed in 79 milliseconds