Searched refs:aCodePageIt (Results 1 – 2 of 2) sorted by relevance
951 SfxOlePropPosMap::iterator aCodePageIt = aPropPosMap.find( PROPID_CODEPAGE ); in ImplLoad() local952 if( (aCodePageIt != aPropPosMap.end()) && SeekToPropertyPos( rStrm, aCodePageIt->second ) ) in ImplLoad()960 aPropPosMap.erase( aCodePageIt ); in ImplLoad()
426 PropertyPosMap::iterator aCodePageIt = aPropMap.find( OLEPROP_ID_CODEPAGE ); in dumpSection() local427 if( aCodePageIt != aPropMap.end() ) in dumpSection()429 dumpCodePageProperty( aCodePageIt->second ); in dumpSection()430 aPropMap.erase( aCodePageIt ); in dumpSection()
Completed in 36 milliseconds