Home
last modified time | relevance | path

Searched refs:iExt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx293 ExternalHashMap::const_iterator iExt( mpExternalHashMap->find( *pName)); in createSequenceOfFormulaTokens() local
294 if (iExt != mpExternalHashMap->end()) in createSequenceOfFormulaTokens()
295 aIntName = (*iExt).second; in createSequenceOfFormulaTokens()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx2547 ExternalHashMap::const_iterator iExt( in IsOpCode() local
2549 if (iExt != mxSymbols->getExternalHashMap()->end()) in IsOpCode()
2551 if (ScGlobal::GetAddInCollection()->GetFuncData( (*iExt).second)) in IsOpCode()
2552 aIntName = (*iExt).second; in IsOpCode()

Completed in 80 milliseconds