Home
last modified time | relevance | path

Searched refs:SprmIdToString (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/writerfilter/source/resourcemodel/
H A Dsprmcodetostrheader30 SprmIdToString::Pointer_t SprmIdToString::pInstance;
32 SprmIdToString::Pointer_t SprmIdToString::Instance()
35 pInstance = SprmIdToString::Pointer_t(new SprmIdToString());
40 string SprmIdToString::operator()(sal_uInt32 nId)
H A DWW8Analyzer.cxx182 << "<name>" << (*SprmIdToString::Instance())(aId) in dumpStats()
/aoo4110/main/writerfilter/inc/resourcemodel/
H A DQNameToString.hxx61 class WRITERFILTER_DLLPUBLIC SprmIdToString class
63 typedef boost::shared_ptr<SprmIdToString> Pointer_t;
73 SprmIdToString();
/aoo4110/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx199 aResult += (*SprmIdToString::Instance())(getId()); in toString()
H A DWW8ResourceModelImpl.cxx320 return (*SprmIdToString::Instance())(getId()); in getName()
H A DWW8DocumentImpl.cxx165 string s((*SprmIdToString::Instance())(rId)); in toString()
/aoo4110/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx123 sResult = (*SprmIdToString::Instance())(mId); in getName()

Completed in 45 milliseconds