Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Doleprops.cxx941 SfxOlePropPosMap aPropPosMap; in ImplLoad() local
947 aPropPosMap[ nPropId ] = nPropPos; in ImplLoad()
951 SfxOlePropPosMap::iterator aCodePageIt = aPropPosMap.find( PROPID_CODEPAGE ); in ImplLoad()
952 if( (aCodePageIt != aPropPosMap.end()) && SeekToPropertyPos( rStrm, aCodePageIt->second ) ) in ImplLoad()
960 aPropPosMap.erase( aCodePageIt ); in ImplLoad()
964 SfxOlePropPosMap::iterator aDictIt = aPropPosMap.find( PROPID_DICTIONARY ); in ImplLoad()
965 if( (aDictIt != aPropPosMap.end()) && SeekToPropertyPos( rStrm, aDictIt->second ) ) in ImplLoad()
977 aPropPosMap.erase( aDictIt ); in ImplLoad()
982 …for( SfxOlePropPosMap::const_iterator aIt = aPropPosMap.begin(), aEnd = aPropPosMap.end(); aIt != … in ImplLoad()

Completed in 16 milliseconds