Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx79 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()
/trunk/main/sc/source/core/inc/
H A Dcellkeytranslator.hxx47 …ring, ::std::list<ScCellKeyword>, ScStringHashCode, ::std::equal_to<String> > ScCellKeywordHashMap; typedef
83 ScCellKeywordHashMap maStringNameMap;

Completed in 21 milliseconds