Home
last modified time | relevance | path

Searched refs:rCandidate (Results 1 – 25 of 190) sorted by relevance

12345678

/core/svx/source/sdr/attribute/
H A Dsdreffectstextattribute.cxx46 : maShadow(rCandidate.getShadow()), in SdrEffectsTextAttribute()
47 maTextAttribute(rCandidate.getText()), in SdrEffectsTextAttribute()
48 maGlow(rCandidate.maGlow), in SdrEffectsTextAttribute()
49 maGlowText(rCandidate.maGlowText), in SdrEffectsTextAttribute()
50 mnSoftEdgeRadius(rCandidate.mnSoftEdgeRadius) in SdrEffectsTextAttribute()
56 maShadow = rCandidate.getShadow(); in operator =()
57 maTextAttribute = rCandidate.getText(); in operator =()
58 maGlow = rCandidate.maGlow; in operator =()
59 maGlowText = rCandidate.maGlowText; in operator =()
75 && getText() == rCandidate.getText() in operator ==()
[all …]
H A Dsdrfilltextattribute.cxx41 SdrFillTextAttribute::SdrFillTextAttribute(const SdrFillTextAttribute& rCandidate) in SdrFillTextAttribute() argument
42 : maFill(rCandidate.getFill()), in SdrFillTextAttribute()
43 maFillFloatTransGradient(rCandidate.getFillFloatTransGradient()), in SdrFillTextAttribute()
44 maTextAttribute(rCandidate.getText()) in SdrFillTextAttribute()
50 maFill = rCandidate.getFill(); in operator =()
51 maFillFloatTransGradient = rCandidate.getFillFloatTransGradient(); in operator =()
52 maTextAttribute = rCandidate.getText(); in operator =()
57 bool SdrFillTextAttribute::operator==(const SdrFillTextAttribute& rCandidate) const in operator ==()
59 return(getFill() == rCandidate.getFill() in operator ==()
60 && getFillFloatTransGradient() == rCandidate.getFillFloatTransGradient() in operator ==()
[all …]
H A Dsdrlineeffectstextattribute.cxx45 …ineEffectsTextAttribute::SdrLineEffectsTextAttribute(const SdrLineEffectsTextAttribute& rCandidate) in SdrLineEffectsTextAttribute() argument
46 : SdrEffectsTextAttribute(rCandidate), in SdrLineEffectsTextAttribute()
47 maLine(rCandidate.getLine()), in SdrLineEffectsTextAttribute()
48 maLineStartEnd(rCandidate.getLineStartEnd()) in SdrLineEffectsTextAttribute()
54 SdrEffectsTextAttribute::operator=(rCandidate); in operator =()
55 maLine = rCandidate.getLine(); in operator =()
56 maLineStartEnd = rCandidate.getLineStartEnd(); in operator =()
68 … bool SdrLineEffectsTextAttribute::operator==(const SdrLineEffectsTextAttribute& rCandidate) const in operator ==()
70 return(SdrEffectsTextAttribute::operator==(rCandidate) in operator ==()
71 && getLine() == rCandidate.getLine() in operator ==()
[all …]
H A Dsdrlinefilleffectstextattribute.cxx47 …tsTextAttribute::SdrLineFillEffectsTextAttribute(const SdrLineFillEffectsTextAttribute& rCandidate) in SdrLineFillEffectsTextAttribute() argument
48 : SdrLineEffectsTextAttribute(rCandidate), in SdrLineFillEffectsTextAttribute()
49 maFill(rCandidate.getFill()), in SdrLineFillEffectsTextAttribute()
50 maFillFloatTransGradient(rCandidate.getFillFloatTransGradient()) in SdrLineFillEffectsTextAttribute()
56 SdrLineEffectsTextAttribute::operator=(rCandidate); in operator =()
57 maFill = rCandidate.getFill(); in operator =()
58 maFillFloatTransGradient = rCandidate.getFillFloatTransGradient(); in operator =()
70 …drLineFillEffectsTextAttribute::operator==(const SdrLineFillEffectsTextAttribute& rCandidate) const in operator ==()
72 return(SdrLineEffectsTextAttribute::operator==(rCandidate) in operator ==()
73 && getFill() == rCandidate.getFill() in operator ==()
[all …]
H A Dsdrformtextoutlineattribute.cxx58 bool operator==(const ImpSdrFormTextOutlineAttribute& rCandidate) const in operator ==()
60 return (getLineAttribute() == rCandidate.getLineAttribute() in operator ==()
61 && getStrokeAttribute() == rCandidate.getStrokeAttribute() in operator ==()
62 && getTransparence() == rCandidate.getTransparence()); in operator ==()
90 …ormTextOutlineAttribute::SdrFormTextOutlineAttribute(const SdrFormTextOutlineAttribute& rCandidate) in SdrFormTextOutlineAttribute() argument
91 : mpSdrFormTextOutlineAttribute(rCandidate.mpSdrFormTextOutlineAttribute) in SdrFormTextOutlineAttribute()
106 mpSdrFormTextOutlineAttribute = rCandidate.mpSdrFormTextOutlineAttribute; in operator =()
112 mpSdrFormTextOutlineAttribute = std::move(rCandidate.mpSdrFormTextOutlineAttribute); in operator =()
116 … bool SdrFormTextOutlineAttribute::operator==(const SdrFormTextOutlineAttribute& rCandidate) const in operator ==()
119 if(rCandidate.isDefault() != isDefault()) in operator ==()
[all …]
H A Dsdrtextattribute.cxx217 && isContour() == rCandidate.isContour() in operator ==()
218 && isFitToSize() == rCandidate.isFitToSize() in operator ==()
219 && isAutoFit() == rCandidate.isAutoFit() in operator ==()
220 && isHideContour() == rCandidate.isHideContour() in operator ==()
221 && isBlink() == rCandidate.isBlink() in operator ==()
222 && isScroll() == rCandidate.isScroll() in operator ==()
223 && isInEditMode() == rCandidate.isInEditMode() in operator ==()
225 && mbWrongSpell == rCandidate.mbWrongSpell ); in operator ==()
274 : mpSdrTextAttribute(rCandidate.mpSdrTextAttribute) in SdrTextAttribute()
294 mpSdrTextAttribute = rCandidate.mpSdrTextAttribute; in operator =()
[all …]
H A Dsdrformtextattribute.cxx233 bool operator==(const ImpSdrFormTextAttribute& rCandidate) const in operator ==()
236 && getFormTextStart() == rCandidate.getFormTextStart() in operator ==()
240 && getFormTextStyle() == rCandidate.getFormTextStyle() in operator ==()
241 && getFormTextAdjust() == rCandidate.getFormTextAdjust() in operator ==()
242 && getFormTextShadow() == rCandidate.getFormTextShadow() in operator ==()
244 && getOutline() == rCandidate.getOutline() in operator ==()
245 && getShadowOutline() == rCandidate.getShadowOutline() in operator ==()
246 && getFormTextMirror() == rCandidate.getFormTextMirror() in operator ==()
271 : mpSdrFormTextAttribute(rCandidate.mpSdrFormTextAttribute) in SdrFormTextAttribute()
291 mpSdrFormTextAttribute = rCandidate.mpSdrFormTextAttribute; in operator =()
[all …]
/core/svgio/source/svgreader/
H A Dsvgtools.cxx303 while(nPos < nLen && (nCharA == rCandidate[nPos] || nCharB == rCandidate[nPos])) in skip_char()
385 rTarget.append(rCandidate[nPos]); in copyToLimiter()
712 if('a' == rCandidate[nPos]) in read_color()
1092 rURL = rCandidate.substr(nPos); in readLocalLink()
1112 if('"' == rCandidate[nPos]) in readLocalUrl()
1117 else if('\'' == rCandidate[nPos]) in readLocalUrl()
1140 if( !rCandidate.isEmpty() ) in readSvgPaint()
1350 if(!readLocalLink(rCandidate, rXLink)) in readImageLink()
1394 rUrl = rCandidate; in readImageLink()
1447 return rCandidate; in removeBlockComments()
[all …]
/core/include/basegfx/polygon/
H A Db2dpolygontools.hxx66 BASEGFX_DLLPUBLIC void openWithGeometryChange(B2DPolygon& rCandidate);
67 BASEGFX_DLLPUBLIC void closeWithGeometryChange(B2DPolygon& rCandidate);
78 BASEGFX_DLLPUBLIC void checkClosed(B2DPolygon& rCandidate);
104 BASEGFX_DLLPUBLIC B2DRange getRange(const B2DPolygon& rCandidate);
107 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolygon& rCandidate);
110 BASEGFX_DLLPUBLIC double getArea(const B2DPolygon& rCandidate);
116 BASEGFX_DLLPUBLIC double getLength(const B2DPolygon& rCandidate);
208 const B2DPolygon& rCandidate,
214 const B2DPolygon& rCandidate,
364 BASEGFX_DLLPUBLIC bool isConvex(const B2DPolygon& rCandidate);
[all …]
H A Db3dpolygontools.hxx47 BASEGFX_DLLPUBLIC void checkClosed(B3DPolygon& rCandidate);
51 … BASEGFX_DLLPUBLIC sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate);
54 BASEGFX_DLLPUBLIC B3DRange getRange(const B3DPolygon& rCandidate);
57 BASEGFX_DLLPUBLIC double getLength(const B3DPolygon& rCandidate);
65 const B3DPolygon& rCandidate,
70 const B3DPolygon& rCandidate,
79 … B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter);
83 BASEGFX_DLLPUBLIC B3DPolygon invertNormals( const B3DPolygon& rCandidate);
100 …BASEGFX_DLLPUBLIC bool isInside(const B3DPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBo…
107 … BASEGFX_DLLPUBLIC bool isPointOnPolygon(const B3DPolygon& rCandidate, const B3DPoint& rPoint);
[all …]
H A Db2dpolypolygontools.hxx44 BASEGFX_DLLPUBLIC B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate);
49 BASEGFX_DLLPUBLIC B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate);
73 BASEGFX_DLLPUBLIC B2DRange getRange(const B2DPolyPolygon& rCandidate);
76 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolyPolygon& rCandidate);
79 BASEGFX_DLLPUBLIC double getArea(const B2DPolyPolygon& rCandidate);
86 const B2DPolyPolygon& rCandidate,
159 …BASEGFX_DLLPUBLIC B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fV…
162 …BASEGFX_DLLPUBLIC B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32…
187 BASEGFX_DLLPUBLIC B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate);
245 BASEGFX_DLLPUBLIC B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate);
[all …]
H A Db2dpolygonclipper.hxx39 …B2DPolyPolygon clipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAx…
40 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bPar…
45 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolyPolygonOnRange(const B2DPolyPolygon& rCandidate, const B2…
46 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolygonOnRange(const B2DPolygon& rCandidate, const B2DRange& …
54 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolyPolygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, co…
56 …BASEGFX_DLLPUBLIC B2DPolyPolygon clipPolygonOnPolyPolygon(const B2DPolygon& rCandidate, const B2DP…
61 …BASEGFX_DLLPUBLIC B2DPolygon clipTriangleListOnRange( const B2DPolygon& rCandidate, const B2DRange…
H A Db2dpolypolygoncutter.hxx42 BASEGFX_DLLPUBLIC B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate,
53 BASEGFX_DLLPUBLIC B2DPolyPolygon solveCrossovers(const B2DPolygon& rCandidate);
64 BASEGFX_DLLPUBLIC B2DPolyPolygon stripNeutralPolygons(const B2DPolyPolygon& rCandidate);
87 …BASEGFX_DLLPUBLIC B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool b…
99 BASEGFX_DLLPUBLIC B2DPolyPolygon createNonzeroConform(const B2DPolyPolygon& rCandidate);
117 BASEGFX_DLLPUBLIC B2DPolyPolygon prepareForPolygonOperation(const B2DPolygon& rCandidate);
119 … BASEGFX_DLLPUBLIC B2DPolyPolygon prepareForPolygonOperation(const B2DPolyPolygon& rCandidate);
/core/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx36 B2DPolyPolygon aRetval(rCandidate); in correctOrientations()
113 return rCandidate; in correctOutmostPolygon()
118 if(rCandidate.areControlPointsUsed()) in adaptiveSubdivideByDistance()
138 return rCandidate; in adaptiveSubdivideByDistance()
144 if(rCandidate.areControlPointsUsed()) in adaptiveSubdivideByAngle()
164 return rCandidate; in adaptiveSubdivideByAngle()
170 if(rCandidate.count() == 1) in isInside()
186 for(auto const& rPolygon : rCandidate) in getRange()
198 for(auto const& rPolygon : rCandidate) in getSignedArea()
348 return rCandidate; in growInNormalDirection()
[all …]
H A Db2dpolygontools.cxx52 rCandidate.append(rCandidate.getB2DPoint(0)); in openWithGeometryChange()
56rCandidate.setPrevControlPoint(rCandidate.count() - 1, rCandidate.getPrevControlPoint(0)); in openWithGeometryChange()
69 …while(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.cou… in closeWithGeometryChange()
71 … if(rCandidate.areControlPointsUsed() && rCandidate.isPrevControlPointUsed(rCandidate.count() - 1)) in closeWithGeometryChange()
73rCandidate.setPrevControlPoint(0, rCandidate.getPrevControlPoint(rCandidate.count() - 1)); in closeWithGeometryChange()
76 rCandidate.remove(rCandidate.count() - 1); in closeWithGeometryChange()
87 …if(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.count(… in checkClosed()
135 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getOrientation()
315 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isInside()
431 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getArea()
[all …]
H A Db3dpolygontools.cxx36 while(rCandidate.count() > 1 in checkClosed()
37 && rCandidate.getB3DPoint(0).equal(rCandidate.getB3DPoint(rCandidate.count() - 1))) in checkClosed()
39 rCandidate.setClosed(true); in checkClosed()
40 rCandidate.remove(rCandidate.count() - 1); in checkClosed()
95 const B3DPolygon& rCandidate, in applyLineDashing() argument
114 rCandidate, in applyLineDashing()
174 const B3DPolygon& rCandidate, in applyLineDashing() argument
306 B3DPolygon aRetval(rCandidate); in applyDefaultNormalsSphere()
320 B3DPolygon aRetval(rCandidate); in invertNormals()
658 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
[all …]
/core/svgio/inc/
H A Dsvgtools.hxx105 SvgUnit readUnit(std::u16string_view rCandidate, sal_Int32& nPos, const sal_Int32 nLen);
110 bool read_color(const OUString& rCandidate, basegfx::BColor& rColor, SvgNumber& rOpacity);
111 … basegfx::B2DRange readViewBox(std::u16string_view rCandidate, InfoProvider const & rInfoProvider);
114 bool readSingleNumber(std::u16string_view rCandidate, SvgNumber& aNum);
115 bool readLocalLink(std::u16string_view rCandidate, OUString& rURL);
116 bool readLocalUrl(const OUString& rCandidate, OUString& rURL);
119 bool readSvgNumberVector(std::u16string_view rCandidate, SvgNumberVector& rSvgNumberVector);
122 SvgAspectRatio readSvgAspectRatio(std::u16string_view rCandidate);
127 … void readImageLink(const OUString& rCandidate, OUString& rXLink, OUString& rUrl, OUString& rData);
129 OUString consolidateContiguousSpace(const OUString& rCandidate);
[all …]
/core/drawinglayer/source/processor2d/
H A Dbaseprocessor2d.cxx40 void BaseProcessor2D::process(const primitive2d::BasePrimitive2D& rCandidate) in process() argument
43 rCandidate.get2DDecomposition(*this, getViewInformation2D()); in process()
47 void BaseProcessor2D::visit(const primitive2d::Primitive2DReference& rCandidate) in visit() argument
49 if (rCandidate) in visit()
50 processBasePrimitive2D(*rCandidate); in visit()
56 void BaseProcessor2D::visit(primitive2d::Primitive2DContainer&& rCandidate) in visit() argument
58 process(rCandidate); in visit()
63 for (const primitive2d::Primitive2DReference& rCandidate : rSource) in process() local
65 if (rCandidate) in process()
66 processBasePrimitive2D(*rCandidate); in process()
H A Dcontourextractor2d.cxx47 … void ContourExtractor2D::processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) in processBasePrimitive2D() argument
49 switch(rCandidate.getPrimitive2DID()) in processBasePrimitive2D()
74 …e2D& rPolygonCandidate(static_cast< const primitive2d::PolyPolygonColorPrimitive2D& >(rCandidate)); in processBasePrimitive2D()
83 …mapPrimitive2D& rBitmapCandidate(static_cast< const primitive2d::BitmapPrimitive2D& >(rCandidate)); in processBasePrimitive2D()
93 …ilePrimitive2D& rMetaCandidate(static_cast< const primitive2d::MetafilePrimitive2D& >(rCandidate)); in processBasePrimitive2D()
103 …imitive2D& rTransCandidate(static_cast< const primitive2d::TransparencePrimitive2D& >(rCandidate)); in processBasePrimitive2D()
110 …d::MaskPrimitive2D& rMaskCandidate(static_cast< const primitive2d::MaskPrimitive2D& >(rCandidate)); in processBasePrimitive2D()
119 …mitive2D& rTransformCandidate(static_cast< const primitive2d::TransformPrimitive2D& >(rCandidate)); in processBasePrimitive2D()
138 …ive2D& rScenePrimitive2DCandidate(static_cast< const primitive2d::ScenePrimitive2D& >(rCandidate)); in processBasePrimitive2D()
167 basegfx::B2DRange aRange(rCandidate.getB2DRange(getViewInformation2D())); in processBasePrimitive2D()
[all …]
/core/svx/source/engine3d/
H A Ddragmt3d.cxx126 rCandidate.mnLastAngle = 0_deg100; in BeginSdrDrag()
164 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in EndSdrDrag()
169 rCandidate.mr3DObj, in EndSdrDrag()
194 rCandidate.mr3DObj.SetTransform(rCandidate.maInitTransform); in CancelSdrDrag()
360 rCandidate.mnStartAngle) - rCandidate.mnLastAngle; in MoveSdrDrag()
361 rCandidate.mnLastAngle = lastAngle + rCandidate.mnLastAngle; in MoveSdrDrag()
434 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
588 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
711 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
717 rCandidate.maWireframePoly = rCandidate.mr3DObj.CreateWireframe(); in MoveSdrDrag()
[all …]
/core/canvas/source/opengl/
H A Dogl_canvastools.cxx42 rCandidate.getA().getX()/nWidth, in renderComplexPolyPolygon()
43 rCandidate.getA().getY()/nHeight); in renderComplexPolyPolygon()
45 rCandidate.getA().getX(), in renderComplexPolyPolygon()
46 rCandidate.getA().getY()); in renderComplexPolyPolygon()
49 rCandidate.getB().getX()/nWidth, in renderComplexPolyPolygon()
50 rCandidate.getB().getY()/nHeight); in renderComplexPolyPolygon()
52 rCandidate.getB().getX(), in renderComplexPolyPolygon()
53 rCandidate.getB().getY()); in renderComplexPolyPolygon()
56 rCandidate.getC().getX()/nWidth, in renderComplexPolyPolygon()
59 rCandidate.getC().getX(), in renderComplexPolyPolygon()
[all …]
/core/drawinglayer/source/attribute/
H A Dsdrlinestartendattribute.cxx81 bool operator==(const ImpSdrLineStartEndAttribute& rCandidate) const in operator ==()
83 return (getStartPolyPolygon() == rCandidate.getStartPolyPolygon() in operator ==()
84 && getEndPolyPolygon() == rCandidate.getEndPolyPolygon() in operator ==()
85 && getStartWidth() == rCandidate.getStartWidth() in operator ==()
86 && getEndWidth() == rCandidate.getEndWidth() in operator ==()
87 && isStartActive() == rCandidate.isStartActive() in operator ==()
88 && isEndActive() == rCandidate.isEndActive() in operator ==()
89 && isStartCentered() == rCandidate.isStartCentered() in operator ==()
90 && isEndCentered() == rCandidate.isEndCentered()); in operator ==()
140 if(rCandidate.isDefault() != isDefault()) in operator ==()
[all …]
H A Dfillhatchattribute.cxx71 bool operator==(const ImpFillHatchAttribute& rCandidate) const in operator ==()
73 return (getStyle() == rCandidate.getStyle() in operator ==()
74 && getDistance() == rCandidate.getDistance() in operator ==()
75 && getAngle() == rCandidate.getAngle() in operator ==()
76 && getColor() == rCandidate.getColor() in operator ==()
77 && getMinimalDiscreteDistance() == rCandidate.getMinimalDiscreteDistance() in operator ==()
78 && isFillBackground() == rCandidate.isFillBackground()); in operator ==()
124 bool FillHatchAttribute::operator==(const FillHatchAttribute& rCandidate) const in operator ==()
127 if(rCandidate.isDefault() != isDefault()) in operator ==()
130 return rCandidate.mpFillHatchAttribute == mpFillHatchAttribute; in operator ==()
H A Dsdrobjectattribute3d.cxx82 bool operator==(const ImpSdr3DObjectAttribute& rCandidate) const in operator ==()
84 return (getNormalsKind() == rCandidate.getNormalsKind() in operator ==()
85 && getTextureProjectionX() == rCandidate.getTextureProjectionX() in operator ==()
87 && getTextureKind() == rCandidate.getTextureKind() in operator ==()
88 && getTextureMode() == rCandidate.getTextureMode() in operator ==()
89 && getMaterial() == rCandidate.getMaterial() in operator ==()
90 && getNormalsInvert() == rCandidate.getNormalsInvert() in operator ==()
91 && getDoubleSided() == rCandidate.getDoubleSided() in operator ==()
92 && getShadow3D() == rCandidate.getShadow3D() in operator ==()
93 && getTextureFilter() == rCandidate.getTextureFilter() in operator ==()
[all …]
H A Dsdrallattribute3d.cxx49 …bool SdrLineFillShadowAttribute3D::operator==(const SdrLineFillShadowAttribute3D& rCandidate) const in operator ==()
51 return(getLine() == rCandidate.getLine() in operator ==()
52 && getFill() == rCandidate.getFill() in operator ==()
53 && maLineStartEnd == rCandidate.maLineStartEnd in operator ==()
54 && getShadow() == rCandidate.getShadow() in operator ==()
55 && getFillFloatTransGradient() == rCandidate.getFillFloatTransGradient()); in operator ==()

12345678