Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/helper/
H A Dpropertymap.cxx77 PropertyNameMap maPropMap; member in oox::__anonf444702f0111::GenericPropertySet
90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet()
101 maPropMap[ rPropertyName ] = rValue; in setPropertyValue()
106 PropertyNameMap::iterator aIt = maPropMap.find( rPropertyName ); in getPropertyValue()
107 if( aIt == maPropMap.end() ) in getPropertyValue()
121 Sequence< Property > aSeq( static_cast< sal_Int32 >( maPropMap.size() ) ); in getProperties()
123 …for( PropertyNameMap::iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; ++aIt… in getProperties()
135 PropertyNameMap::iterator aIt = maPropMap.find( rPropertyName ); in getPropertyByName()
136 if( aIt == maPropMap.end() ) in getPropertyByName()
148 return maPropMap.find( rPropertyName ) != maPropMap.end(); in hasPropertyByName()
/aoo42x/main/sfx2/source/doc/
H A Doleprops.cxx743 SfxOlePropMap::const_iterator aIt = maPropMap.find( nPropId ); in GetProperty()
744 if( aIt != maPropMap.end() ) in GetProperty()
807 maPropMap[ xProp->GetPropId() ] = xProp; in SetProperty()
922 …for( SfxOlePropMap::const_iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; +… in GetPropertyIds()
928 return maPropMap.empty() ? PROPID_FIRSTCUSTOM : (maPropMap.rbegin()->first + 1); in GetFreePropertyId()
981 maPropMap.clear(); in ImplLoad()
995 sal_Int32 nPropCount = static_cast< sal_Int32 >( maPropMap.size() + 1 ); in ImplSave()
1010 …for( SfxOlePropMap::const_iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; +… in ImplSave()
1058 maPropMap[ nPropId ] = xProp; in LoadProperty()
H A Diframe.cxx123 , maPropMap( lcl_GetIFramePropertyMap_Impl() ) in IFrameObject()
222 … static uno::Reference< beans::XPropertySetInfo > xInfo = new SfxItemPropertySetInfo( &maPropMap ); in getPropertySetInfo()
229 const SfxItemPropertySimpleEntry* pEntry = maPropMap.getByName( aPropertyName ); in setPropertyValue()
310 const SfxItemPropertySimpleEntry* pEntry = maPropMap.getByName( aPropertyName ); in getPropertyValue()
H A Dplugin.cxx83 , maPropMap( lcl_GetPluginPropertyMap_Impl() ) in PluginObject()
197 … static uno::Reference< beans::XPropertySetInfo > xInfo = new SfxItemPropertySetInfo( &maPropMap ); in getPropertySetInfo()
H A Doleprops.hxx345 SfxOlePropMap maPropMap; /// All properties in this section, by identifier. member in SfxOleSection
/aoo42x/main/sfx2/source/inc/
H A Dplugin.hxx59 SfxItemPropertyMap maPropMap; member in sfx2::PluginObject
H A Diframe.hxx61 SfxItemPropertyMap maPropMap; member in sfx2::IFrameObject

Completed in 92 milliseconds