Lines Matching refs:rOriginalSet

155 SdrObject* ImpCreateShadowObjectClone(const SdrObject& rOriginal, const SfxItemSet& rOriginalSet)  in ImpCreateShadowObjectClone()  argument
158 const sal_Bool bShadow(((SdrShadowItem&)rOriginalSet.Get(SDRATTR_SHADOW)).GetValue()); in ImpCreateShadowObjectClone()
163 const sal_Int32 nXDist(((SdrShadowXDistItem&)(rOriginalSet.Get(SDRATTR_SHADOWXDIST))).GetValue()); in ImpCreateShadowObjectClone()
164 const sal_Int32 nYDist(((SdrShadowYDistItem&)(rOriginalSet.Get(SDRATTR_SHADOWYDIST))).GetValue()); in ImpCreateShadowObjectClone()
165 …const ::Color aShadowColor(((SdrShadowColorItem&)(rOriginalSet.Get(SDRATTR_SHADOWCOLOR))).GetColor… in ImpCreateShadowObjectClone()
166 …const sal_uInt16 nShadowTransparence(((SdrShadowTransparenceItem&)(rOriginalSet.Get(SDRATTR_SHADOW… in ImpCreateShadowObjectClone()
223 SfxItemSet aTempSet(rOriginalSet); in ImpCreateShadowObjectClone()
253 …XGradient aGradient(((XFillGradientItem&)(rOriginalSet.Get(XATTR_FILLGRADIENT))).GetGradientValue(… in ImpCreateShadowObjectClone()
286 XHatch aHatch(((XFillHatchItem&)(rOriginalSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in ImpCreateShadowObjectClone()
295 …GraphicObject aGraphicObject(((XFillBitmapItem&)(rOriginalSet.Get(XATTR_FILLBITMAP))).GetGraphicOb… in ImpCreateShadowObjectClone()
406 const SfxItemSet& rOriginalSet = GetObjectItemSet(); in GetSdrObjectShadowFromCustomShape() local
407 const sal_Bool bShadow(((SdrShadowItem&)rOriginalSet.Get( SDRATTR_SHADOW )).GetValue()); in GetSdrObjectShadowFromCustomShape()
413 …bjCustomShape*)this)->mpLastShadowGeometry = ImpCreateShadowObjectClone(*pSdrObject, rOriginalSet); in GetSdrObjectShadowFromCustomShape()