/aoo4110/main/svx/source/sdr/attribute/ |
H A D | sdrfilltextattribute.cxx | 52 : maFill(rCandidate.getFill()), in SdrFillTextAttribute() 60 maFill = rCandidate.getFill(); in operator =() 69 return(getFill().isDefault() in isDefault() 76 return(getFill() == rCandidate.getFill() in operator ==()
|
H A D | sdrlinefillshadowtextattribute.cxx | 56 maFill(rCandidate.getFill()), in SdrLineFillShadowTextAttribute() 64 maFill = rCandidate.getFill(); in operator =() 73 && getFill().isDefault() in isDefault() 80 && getFill() == rCandidate.getFill() in operator ==()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrpolypolygonprimitive3d.cxx | 58 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 76 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 86 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 94 getSdrLFSAttribute().getFill(), in create3DDecomposition()
|
H A D | sdrlatheprimitive3d.cxx | 69 if(!getSdrLFSAttribute().getFill().isDefault() in create3DDecomposition() 92 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 110 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 120 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 128 getSdrLFSAttribute().getFill(), in create3DDecomposition()
|
H A D | sdrsphereprimitive3d.cxx | 60 if(!getSdrLFSAttribute().getFill().isDefault() in create3DDecomposition() 70 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 134 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 142 getSdrLFSAttribute().getFill(), in create3DDecomposition()
|
H A D | sdrcubeprimitive3d.cxx | 55 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 73 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 145 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 153 getSdrLFSAttribute().getFill(), in create3DDecomposition()
|
H A D | sdrextrudeprimitive3d.cxx | 68 …if(!getSdrLFSAttribute().getFill().isDefault() && (bCreateTextureCoordiantesX || bCreateTextureCoo… in create3DDecomposition() 98 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 116 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 126 if(!getSdrLFSAttribute().getFill().isDefault()) in create3DDecomposition() 134 getSdrLFSAttribute().getFill(), in create3DDecomposition()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrellipseprimitive2d.cxx | 63 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 69 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 179 if(!getSdrLFSTAttribute().getFill().isDefault() && aUnitOutline.isClosed()) in create2DDecomposition() 185 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
|
H A D | sdrpathprimitive2d.cxx | 47 if(!getSdrLFSTAttribute().getFill().isDefault() in create2DDecomposition() 56 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
|
H A D | sdrrectangleprimitive2d.cxx | 54 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 60 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
|
H A D | sdrcaptionprimitive2d.cxx | 53 if(getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 68 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
|
H A D | sdrole2primitive2d.cxx | 90 && !getSdrLFSTAttribute().getFill().isDefault()) in get2DDecomposition() 96 getSdrLFSTAttribute().getFill(), in get2DDecomposition()
|
H A D | sdrgrafprimitive2d.cxx | 48 if(!getSdrLFSTAttribute().getFill().isDefault() && isTransparent()) in create2DDecomposition() 54 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
|
/aoo4110/main/drawinglayer/source/attribute/ |
H A D | sdrallattribute3d.cxx | 61 && getFill().isDefault() in isDefault() 70 && getFill() == rCandidate.getFill() in operator ==()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 444 const basegfx::BColor aFill(rSvgStyleAttributes.getFill() in createSimpleTextPrimitive() 445 ? *rSvgStyleAttributes.getFill() in createSimpleTextPrimitive() 464 … const basegfx::BColor aDecoColor(pDecoDef && pDecoDef->getFill() ? *pDecoDef->getFill() : aFill); in createSimpleTextPrimitive()
|
H A D | svgstyleattributes.cxx | 240 const basegfx::BColor* pFill = getFill(); in add_text() 575 const basegfx::BColor* pFill = getFill(); in add_fill() 1898 const basegfx::BColor* SvgStyleAttributes::getFill() const in getFill() function in svgio::svgreader::SvgStyleAttributes 1923 return pSvgStyleAttributes->getFill(); in getFill()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 601 if(getFill() && getB2DPolyPolygon().isClosed()) in create2DDecomposition() 665 && getFill() == rCompare.getFill()); in operator ==()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashaperange.cxx | 219 uno::Reference< ov::msforms::XFillFormat > SAL_CALL ScVbaShapeRange::getFill() throw (css::uno::Run… in getFill() function in ScVbaShapeRange 225 return xShape->getFill(); in getFill()
|
/aoo4110/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrfilltextattribute.hxx | 61 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrFillTextAttribute
|
H A D | sdrlinefillshadowtextattribute.hxx | 63 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrLineFillShadowTextAttribute
|
/aoo4110/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 99 if(!getSdrFTAttribute().getFill().isDefault()) in create2DDecomposition() 105 getSdrFTAttribute().getFill(), in create2DDecomposition()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 113 ::sal_Int16 SAL_CALL getFill() throw (RuntimeException); 389 sal_Int16 SAL_CALL RandomAnimationNode::getFill() throw (RuntimeException) in getFill() function in sd::RandomAnimationNode
|
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrallattribute3d.hxx | 70 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrLineFillShadowAttribute3D
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbashaperange.hxx | 64 …virtual css::uno::Reference< ov::msforms::XFillFormat > SAL_CALL getFill() throw (css::uno::Runtim…
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | polypolygonprimitive2d.hxx | 489 bool getFill() const { return mbFill; } in getFill() function in drawinglayer::primitive2d::PolyPolygonSelectionPrimitive2D
|