Searched refs:SfxOlePropPosMap (Results 1 – 1 of 1) sorted by relevance
940 typedef ::std::map< sal_Int32, sal_uInt32 > SfxOlePropPosMap; in ImplLoad() typedef941 SfxOlePropPosMap aPropPosMap; in ImplLoad()951 SfxOlePropPosMap::iterator aCodePageIt = aPropPosMap.find( PROPID_CODEPAGE ); in ImplLoad()964 SfxOlePropPosMap::iterator aDictIt = aPropPosMap.find( PROPID_DICTIONARY ); in ImplLoad()982 …for( SfxOlePropPosMap::const_iterator aIt = aPropPosMap.begin(), aEnd = aPropPosMap.end(); aIt != … in ImplLoad()
Completed in 14 milliseconds