Home
last modified time | relevance | path

Searched refs:spInstance (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sd/source/ui/notes/
H A DTextLogger.cxx35 TextLogger* TextLogger::spInstance = NULL; member in sd::notes::TextLogger
39 if (spInstance == NULL) in Instance()
42 if (spInstance == NULL) in Instance()
43 spInstance = new TextLogger (); in Instance()
45 return *spInstance; in Instance()
/aoo41x/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx77 ::std::auto_ptr<ScCellKeywordTranslator> ScCellKeywordTranslator::spInstance(NULL);
162 if ( !spInstance.get() ) in transKeyword()
163 spInstance.reset( new ScCellKeywordTranslator ); in transKeyword()
167 rName = spInstance->maTransWrapper.transliterate(rName, eLang, 0, rName.Len(), &aOffsets); in transKeyword()
168 lclMatchKeyword(rName, spInstance->maStringNameMap, eOpCode, pLocale); in transKeyword()
/aoo41x/main/sd/source/ui/inc/
H A DTextLogger.hxx48 static TextLogger* spInstance; member in sd::notes::TextLogger
/aoo41x/main/sc/source/core/inc/
H A Dcellkeytranslator.hxx82 static ::std::auto_ptr<ScCellKeywordTranslator> spInstance;

Completed in 17 milliseconds