Lines Matching refs:rSet

670   SfxItemSet& rSet, uno::Reference< beans::XPropertySet > xSet, const SfxItemPropertyMap* pMap )  in SvxItemPropertySet_ObtainSettingsFromPropertySet()  argument
697 if(rSet.GetPool()->IsWhich(pEntry->nWID)) in SvxItemPropertySet_ObtainSettingsFromPropertySet()
698 rSet.Put(rSet.GetPool()->GetDefaultItem(pEntry->nWID)); in SvxItemPropertySet_ObtainSettingsFromPropertySet()
700 SvxItemPropertySet_setPropertyValue(rPropSet, pEntry, *pUsrAny, rSet); in SvxItemPropertySet_ObtainSettingsFromPropertySet()
1563 …etFillAttribute( sal_Int32 nWID, const ::rtl::OUString& rName, SfxItemSet& rSet, SdrModel* pModel ) in SetFillAttribute() argument
1567 if( !SetFillAttribute( nWID, rName, rSet ) ) in SetFillAttribute()
1593 rSet.Put( aBmpItem ); in SetFillAttribute()
1612 rSet.Put( aGrdItem ); in SetFillAttribute()
1631 rSet.Put( aHatchItem ); in SetFillAttribute()
1653 rSet.Put( aLEItem ); in SetFillAttribute()
1661 rSet.Put( aLSItem ); in SetFillAttribute()
1682 rSet.Put( aDashItem ); in SetFillAttribute()
1695 …Bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName, SfxItemSet& rSet ) in SetFillAttribute() argument
1710 rSet.Put( XLineEndItem( aEmpty, aEmptyPoly ) ); in SetFillAttribute()
1712 rSet.Put( XLineStartItem( aEmpty, aEmptyPoly ) ); in SetFillAttribute()
1719 rSet.Put(XFillFloatTransparenceItem()); in SetFillAttribute()
1728 const SfxItemPool* pPool = rSet.GetPool(); in SetFillAttribute()
1739 rSet.Put( *pItem ); in SetFillAttribute()
2185 const SfxItemSet& rSet = mpObj->GetMergedItemSet(); in _getPropertyState() local
2187 switch( rSet.GetItemState( pMap->nWID, sal_False ) ) in _getPropertyState()
2217 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
2232 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
3086 const SfxItemSet& rSet = mpObj->GetMergedItemSet(); in getPropertyStateImpl() local
3088 if( rSet.GetItemState( XATTR_FILLBMP_STRETCH, false ) == SFX_ITEM_SET || in getPropertyStateImpl()
3089 rSet.GetItemState( XATTR_FILLBMP_TILE, false ) == SFX_ITEM_SET ) in getPropertyStateImpl()
4479 …onst SvxItemPropertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet ) in SvxItemPropertySet_getPropertyValue() argument
4486 …return rPropSet.getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertN… in SvxItemPropertySet_getPropertyValue()
4489 …ertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap, const uno::Any& rVal, SfxItemSet& rSet ) in SvxItemPropertySet_setPropertyValue() argument
4495 rPropSet.setPropertyValue( pMap, rVal, rSet, bDontConvertNegativeValues ); in SvxItemPropertySet_setPropertyValue()