Searched refs:maPropMap (Results 1 – 7 of 7) sorted by relevance
77 PropertyNameMap maPropMap; member in oox::__anon6f33bc770111::GenericPropertySet90 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()
743 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()
123 , 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()
83 , maPropMap( lcl_GetPluginPropertyMap_Impl() ) in PluginObject()197 … static uno::Reference< beans::XPropertySetInfo > xInfo = new SfxItemPropertySetInfo( &maPropMap ); in getPropertySetInfo()
345 SfxOlePropMap maPropMap; /// All properties in this section, by identifier. member in SfxOleSection
59 SfxItemPropertyMap maPropMap; member in sfx2::PluginObject
61 SfxItemPropertyMap maPropMap; member in sfx2::IFrameObject
Completed in 38 milliseconds