Searched refs:aIntName (Results 1 – 8 of 8) sorted by relevance
290 ::rtl::OUString aIntName; in createSequenceOfFormulaTokens()295 aIntName = (*iExt).second; in createSequenceOfFormulaTokens()299 if (!aIntName.getLength()) in createSequenceOfFormulaTokens()300 …aIntName = _rCompiler.FindAddInFunction(*pName, !isEnglish()); // bLocalFirst=sal_False for eng… in createSequenceOfFormulaTokens()301 if (!aIntName.getLength()) in createSequenceOfFormulaTokens()306 pToken->Data <<= aIntName; in createSequenceOfFormulaTokens()
381 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in SC_IMPL_DUMMY_PROPERTY_LISTENER() local382 if (aIntName.Len()) in SC_IMPL_DUMMY_PROPERTY_LISTENER()384 rArray.AddExternal( aIntName.GetBuffer() ); // international name in SC_IMPL_DUMMY_PROPERTY_LISTENER()
244 ::rtl::OUString aIntName; // internal name (get***)266 { return aIntName == rCompare; } in Is()
145 aIntName( OUString::createFromAscii( rBaseData.pIntName ) ), in ScaFuncData()
314 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in IsEnglishSymbol() local315 if (aIntName.Len()) in IsEnglishSymbol()2543 String aIntName; in IsOpCode() local2552 aIntName = (*iExt).second; in IsOpCode()2554 if (!aIntName.Len()) in IsOpCode()2563 if (!aIntName.Len()) in IsOpCode()2577 aIntName = ScGlobal::GetAddInCollection()->FindFunction( in IsOpCode()2580 if (aIntName.Len()) in IsOpCode()2583 aToken.SetExternal( aIntName.GetBuffer() ); // international name in IsOpCode()
1709 … String aIntName = rAddIns.FindFunction( *pFuncName, sal_True ); // pFuncName is upper-case in initArgumentInfo() local1711 if ( aIntName.Len() ) in initArgumentInfo()1716 rAddIns.GetFuncData( aIntName, true ); in initArgumentInfo()
230 ::rtl::OUString aIntName;761 return aIntName == r; in Is()
1509 aIntName( OUString::createFromAscii( r.pIntName ) ), in FuncData()
Completed in 84 milliseconds