Searched refs:SectionPropertyMap (Results 1 – 7 of 7) sorted by relevance
263 SectionPropertyMap::SectionPropertyMap(bool bIsFirstSection) : in SectionPropertyMap() function in writerfilter::dmapper::SectionPropertyMap330 SectionPropertyMap::~SectionPropertyMap() in ~SectionPropertyMap()383 uno::Reference< beans::XPropertySet > SectionPropertyMap::GetPageStyle( in GetPageStyle()446 void SectionPropertyMap::ApplyBorderToPageStyles( in ApplyBorderToPageStyles()624 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()641 bool SectionPropertyMap::HasFooter(bool bFirstPage) const in HasFooter()665 SectionPropertyMap* pLastContext = rDM_Impl.GetLastSectionContext( ); in CopyLastHeaderFooter()749 void SectionPropertyMap::PrepareHeaderFooterProperties( bool bFirstPage ) in PrepareHeaderFooterProperties()820 void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl ) in CloseSectionGroup()1069 void SectionPropertyMap::SetPaperBin( sal_Int32 nSet ) in SetPaperBin()[all …]
264 SectionPropertyMap* pSectionContext = 0; in PushProperties()270 pSectionContext = new SectionPropertyMap( m_bIsFirstSection ); in PushProperties()287 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties()1233 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader()1240 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageHeader()1249 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageHeader()1272 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter()1279 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageFooter()1288 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageFooter()4076 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()2212 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in sprmWithProps()4323 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in lcl_endSectionGroup()4673 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_LEFT); in lcl_substream()4678 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_RIGHT); in lcl_substream()4683 m_pImpl->PushPageHeader(SectionPropertyMap::PAGE_FIRST); in lcl_substream()4688 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_LEFT); in lcl_substream()4693 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_RIGHT); in lcl_substream()4698 m_pImpl->PushPageFooter(SectionPropertyMap::PAGE_FIRST); in lcl_substream()
72 void SetBorders( SectionPropertyMap* pSectContext );
136 void PageBordersHandler::SetBorders( SectionPropertyMap* pSectContext ) in SetBorders()
Completed in 285 milliseconds