Home
last modified time | relevance | path

Searched refs:StyleMapperImpl (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx249 template<class C> class StyleMapperImpl class
257 StyleMapperImpl(SwDoc &rDoc) : maHelper(rDoc) {} in StyleMapperImpl() function in myImplHelpers::StyleMapperImpl
262 typename StyleMapperImpl<C>::StyleResult
263 StyleMapperImpl<C>::GetStyle(const String& rName, ww::sti eSti) in GetStyle()
298 C* StyleMapperImpl<C>::MakeNonCollidingStyle(const String& rName) in MakeNonCollidingStyle()
464 : mpImpl(new myImplHelpers::StyleMapperImpl<SwTxtFmtColl>(rDoc)) in ParaStyleMapper()
480 : mpImpl(new myImplHelpers::StyleMapperImpl<SwCharFmt>(rDoc)) in CharStyleMapper()
/AOO42X/main/sw/source/filter/inc/
H A Dmsfilter.hxx55 template<class C> class StyleMapperImpl;
60 typedef myImplHelpers::StyleMapperImpl<SwTxtFmtColl> ParaMapper;
61 typedef myImplHelpers::StyleMapperImpl<SwCharFmt> CharMapper;