Home
last modified time | relevance | path

Searched refs:aIntName (Results 1 – 8 of 8) sorted by path

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx290 ::rtl::OUString aIntName; in createSequenceOfFormulaTokens()
295 aIntName = (*iExt).second; in createSequenceOfFormulaTokens()
299 if (!aIntName.getLength()) in createSequenceOfFormulaTokens()
300aIntName = _rCompiler.FindAddInFunction(*pName, !isEnglish()); // bLocalFirst=sal_False for eng… in createSequenceOfFormulaTokens()
301 if (!aIntName.getLength()) in createSequenceOfFormulaTokens()
306 pToken->Data <<= aIntName; in createSequenceOfFormulaTokens()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1709 … String aIntName = rAddIns.FindFunction( *pFuncName, sal_True ); // pFuncName is upper-case in initArgumentInfo() local
1711 if ( aIntName.Len() ) in initArgumentInfo()
1716 rAddIns.GetFuncData( aIntName, true ); in initArgumentInfo()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx314 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in IsEnglishSymbol() local
315 if (aIntName.Len()) in IsEnglishSymbol()
2543 String aIntName; in IsOpCode() local
2552 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()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx381 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in SC_IMPL_DUMMY_PROPERTY_LISTENER() local
382 if (aIntName.Len()) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
384 rArray.AddExternal( aIntName.GetBuffer() ); // international name in SC_IMPL_DUMMY_PROPERTY_LISTENER()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1509 aIntName( OUString::createFromAscii( r.pIntName ) ), in FuncData()
H A Danalysishelper.hxx230 ::rtl::OUString aIntName;
761 return aIntName == r; in Is()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx145 aIntName( OUString::createFromAscii( rBaseData.pIntName ) ), in ScaFuncData()
H A Ddatefunc.hxx244 ::rtl::OUString aIntName; // internal name (get***)
266 { return aIntName == rCompare; } in Is()

Completed in 75 milliseconds