Home
last modified time | relevance | path

Searched refs:aCodePageIt (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sfx2/source/doc/
H A Doleprops.cxx951 SfxOlePropPosMap::iterator aCodePageIt = aPropPosMap.find( PROPID_CODEPAGE ); in ImplLoad() local
952 if( (aCodePageIt != aPropPosMap.end()) && SeekToPropertyPos( rStrm, aCodePageIt->second ) ) in ImplLoad()
960 aPropPosMap.erase( aCodePageIt ); in ImplLoad()
/trunk/main/oox/source/dump/
H A Doledumper.cxx426 PropertyPosMap::iterator aCodePageIt = aPropMap.find( OLEPROP_ID_CODEPAGE ); in dumpSection() local
427 if( aCodePageIt != aPropMap.end() ) in dumpSection()
429 dumpCodePageProperty( aCodePageIt->second ); in dumpSection()
430 aPropMap.erase( aCodePageIt ); in dumpSection()

Completed in 39 milliseconds