Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Doleprops.hxx277 typedef ::std::map< sal_Int32, SfxOlePropertyRef > SfxOlePropMap; typedef in SfxOleSection
345 SfxOlePropMap maPropMap; /// All properties in this section, by identifier.
H A Doleprops.cxx743 SfxOlePropMap::const_iterator aIt = maPropMap.find( nPropId ); in GetProperty()
922 …for( SfxOlePropMap::const_iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; +… in GetPropertyIds()
1010 …for( SfxOlePropMap::const_iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; +… in ImplSave()

Completed in 20 milliseconds