Searched refs:aConstCache (Results 1 – 1 of 1) sorted by relevance
3381 static VBAConstantsHash aConstCache; in getVBAConstant() local3409 aConstCache[ sLeafName.toAsciiLowerCase() ] = rXConst->getConstantValue(); in getVBAConstant()3416 VBAConstantsHash::const_iterator it = aConstCache.find( sKey.toAsciiLowerCase() ); in getVBAConstant()3417 if ( it != aConstCache.end() ) in getVBAConstant()
Completed in 43 milliseconds