Home
last modified time | relevance | path

Searched refs:getFill (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/svx/source/sdr/attribute/
H A Dsdrfilltextattribute.cxx52 : 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 Dsdrlinefillshadowtextattribute.cxx56 maFill(rCandidate.getFill()), in SdrLineFillShadowTextAttribute()
64 maFill = rCandidate.getFill(); in operator =()
73 && getFill().isDefault() in isDefault()
80 && getFill() == rCandidate.getFill() in operator ==()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrpolypolygonprimitive3d.cxx58 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 Dsdrlatheprimitive3d.cxx69 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 Dsdrcubeprimitive3d.cxx55 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 Dsdrsphereprimitive3d.cxx60 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 Dsdrextrudeprimitive3d.cxx68 …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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrellipseprimitive2d.cxx63 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition()
71 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
183 if(!getSdrLFSTAttribute().getFill().isDefault() && aUnitOutline.isClosed()) in create2DDecomposition()
191 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
H A Dsdrpathprimitive2d.cxx47 if(!getSdrLFSTAttribute().getFill().isDefault() in create2DDecomposition()
58 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
H A Dsdrrectangleprimitive2d.cxx54 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition()
62 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
H A Dsdrcaptionprimitive2d.cxx53 if(getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition()
70 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
H A Dsdrgrafprimitive2d.cxx48 if(!getSdrLFSTAttribute().getFill().isDefault() && isTransparent()) in create2DDecomposition()
56 getSdrLFSTAttribute().getFill(), in create2DDecomposition()
H A Dsdrole2primitive2d.cxx90 && !getSdrLFSTAttribute().getFill().isDefault()) in get2DDecomposition()
98 getSdrLFSTAttribute().getFill(), in get2DDecomposition()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrallattribute3d.cxx61 && getFill().isDefault() in isDefault()
70 && getFill() == rCandidate.getFill() in operator ==()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx444 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 Dsvgstyleattributes.cxx275 const basegfx::BColor* pFill = getFill(); in add_text()
610 const basegfx::BColor* pFill = getFill(); in add_fill()
1937 const basegfx::BColor* SvgStyleAttributes::getFill() const in getFill() function in svgio::svgreader::SvgStyleAttributes
1962 return pSvgStyleAttributes->getFill(); in getFill()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx693 if(getFill() && getB2DPolyPolygon().isClosed()) in create2DDecomposition()
757 && getFill() == rCompare.getFill()); in operator ==()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx219 uno::Reference< ov::msforms::XFillFormat > SAL_CALL ScVbaShapeRange::getFill() throw (css::uno::Run… in getFill() function in ScVbaShapeRange
225 return xShape->getFill(); in getFill()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx113 ::sal_Int16 SAL_CALL getFill() throw (RuntimeException);
389 sal_Int16 SAL_CALL RandomAnimationNode::getFill() throw (RuntimeException) in getFill() function in sd::RandomAnimationNode
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx99 if(!getSdrFTAttribute().getFill().isDefault()) in create2DDecomposition()
107 getSdrFTAttribute().getFill(), in create2DDecomposition()
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrfilltextattribute.hxx61 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrFillTextAttribute
H A Dsdrlinefillshadowtextattribute.hxx63 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrLineFillShadowTextAttribute
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrallattribute3d.hxx70 const SdrFillAttribute& getFill() const { return maFill; } in getFill() function in drawinglayer::attribute::SdrLineFillShadowAttribute3D
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx64 …virtual css::uno::Reference< ov::msforms::XFillFormat > SAL_CALL getFill() throw (css::uno::Runtim…
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx514 bool getFill() const { return mbFill; } in getFill() function in drawinglayer::primitive2d::PolyPolygonSelectionPrimitive2D

Completed in 115 milliseconds

12