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()
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 …]
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()
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 …]
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()

Completed in 60 milliseconds