Lines Matching refs:ScGlobal

169     ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection();  in fillFromAddInCollectionUpperName()
182 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in fillFromAddInCollectionEnglishName()
209 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in dbg_call_generateMappingODFF()
298 String aUpper( ScGlobal::pCharClass->upper( rName ) ); in IsEnglishSymbol()
308 if ( ScGlobal::GetFuncCollection()->SearchFunc( aUpper, nIndex ) ) in IsEnglishSymbol()
314 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in IsEnglishSymbol()
390 pCharClass = ScGlobal::pCharClass; in SetFormulaLanguage()
414 …return ScGlobal::GetAddInCollection()->FindFunction(rUpperName, bLocalFirst); // bLocalFirst=sa… in FindAddInFunction()
782 rTabName2 = ScGlobal::GetRscString(STR_NO_REF_TABLE); in lcl_getLastTabName()
789 rTabName2 = ScGlobal::GetRscString(STR_NO_REF_TABLE); in lcl_getLastTabName()
828 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeColStr()
836 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRowStr()
851 aString = ScGlobal::GetRscString(STR_NO_REF_TABLE); in MakeTabStr()
894 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
911 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
917 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
929 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
946 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
952 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStrImpl()
1193 rTabName = ScGlobal::GetRscString( STR_NO_REF_TABLE ); in GetDocAndTab()
1416 rBuf.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStr()
1425 rBuf.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStr()
1617 rBuf.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStr()
1626 rBuf.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in MakeRefStr()
1752 rBuffer.append(ScGlobal::GetRscString(STR_NO_REF_TABLE)); in makeExternalRefStr()
1794 pCharClass( ScGlobal::pCharClass ), in ScCompiler()
1810 pCharClass( ScGlobal::pCharClass ), in ScCompiler()
1828 ParseResult aRes = ScGlobal::pCharClass->parsePredefinedToken( in CheckTabQuotes()
1869 xub_StrLen nPos = ScGlobal::FindUnquoted( rString, SC_COMPILER_FILE_TAB_SEP); in GetDocTabPos()
1972 ScGlobal::pLocaleData->getNumDecimalSep().GetChar(0)); in NextSymbol()
2551 if (ScGlobal::GetAddInCollection()->GetFuncData( (*iExt).second)) in IsOpCode()
2567 bFound = ScGlobal::GetFuncCollection()->SearchFunc( cSymbol, nIndex); in IsOpCode()
2577 aIntName = ScGlobal::GetAddInCollection()->FindFunction( in IsOpCode()
2835 ScGlobal::pLocaleData->getNumDecimalSep().GetChar(0) ); in IsReference()
2847 const xub_StrLen nPos = ScGlobal::FindUnquoted( rName, '.'); in IsReference()
2850 if (ScGlobal::FindUnquoted( rName, ':') != STRING_NOTFOUND) in IsReference()
3102 if ( ScGlobal::GetpTransliteration()->isEqual( aStr, aName ) ) in IsColRowName()
3231 if ( ScGlobal::GetpTransliteration()->isEqual( aStr, aName ) ) in IsColRowName()
3549 rUpper = ScGlobal::pCharClass->upper( rOrg ); in lcl_UpperAsciiOrI18n()
3625 bMayBeFuncName = ScGlobal::pCharClass->isLetter( aTmpStr, 0 ); in NextNewToken()
3687 aUpper = ScGlobal::pCharClass->upper( aOrg ); in NextNewToken()
3715 ScGlobal::pCharClass->toLower( aUpper ); in NextNewToken()
5050 String aFileName = pStr ? *pStr : ScGlobal::GetRscString(STR_NO_NAME_REF); in CreateStringFromExternal()
5103 rBuffer.append( ScGlobal::GetErrorString( nErr ) ); in CreateStringFromMatrix()
5135 rBuffer.append(ScGlobal::GetRscString(STR_NO_NAME_REF)); in CreateStringFromSingleRef()
5179 rBuffer.append(ScGlobal::GetRscString(STR_NO_NAME_REF)); in CreateStringFromIndex()
5184 ScGlobal::GetAddInCollection()->LocalizeString( rName ); in LocalizeString()
5196 sal_Int32 nType = ScGlobal::pCharClass->getStringType( rStr, 0, rStr.Len() ); in EnQuote()
5223 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in fillAddInToken()