Lines Matching refs:SvxItemPropertySet
58 SvxItemPropertySet::SvxItemPropertySet( const SfxItemPropertyMapEntry* pMap, SfxItemPool& rItemPool… in DECLARE_LIST()
66 SvxItemPropertySet::~SvxItemPropertySet() in ~SvxItemPropertySet()
72 uno::Any* SvxItemPropertySet::GetUsrAnyForID(sal_uInt16 nWID) const in GetUsrAnyForID()
89 void SvxItemPropertySet::AddUsrAnyForID(const uno::Any& rAny, sal_uInt16 nWID) in AddUsrAnyForID()
102 void SvxItemPropertySet::ClearAllUsrAny() in ClearAllUsrAny()
122 uno::Any SvxItemPropertySet::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, const SfxIte… in getPropertyValue()
168 void SvxItemPropertySet::setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const uno::Any& … in setPropertyValue()
221 uno::Any SvxItemPropertySet::getPropertyValue( const SfxItemPropertySimpleEntry* pMap ) const in getPropertyValue()
253 ((SvxItemPropertySet*)this)->AddUsrAnyForID(aVal, pMap->nWID); in getPropertyValue()
280 void SvxItemPropertySet::setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const uno::Any& … in setPropertyValue()
284 ((SvxItemPropertySet*)this)->AddUsrAnyForID(rVal, pMap->nWID); in setPropertyValue()
291 const SfxItemPropertySimpleEntry* SvxItemPropertySet::getPropertyMapEntry(const OUString &rName) co… in getPropertyMapEntry()
298 uno::Reference< beans::XPropertySetInfo > SvxItemPropertySet::getPropertySetInfo() const in getPropertySetInfo()