Home
last modified time | relevance | path

Searched refs:mbEnglish (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx74 mbEnglish( false ), in ScFormulaParserObj()
112 sal_Int32 nFormulaLanguage = mbEnglish ? in SetCompilerFlags()
206 bool bOldEnglish = mbEnglish; in setPropertyValue()
207 if (aValue >>= mbEnglish) in setPropertyValue()
212 if (mxOpCodeMap.get() && mbEnglish != bOldEnglish) in setPropertyValue()
217 mxOpCodeMap = aCompiler.CreateOpCodeMap( maOpCodeMapping, mbEnglish); in setPropertyValue()
238 mxOpCodeMap = aCompiler.CreateOpCodeMap( maOpCodeMapping, mbEnglish); in setPropertyValue()
265 aRet <<= mbEnglish; in getPropertyValue()
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx100 … bool mbEnglish : 1; /// If English symbols and external names member in formula::FormulaCompiler::OpCodeMap
117 mbEnglish = FormulaGrammar::isEnglish( meGrammar); in OpCodeMap()
149 inline bool isEnglish() const { return mbEnglish; } in isEnglish()
/trunk/main/sc/inc/
H A Dtokenuno.hxx71 bool mbEnglish; member in ScFormulaParserObj

Completed in 15 milliseconds