Lines Matching refs:rSet

221 			const SfxItemSet& rSet, Any& rAny ) const  in getPropertyValue()  argument
226 SfxItemState eState = rSet.GetItemState( rEntry.nWID, sal_True, &pItem ); in getPropertyValue()
228 pItem = &rSet.GetPool()->GetDefaultItem(rEntry.nWID); in getPropertyValue()
236 SfxItemSet aSet(*rSet.GetPool(), rEntry.nWID, rEntry.nWID); in getPropertyValue()
259 const SfxItemSet& rSet, Any& rAny ) const in getPropertyValue() argument
266 getPropertyValue( *pEntry,rSet, rAny ); in getPropertyValue()
272 const SfxItemSet& rSet ) const in getPropertyValue()
276 getPropertyValue( rName,rSet, aVal ); in getPropertyValue()
284 SfxItemSet& rSet ) const in setPropertyValue()
291 SfxItemState eState = rSet.GetItemState( rEntry.nWID, sal_True, &pItem ); in setPropertyValue()
293 pItem = &rSet.GetPool()->GetDefaultItem(rEntry.nWID); in setPropertyValue()
297 SfxItemSet aSet(*rSet.GetPool(), rEntry.nWID, rEntry.nWID); in setPropertyValue()
316 rSet.Put( *pNewItem, rEntry.nWID ); in setPropertyValue()
325 SfxItemSet& rSet ) const in setPropertyValue()
335 setPropertyValue(*pEntry, aVal, rSet); in setPropertyValue()
340 …opertySet::getPropertyState(const SfxItemPropertySimpleEntry& rEntry, const SfxItemSet& rSet) const in getPropertyState()
347 SfxItemState eState = rSet.GetItemState( nWhich, sal_False ); in getPropertyState()
356 const rtl::OUString& rName, const SfxItemSet& rSet) const in getPropertyState()
371 SfxItemState eState = rSet.GetItemState( nWhich, sal_False, &pItem ); in getPropertyState()
372 if(!pItem && nWhich != rSet.GetPool()->GetSlotId(nWhich)) in getPropertyState()
373 pItem = &rSet.GetPool()->GetDefaultItem(nWhich); in getPropertyState()