Searched refs:maIndexMap (Results 1 – 2 of 2) sorted by relevance
550 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()
248 XclImpIndexMap maIndexMap; /// Maps Excel format indexes to Calc formats. member in XclImpNumFmtBuffer
Completed in 28 milliseconds