Lines Matching refs:DomainMapper

118 DomainMapper::DomainMapper( const uno::Reference< uno::XComponentContext >& xContext,  in DomainMapper()  function in writerfilter::dmapper::DomainMapper
161 DomainMapper::~DomainMapper() in ~DomainMapper()
189 void DomainMapper::lcl_attribute(Id nName, Value & val) in lcl_attribute()
2197 void DomainMapper::lcl_sprm(Sprm & rSprm) in lcl_sprm()
2205 void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType eSprmType ) in sprmWithProps()
4288 void DomainMapper::lcl_entry(int /*pos*/, in lcl_entry()
4296 void DomainMapper::data(const sal_uInt8* /*buf*/, size_t /*len*/, in data()
4303 void DomainMapper::lcl_startSectionGroup() in lcl_startSectionGroup()
4310 void DomainMapper::lcl_endSectionGroup() in lcl_endSectionGroup()
4322 void DomainMapper::lcl_startParagraphGroup() in lcl_startParagraphGroup()
4340 void DomainMapper::lcl_endParagraphGroup() in lcl_endParagraphGroup()
4348 void DomainMapper::markLastParagraphInSection( ) in markLastParagraphInSection()
4353 void DomainMapper::lcl_startShape( uno::Reference< drawing::XShape > xShape ) in lcl_startShape()
4358 void DomainMapper::lcl_endShape( ) in lcl_endShape()
4366 void DomainMapper::PushStyleSheetProperties( PropertyMapPtr pStyleProperties, bool bAffectTableMngr… in PushStyleSheetProperties()
4375 void DomainMapper::PopStyleSheetProperties( bool bAffectTableMngr ) in PopStyleSheetProperties()
4387 void DomainMapper::PushListProperties( ::boost::shared_ptr<PropertyMap> pListProperties ) in PushListProperties()
4394 void DomainMapper::PopListProperties() in PopListProperties()
4402 void DomainMapper::lcl_startCharacterGroup() in lcl_startCharacterGroup()
4409 void DomainMapper::lcl_endCharacterGroup() in lcl_endCharacterGroup()
4416 void DomainMapper::lcl_text(const sal_uInt8 * data_, size_t len) in lcl_text()
4502 void DomainMapper::lcl_utext(const sal_uInt8 * data_, size_t len) in lcl_utext()
4566 void DomainMapper::lcl_props(writerfilter::Reference<Properties>::Pointer_t ref) in lcl_props()
4583 void DomainMapper::lcl_table(Id name, writerfilter::Reference<Table>::Pointer_t ref) in lcl_table()
4638 void DomainMapper::lcl_substream(Id rName, ::writerfilter::Reference<Stream>::Pointer_t ref) in lcl_substream()
4715 void DomainMapper::lcl_info(const string & /*info_*/) in lcl_info()
4719 void DomainMapper::handleUnderlineType(const sal_Int32 nIntValue, const ::boost::shared_ptr<Propert… in handleUnderlineType()
4748 void DomainMapper::handleParaJustification(const sal_Int32 nIntValue, const ::boost::shared_ptr<Pro… in handleParaJustification()
4775 bool DomainMapper::getColorFromIndex(const sal_Int32 nIndex, sal_Int32 &nColor) in getColorFromIndex()
4805 sal_Int16 DomainMapper::getEmphasisValue(const sal_Int32 nIntValue) in getEmphasisValue()
4822 rtl::OUString DomainMapper::getBracketStringFromEnum(const sal_Int32 nIntValue, const bool bIsPrefi… in getBracketStringFromEnum()
4852 com::sun::star::style::TabAlign DomainMapper::getTabAlignFromValue(const sal_Int32 nIntValue) in getTabAlignFromValue()
4870 sal_Unicode DomainMapper::getFillCharFromValue(const sal_Int32 nIntValue) in getFillCharFromValue()
4891 bool DomainMapper::IsOOXMLImport() const in IsOOXMLImport()
4898 uno::Reference < lang::XMultiServiceFactory > DomainMapper::GetTextFactory() const in GetTextFactory()
4908 uno::Reference< text::XTextRange > DomainMapper::GetCurrentTextRange() in GetCurrentTextRange()
4916 ::rtl::OUString DomainMapper::getOrCreateCharStyle( PropertyValueVector_t& rCharProperties ) in getOrCreateCharStyle()
4922 ListsManager::Pointer DomainMapper::GetListTable( ) in GetListTable()
4927 StyleSheetTablePtr DomainMapper::GetStyleSheetTable( ) in GetStyleSheetTable()