Home
last modified time | relevance | path

Searched refs:SectionPropertyMap (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx261 SectionPropertyMap::SectionPropertyMap(bool bIsFirstSection) : in SectionPropertyMap() function in writerfilter::dmapper::SectionPropertyMap
328 SectionPropertyMap::~SectionPropertyMap() in ~SectionPropertyMap()
336 const ::rtl::OUString& SectionPropertyMap::GetPageStyleName( bool bFirst ) in GetPageStyleName()
343 void SectionPropertyMap::SetPageStyleName( bool bFirst, const ::rtl::OUString& rName) in SetPageStyleName()
381 uno::Reference< beans::XPropertySet > SectionPropertyMap::GetPageStyle( in GetPageStyle()
434 void SectionPropertyMap::SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const table::Bord… in SetBorder()
443 void SectionPropertyMap::ApplyBorderToPageStyles( in ApplyBorderToPageStyles()
531 void SectionPropertyMap::SetBorderDistance( uno::Reference< beans::XPropertySet > xStyle, in SetBorderDistance()
557 uno::Reference< text::XTextColumns > SectionPropertyMap::ApplyColumnProperties( in ApplyColumnProperties()
621 bool SectionPropertyMap::HasHeader(bool bFirstPage) const in HasHeader()
[all …]
H A DDomainMapper_Impl.cxx253 SectionPropertyMap* pSectionContext = 0; in PushProperties()
255 (pSectionContext = new SectionPropertyMap( m_bIsFirstSection )) : in PushProperties()
263 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties()
1041 void DomainMapper_Impl::PushPageHeader(SectionPropertyMap::PageType eType) in PushPageHeader()
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()
1079 void DomainMapper_Impl::PushPageFooter(SectionPropertyMap::PageType eType) in PushPageFooter()
1084 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter()
1091 eType == SectionPropertyMap::PAGE_FIRST ); in PushPageFooter()
[all …]
H A DDomainMapper_Impl.hxx390 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();
H A DPropertyMap.hxx140 class SectionPropertyMap : public PropertyMap class
209 explicit SectionPropertyMap(bool bIsFirstSection);
210 ~SectionPropertyMap();
278 typedef boost::shared_ptr<SectionPropertyMap> SectionPropertyMapPtr;
H A DDomainMapper.cxx195 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()
H A DPageBordersHandler.hxx72 void SetBorders( SectionPropertyMap* pSectContext );
H A DPageBordersHandler.cxx136 void PageBordersHandler::SetBorders( SectionPropertyMap* pSectContext ) in SetBorders()