Searched refs:NumFmtMap (Results 1 – 2 of 2) sorted by relevance
413 typedef ::std::hash_map<sal_uInt16, SvNumberFormatterMergeMap> NumFmtMap; typedef in ScExternalRefManager736 NumFmtMap maNumFormatMap;
2427 NumFmtMap::iterator itr = maNumFormatMap.find(nFileId); in getMappedNumberFormat()2431 pair<NumFmtMap::iterator, bool> r = maNumFormatMap.insert( in getMappedNumberFormat()2432 NumFmtMap::value_type(nFileId, SvNumberFormatterMergeMap())); in getMappedNumberFormat()
Completed in 24 milliseconds