Home
last modified time | relevance | path

Searched refs:getShadow (Results 1 – 25 of 33) sorted by relevance

12

/aoo41x/main/svx/source/sdr/attribute/
H A Dsdrshadowtextattribute.cxx49 : maShadow(rCandidate.getShadow()), in SdrShadowTextAttribute()
56 maShadow = rCandidate.getShadow(); in operator =()
64 return (getShadow().isDefault() in isDefault()
70 return (getShadow() == rCandidate.getShadow() in operator ==()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrellipseprimitive2d.cxx108 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
112 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
224 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
228 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrconnectorprimitive2d.cxx81 if(!getSdrLSTAttribute().getShadow().isDefault()) in create2DDecomposition()
85 getSdrLSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrcustomshapeprimitive2d.cxx64 if(aRetval.hasElements() && !getSdrSTAttribute().getShadow().isDefault()) in create2DDecomposition()
78 aRetval = createEmbeddedShadowPrimitive(aRetval, getSdrSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrpathprimitive2d.cxx101 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
105 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrrectangleprimitive2d.cxx110 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
114 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrcaptionprimitive2d.cxx120 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
122 aRetval = createEmbeddedShadowPrimitive(aRetval, getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrole2primitive2d.cxx169 && !getSdrLFSTAttribute().getShadow().isDefault()) in get2DDecomposition()
173 getSdrLFSTAttribute().getShadow()); in get2DDecomposition()
H A Dsdrgrafprimitive2d.cxx122 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition()
126 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
H A Dsdrmeasureprimitive2d.cxx434 if(!getSdrLSTAttribute().getShadow().isDefault()) in create2DDecomposition()
438 getSdrLSTAttribute().getShadow()); in create2DDecomposition()
/aoo41x/main/drawinglayer/source/attribute/
H A Dsdrallattribute3d.cxx63 && getShadow().isDefault() in isDefault()
72 && getShadow() == rCandidate.getShadow() in operator ==()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dtextdecoratedprimitive2d.cxx224 const bool bHasShadow(!bHasTextRelief && getShadow()); in create2DDecomposition()
364 || getShadow()); in decoratedIsNeeded()
384 && getShadow() == rCompare.getShadow()); in operator ==()
/aoo41x/main/sw/source/ui/docvw/
H A DAnchorOverlayObject.cxx94 bool getShadow() const { return mbShadow; } in getShadow() function in sw::sidebarwindows::AnchorPrimitive
161 if(aRetval.hasElements() && getShadow()) in create2DDecomposition()
230 && getShadow() == rCompare.getShadow() in operator ==()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dsdrpolypolygonprimitive3d.cxx119 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition()
123 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
H A Dsdrcubeprimitive3d.cxx176 if(!getSdrLFSAttribute().getShadow().isDefault() && aRetval.hasElements()) in create3DDecomposition()
179 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
H A Dsdrsphereprimitive3d.cxx165 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition()
169 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx200 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition()
204 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
H A Dsdrextrudeprimitive3d.cxx357 if(!getSdrLFSAttribute().getShadow().isDefault() && aRetval.hasElements()) in create3DDecomposition()
360 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
/aoo41x/main/sw/source/ui/vba/
H A Dvbafont.cxx216 SwVbaFont::getShadow() throw (uno::RuntimeException) in getShadow() function in SwVbaFont
219 SwVbaFont_BASE::getShadow() >>= bRes; in getShadow()
H A Dvbaborders.hxx51 virtual sal_Bool SAL_CALL getShadow() throw (css::uno::RuntimeException);
H A Dvbafont.hxx47 virtual css::uno::Any SAL_CALL getShadow() throw (css::uno::RuntimeException);
/aoo41x/main/sc/source/ui/vba/
H A Dvbafont.cxx430 ScVbaFont::getShadow() throw (uno::RuntimeException) in getShadow() function in ScVbaFont
435 return ScVbaFont_BASE::getShadow(); in getShadow()
/aoo41x/main/svx/inc/svx/sdr/attribute/
H A Dsdrshadowtextattribute.hxx58 const SdrShadowAttribute& getShadow() const { return maShadow; } in getShadow() function in drawinglayer::attribute::SdrShadowTextAttribute
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrallattribute3d.hxx72 const SdrShadowAttribute& getShadow() const { return maShadow; } in getShadow() function in drawinglayer::attribute::SdrLineFillShadowAttribute3D
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextdecoratedprimitive2d.hxx128 bool getShadow() const { return mbShadow; } in getShadow() function in drawinglayer::primitive2d::TextDecoratedPortionPrimitive2D

Completed in 210 milliseconds

12