Searched refs:iExt (Results 1 – 2 of 2) sorted by relevance
293 ExternalHashMap::const_iterator iExt( mpExternalHashMap->find( *pName)); in createSequenceOfFormulaTokens() local294 if (iExt != mpExternalHashMap->end()) in createSequenceOfFormulaTokens()295 aIntName = (*iExt).second; in createSequenceOfFormulaTokens()
2547 ExternalHashMap::const_iterator iExt( in IsOpCode() local2549 if (iExt != mxSymbols->getExternalHashMap()->end()) in IsOpCode()2551 if (ScGlobal::GetAddInCollection()->GetFuncData( (*iExt).second)) in IsOpCode()2552 aIntName = (*iExt).second; in IsOpCode()
Completed in 45 milliseconds