Home
last modified time | relevance | path

Searched refs:DomainMapper_Impl (Results 1 – 9 of 9) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx132 DomainMapper_Impl::DomainMapper_Impl( in DomainMapper_Impl() function in writerfilter::dmapper::DomainMapper_Impl
179 DomainMapper_Impl::~DomainMapper_Impl() in ~DomainMapper_Impl()
187 uno::Reference< container::XNameContainer > DomainMapper_Impl::GetPageStyles() in GetPageStyles()
199 uno::Reference< text::XText > DomainMapper_Impl::GetBodyText() in GetBodyText()
210 uno::Reference< beans::XPropertySet > DomainMapper_Impl::GetDocumentSettings() in GetDocumentSettings()
222 void DomainMapper_Impl::SetDocumentSettingsProperty( const ::rtl::OUString& rPropName, const uno::A… in SetDocumentSettingsProperty()
238 void DomainMapper_Impl::RemoveLastParagraph( ) in RemoveLastParagraph()
254 void DomainMapper_Impl::SetIsLastParagraphInSection( bool bIsLast ) in SetIsLastParagraphInSection()
262 void DomainMapper_Impl::PushProperties(ContextType eId) in PushProperties()
300 void DomainMapper_Impl::PushStyleProperties( PropertyMapPtr pStyleProperties ) in PushStyleProperties()
[all …]
H A DDomainMapperTableHandler.hxx61 class DomainMapper_Impl;
69 DomainMapperTableHandler(TextReference_t xText, DomainMapper_Impl& rDMapper_Impl);
99 DomainMapper_Impl& m_rDMapper_Impl;
H A DDomainMapper_Impl.hxx287 class DomainMapper_Impl class
382 DomainMapper_Impl(
387 DomainMapper_Impl();
388 virtual ~DomainMapper_Impl();
H A DPropertyMap.hxx63 class DomainMapper_Impl;
200 void CopyLastHeaderFooter( bool bFirstPage, DomainMapper_Impl& rDM_Impl );
276 void CloseSectionGroup( DomainMapper_Impl& rDM_Impl );
H A DPropertyMap.cxx660 void SectionPropertyMap::CopyLastHeaderFooter( bool bFirstPage, DomainMapper_Impl& rDM_Impl ) in CopyLastHeaderFooter()
820 void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl ) in CloseSectionGroup()
H A DDomainMapperTableHandler.cxx137 DomainMapperTableHandler::DomainMapperTableHandler(TextReference_t xText, DomainMapper_Impl& rDMapp… in DomainMapperTableHandler()
H A DDomainMapper.cxx125 m_pImpl( new DomainMapper_Impl( *this, xContext, xModel, eDocumentType )), in DomainMapper()
/trunk/main/writerfilter/inc/dmapper/
H A DDomainMapper.hxx60 class DomainMapper_Impl;
79 DomainMapper_Impl *m_pImpl;
/trunk/main/writerfilter/
H A DLibrary_writerfilter.mk77 writerfilter/source/dmapper/DomainMapper_Impl \