Home
last modified time | relevance | path

Searched refs:rOriginalSet (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx155 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()
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()
406 const SfxItemSet& rOriginalSet = GetObjectItemSet(); in GetSdrObjectShadowFromCustomShape() local
407 const sal_Bool bShadow(((SdrShadowItem&)rOriginalSet.Get( SDRATTR_SHADOW )).GetValue()); in GetSdrObjectShadowFromCustomShape()
[all …]

Completed in 40 milliseconds