Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx250 template<class C> class StyleMapperImpl class
258 StyleMapperImpl(SwDoc &rDoc) : maHelper(rDoc) {} in StyleMapperImpl() function in myImplHelpers::StyleMapperImpl
263 typename StyleMapperImpl<C>::StyleResult
264 StyleMapperImpl<C>::GetStyle(const String& rName, ww::sti eSti) in GetStyle()
299 C* StyleMapperImpl<C>::MakeNonCollidingStyle(const String& rName) in MakeNonCollidingStyle()
465 : mpImpl(new myImplHelpers::StyleMapperImpl<SwTxtFmtColl>(rDoc)) in ParaStyleMapper()
481 : mpImpl(new myImplHelpers::StyleMapperImpl<SwCharFmt>(rDoc)) in CharStyleMapper()
/AOO41X/main/sw/source/filter/inc/
H A Dmsfilter.hxx56 template<class C> class StyleMapperImpl;
61 typedef myImplHelpers::StyleMapperImpl<SwTxtFmtColl> ParaMapper;
62 typedef myImplHelpers::StyleMapperImpl<SwCharFmt> CharMapper;