Searched refs:ScCellKeywordHashMap (Results 1 – 2 of 2) sorted by relevance
79 static void lclMatchKeyword(String& rName, const ScCellKeywordHashMap& aMap, in lclMatchKeyword()82 ScCellKeywordHashMap::const_iterator itrEnd = aMap.end(); in lclMatchKeyword()83 ScCellKeywordHashMap::const_iterator itr = aMap.find(rName); in lclMatchKeyword()210 ScCellKeywordHashMap::iterator itrEnd = maStringNameMap.end(); in addToMap()211 ScCellKeywordHashMap::iterator itr = maStringNameMap.find(rKey); in addToMap()218 maStringNameMap.insert( ScCellKeywordHashMap::value_type(rKey, aList) ); in addToMap()
47 …ring, ::std::list<ScCellKeyword>, ScStringHashCode, ::std::equal_to<String> > ScCellKeywordHashMap; typedef83 ScCellKeywordHashMap maStringNameMap;
Completed in 10 milliseconds