/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrshadowtextattribute.cxx | 49 : 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 D | sdrellipseprimitive2d.cxx | 108 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 D | sdrconnectorprimitive2d.cxx | 81 if(!getSdrLSTAttribute().getShadow().isDefault()) in create2DDecomposition() 85 getSdrLSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrcustomshapeprimitive2d.cxx | 64 if(aRetval.hasElements() && !getSdrSTAttribute().getShadow().isDefault()) in create2DDecomposition() 78 aRetval = createEmbeddedShadowPrimitive(aRetval, getSdrSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrpathprimitive2d.cxx | 101 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 105 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrrectangleprimitive2d.cxx | 110 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 114 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrcaptionprimitive2d.cxx | 120 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 122 aRetval = createEmbeddedShadowPrimitive(aRetval, getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrole2primitive2d.cxx | 169 && !getSdrLFSTAttribute().getShadow().isDefault()) in get2DDecomposition() 173 getSdrLFSTAttribute().getShadow()); in get2DDecomposition()
|
H A D | sdrgrafprimitive2d.cxx | 122 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 126 getSdrLFSTAttribute().getShadow()); in create2DDecomposition()
|
H A D | sdrmeasureprimitive2d.cxx | 434 if(!getSdrLSTAttribute().getShadow().isDefault()) in create2DDecomposition() 438 getSdrLSTAttribute().getShadow()); in create2DDecomposition()
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrallattribute3d.cxx | 63 && getShadow().isDefault() in isDefault() 72 && getShadow() == rCandidate.getShadow() in operator ==()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textdecoratedprimitive2d.cxx | 224 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 D | AnchorOverlayObject.cxx | 94 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 D | sdrpolypolygonprimitive3d.cxx | 119 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition() 123 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
|
H A D | sdrcubeprimitive3d.cxx | 176 if(!getSdrLFSAttribute().getShadow().isDefault() && aRetval.hasElements()) in create3DDecomposition() 179 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
|
H A D | sdrsphereprimitive3d.cxx | 165 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition() 169 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
|
H A D | sdrlatheprimitive3d.cxx | 200 if(!getSdrLFSAttribute().getShadow().isDefault() in create3DDecomposition() 204 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
|
H A D | sdrextrudeprimitive3d.cxx | 357 if(!getSdrLFSAttribute().getShadow().isDefault() && aRetval.hasElements()) in create3DDecomposition() 360 … aRetval, getSdrLFSAttribute().getShadow(), getSdr3DObjectAttribute().getShadow3D())); in create3DDecomposition()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbafont.cxx | 216 SwVbaFont::getShadow() throw (uno::RuntimeException) in getShadow() function in SwVbaFont 219 SwVbaFont_BASE::getShadow() >>= bRes; in getShadow()
|
H A D | vbaborders.hxx | 51 virtual sal_Bool SAL_CALL getShadow() throw (css::uno::RuntimeException);
|
H A D | vbafont.hxx | 47 virtual css::uno::Any SAL_CALL getShadow() throw (css::uno::RuntimeException);
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 430 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 D | sdrshadowtextattribute.hxx | 58 const SdrShadowAttribute& getShadow() const { return maShadow; } in getShadow() function in drawinglayer::attribute::SdrShadowTextAttribute
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrallattribute3d.hxx | 72 const SdrShadowAttribute& getShadow() const { return maShadow; } in getShadow() function in drawinglayer::attribute::SdrLineFillShadowAttribute3D
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textdecoratedprimitive2d.hxx | 128 bool getShadow() const { return mbShadow; } in getShadow() function in drawinglayer::primitive2d::TextDecoratedPortionPrimitive2D
|