Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx77 ::std::auto_ptr<ScCellKeywordTranslator> ScCellKeywordTranslator::spInstance(NULL);
160 void ScCellKeywordTranslator::transKeyword(String& rName, const Locale* pLocale, OpCode eOpCode) in transKeyword()
163 spInstance.reset( new ScCellKeywordTranslator ); in transKeyword()
171 ScCellKeywordTranslator::ScCellKeywordTranslator() : in ScCellKeywordTranslator() function in ScCellKeywordTranslator
178 ScCellKeywordTranslator::~ScCellKeywordTranslator() in ~ScCellKeywordTranslator()
189 void ScCellKeywordTranslator::init() in init()
206 void ScCellKeywordTranslator::addToMap(const String& rKey, const sal_Char* pName, const Locale& rLo… in addToMap()
224 void ScCellKeywordTranslator::addToMap(const TransItem* pItems, const Locale& rLocale) in addToMap()
H A Dinterpr5.cxx3251 ScCellKeywordTranslator::transKeyword(aStr, ScGlobal::GetLocale(), ocInfo); in ScInfo()
H A Dinterpr1.cxx2034 ScCellKeywordTranslator::transKeyword(aInfoType, ScGlobal::GetLocale(), ocCell); in ScCell()
/aoo4110/main/sc/source/core/inc/
H A Dcellkeytranslator.hxx67 class ScCellKeywordTranslator class
71 ~ScCellKeywordTranslator();
74 ScCellKeywordTranslator();
82 static ::std::auto_ptr<ScCellKeywordTranslator> spInstance;

Completed in 66 milliseconds