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()338 const ::rtl::OUString& SectionPropertyMap::GetPageStyleName( bool bFirst ) in GetPageStyleName()345 void SectionPropertyMap::SetPageStyleName( bool bFirst, const ::rtl::OUString& rName) in SetPageStyleName()383 uno::Reference< beans::XPropertySet > SectionPropertyMap::GetPageStyle( in GetPageStyle()437 void SectionPropertyMap::SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const table::Bord… in SetBorder()446 void SectionPropertyMap::ApplyBorderToPageStyles( in ApplyBorderToPageStyles()534 void SectionPropertyMap::SetBorderDistance( uno::Reference< beans::XPropertySet > xStyle, in SetBorderDistance()560 uno::Reference< text::XTextColumns > SectionPropertyMap::ApplyColumnProperties( in ApplyColumnProperties()624 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()[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()1228 void DomainMapper_Impl::PushPageHeader(SectionPropertyMap::PageType eType) in PushPageHeader()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()1267 void DomainMapper_Impl::PushPageFooter(SectionPropertyMap::PageType eType) in PushPageFooter()1272 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter()1279 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageFooter()[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()