Home
last modified time | relevance | path

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

/aoo42x/main/sc/inc/
H A Dexternalrefmgr.hxx413 typedef ::std::hash_map<sal_uInt16, SvNumberFormatterMergeMap> NumFmtMap; typedef in ScExternalRefManager
736 NumFmtMap maNumFormatMap;
/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2428 NumFmtMap::iterator itr = maNumFormatMap.find(nFileId); in getMappedNumberFormat()
2432 pair<NumFmtMap::iterator, bool> r = maNumFormatMap.insert( in getMappedNumberFormat()
2433 NumFmtMap::value_type(nFileId, SvNumberFormatterMergeMap())); in getMappedNumberFormat()

Completed in 34 milliseconds