Home
last modified time | relevance | path

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

/aoo4110/main/sc/inc/
H A Dexternalrefmgr.hxx413 typedef ::std::hash_map<sal_uInt16, SvNumberFormatterMergeMap> NumFmtMap; typedef in ScExternalRefManager
736 NumFmtMap maNumFormatMap;
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2427 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 43 milliseconds