Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Doleprops.cxx940 typedef ::std::map< sal_Int32, sal_uInt32 > SfxOlePropPosMap; in ImplLoad() typedef
941 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