Searched refs:aTitleToIndexMap (Results 1 – 1 of 1) sorted by relevance
804 StringToIndexMap aTitleToIndexMap; in ReadOfficeMenuBarSet() local817 StringToIndexMap::const_iterator pIter = aTitleToIndexMap.find( aPopupTitle ); in ReadOfficeMenuBarSet()818 if ( pIter != aTitleToIndexMap.end() ) in ReadOfficeMenuBarSet()830 aTitleToIndexMap.insert( StringToIndexMap::value_type( aPopupTitle, nIndex )); in ReadOfficeMenuBarSet()
Completed in 53 milliseconds