Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxistyle.cxx550 maIndexMap.clear(); in Initialize()
594 DBG_ASSERT( maIndexMap.empty(), "XclImpNumFmtBuffer::CreateScFormats - already created" ); in CreateScFormats()
615 maIndexMap[ aIt->first ] = nKey; in CreateScFormats()
621 XclImpIndexMap::const_iterator aIt = maIndexMap.find( nXclNumFmt ); in GetScFormat()
622 return (aIt != maIndexMap.end()) ? aIt->second : NUMBERFORMAT_ENTRY_NOT_FOUND; in GetScFormat()
/aoo4110/main/sc/source/filter/inc/
H A Dxistyle.hxx248 XclImpIndexMap maIndexMap; /// Maps Excel format indexes to Calc formats. member in XclImpNumFmtBuffer

Completed in 28 milliseconds