Home
last modified time | relevance | path

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

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgtools.cxx148 while(nPos < nLen && (nCharA == rCandidate[nPos] || nCharB == rCandidate[nPos])) in skip_char()
230 rTarget.append(rCandidate[nPos]); in copyToLimiter()
1070 if(rCandidate.startsWith(aStrUrl)) in readLocalUrl()
1089 if( !rCandidate.isEmpty() ) in readSvgPaint()
1300 if('#' == rCandidate[0]) in readImageLink()
1303 rXLink = rCandidate.copy(1); in readImageLink()
1349 rUrl = rCandidate; in readImageLink()
1391 return rCandidate; in convert()
1442 return rCandidate; in removeBlockComments()
1489 return rCandidate; in consolidateContiguousSpace()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgtools.cxx292 while(nPos < nLen && (nCharA == rCandidate[nPos] || nCharB == rCandidate[nPos])) in skip_char()
374 rTarget.append(rCandidate[nPos]); in copyToLimiter()
1214 if(rCandidate.startsWith(aStrUrl)) in readLocalUrl()
1233 if( !rCandidate.isEmpty() ) in readSvgPaint()
1444 if('#' == rCandidate[0]) in readImageLink()
1447 rXLink = rCandidate.copy(1); in readImageLink()
1493 rUrl = rCandidate; in readImageLink()
1535 return rCandidate; in convert()
1586 return rCandidate; in removeBlockComments()
1633 return rCandidate; in consolidateContiguousSpace()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db2dpolygontools.cxx51 rCandidate.append(rCandidate.getB2DPoint(0)); in openWithGeometryChange()
55rCandidate.setPrevControlPoint(rCandidate.count() - 1, rCandidate.getPrevControlPoint(0)); in openWithGeometryChange()
68 …while(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.cou… in closeWithGeometryChange()
70 … if(rCandidate.areControlPointsUsed() && rCandidate.isPrevControlPointUsed(rCandidate.count() - 1)) in closeWithGeometryChange()
72rCandidate.setPrevControlPoint(0, rCandidate.getPrevControlPoint(rCandidate.count() - 1)); in closeWithGeometryChange()
75 rCandidate.remove(rCandidate.count() - 1); in closeWithGeometryChange()
86 …if(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.count(… in checkClosed()
134 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getOrientation()
314 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isInside()
430 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getArea()
[all …]
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 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
310 B3DPolygon aRetval(rCandidate); in applyDefaultNormalsSphere()
324 B3DPolygon aRetval(rCandidate); in invertNormals()
662 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
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()
88 …if(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.count(… in checkClosed()
136 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getOrientation()
316 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isInside()
432 if(rCandidate.count() > 2 || rCandidate.areControlPointsUsed()) in getArea()
[all …]
H A Db2dpolypolygontools.cxx37 B2DPolyPolygon aRetval(rCandidate); in correctOrientations()
114 return rCandidate; in correctOutmostPolygon()
119 if(rCandidate.areControlPointsUsed()) in adaptiveSubdivideByDistance()
139 return rCandidate; in adaptiveSubdivideByDistance()
145 if(rCandidate.areControlPointsUsed()) in adaptiveSubdivideByAngle()
165 return rCandidate; in adaptiveSubdivideByAngle()
171 if(rCandidate.count() == 1) in isInside()
187 for(auto const& rPolygon : rCandidate) in getRange()
199 for(auto const& rPolygon : rCandidate) in getSignedArea()
349 return rCandidate; in growInNormalDirection()
[all …]
H A Db3dpolygontools.cxx37 while(rCandidate.count() > 1 in checkClosed()
38 && rCandidate.getB3DPoint(0).equal(rCandidate.getB3DPoint(rCandidate.count() - 1))) in checkClosed()
40 rCandidate.setClosed(true); in checkClosed()
41 rCandidate.remove(rCandidate.count() - 1); in checkClosed()
49 if(nIndex + 1 < rCandidate.count()) in getIndexOfSuccessor()
224 B3DPolygon aRetval(rCandidate); in applyDefaultNormalsSphere()
238 B3DPolygon aRetval(rCandidate); in invertNormals()
253 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesParallel()
303 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesSphere()
576 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/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 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 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 …BASEGFX_DLLPUBLIC B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoi…
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 …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/polygon/
H A Db2dpolygontools.hxx65 BASEGFX_DLLPUBLIC void openWithGeometryChange(B2DPolygon& rCandidate);
66 BASEGFX_DLLPUBLIC void closeWithGeometryChange(B2DPolygon& rCandidate);
77 BASEGFX_DLLPUBLIC void checkClosed(B2DPolygon& rCandidate);
103 BASEGFX_DLLPUBLIC B2DRange getRange(const B2DPolygon& rCandidate);
106 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolygon& rCandidate);
109 BASEGFX_DLLPUBLIC double getArea(const B2DPolygon& rCandidate);
115 BASEGFX_DLLPUBLIC double getLength(const B2DPolygon& rCandidate);
193 const B2DPolygon& rCandidate,
336 BASEGFX_DLLPUBLIC bool hasNeutralPoints(const B2DPolygon& rCandidate);
343 BASEGFX_DLLPUBLIC bool isConvex(const B2DPolygon& rCandidate);
[all …]
H A Db2dpolypolygontools.hxx46 BASEGFX_DLLPUBLIC B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate);
51 BASEGFX_DLLPUBLIC B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate);
75 BASEGFX_DLLPUBLIC B2DRange getRange(const B2DPolyPolygon& rCandidate);
78 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolyPolygon& rCandidate);
81 BASEGFX_DLLPUBLIC double getArea(const B2DPolyPolygon& rCandidate);
88 const B2DPolyPolygon& rCandidate,
161 …BASEGFX_DLLPUBLIC B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fV…
164 …BASEGFX_DLLPUBLIC B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32…
189 BASEGFX_DLLPUBLIC B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate);
247 BASEGFX_DLLPUBLIC B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/inc/
H A Dsvgtools.hxx105 SvgUnit readUnit(std::u16string_view rCandidate, sal_Int32& nPos, const sal_Int32 nLen);
111 … basegfx::B2DRange readViewBox(const OUString& rCandidate, InfoProvider const & rInfoProvider);
113 bool readSingleNumber(const OUString& rCandidate, SvgNumber& aNum);
114 bool readLocalUrl(const OUString& rCandidate, OUString& rURL);
117 bool readSvgNumberVector(const OUString& rCandidate, SvgNumberVector& rSvgNumberVector);
120 SvgAspectRatio readSvgAspectRatio(const OUString& rCandidate);
123 bool readSvgStringVector(const OUString& rCandidate, SvgStringVector& rSvgStringVector);
128 OUString consolidateContiguousSpace(const OUString& rCandidate);
129 OUString whiteSpaceHandlingDefault(const OUString& rCandidate);
130 OUString whiteSpaceHandlingPreserve(const OUString& rCandidate);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/attribute/
H A Dsdreffectstextattribute.cxx45 : maShadow(rCandidate.getShadow()), in SdrEffectsTextAttribute()
46 maTextAttribute(rCandidate.getText()), in SdrEffectsTextAttribute()
47 maGlow(rCandidate.maGlow), in SdrEffectsTextAttribute()
48 mnSoftEdgeRadius(rCandidate.mnSoftEdgeRadius) in SdrEffectsTextAttribute()
54 maShadow = rCandidate.getShadow(); in operator =()
55 maTextAttribute = rCandidate.getText(); in operator =()
56 maGlow = rCandidate.maGlow; in operator =()
57 mnSoftEdgeRadius = rCandidate.mnSoftEdgeRadius; in operator =()
70 return (getShadow() == rCandidate.getShadow() in operator ==()
71 && getText() == rCandidate.getText() in operator ==()
[all …]
H A Dsdrtextattribute.cxx220 && isContour() == rCandidate.isContour() in operator ==()
221 && isFitToSize() == rCandidate.isFitToSize() in operator ==()
222 && isAutoFit() == rCandidate.isAutoFit() in operator ==()
223 && isHideContour() == rCandidate.isHideContour() in operator ==()
224 && isBlink() == rCandidate.isBlink() in operator ==()
225 && isScroll() == rCandidate.isScroll() in operator ==()
226 && isInEditMode() == rCandidate.isInEditMode() in operator ==()
228 && mbWrongSpell == rCandidate.mbWrongSpell ); in operator ==()
274 : mpSdrTextAttribute(rCandidate.mpSdrTextAttribute) in SdrTextAttribute()
294 mpSdrTextAttribute = rCandidate.mpSdrTextAttribute; in operator =()
[all …]
H A Dsdrfilltextattribute.cxx43 SdrFillTextAttribute::SdrFillTextAttribute(const SdrFillTextAttribute& rCandidate) in SdrFillTextAttribute() argument
44 : maFill(rCandidate.getFill()), in SdrFillTextAttribute()
45 maFillFloatTransGradient(rCandidate.getFillFloatTransGradient()), in SdrFillTextAttribute()
46 maTextAttribute(rCandidate.getText()) in SdrFillTextAttribute()
52 maFill = rCandidate.getFill(); in operator =()
53 maFillFloatTransGradient = rCandidate.getFillFloatTransGradient(); in operator =()
54 maTextAttribute = rCandidate.getText(); in operator =()
59 bool SdrFillTextAttribute::operator==(const SdrFillTextAttribute& rCandidate) const in operator ==()
61 return(getFill() == rCandidate.getFill() in operator ==()
62 && getFillFloatTransGradient() == rCandidate.getFillFloatTransGradient() in operator ==()
[all …]
H A Dsdrlineeffectstextattribute.cxx46 …ineEffectsTextAttribute::SdrLineEffectsTextAttribute(const SdrLineEffectsTextAttribute& rCandidate) in SdrLineEffectsTextAttribute() argument
47 : SdrEffectsTextAttribute(rCandidate), in SdrLineEffectsTextAttribute()
48 maLine(rCandidate.getLine()), in SdrLineEffectsTextAttribute()
49 maLineStartEnd(rCandidate.getLineStartEnd()) in SdrLineEffectsTextAttribute()
55 SdrEffectsTextAttribute::operator=(rCandidate); in operator =()
56 maLine = rCandidate.getLine(); in operator =()
57 maLineStartEnd = rCandidate.getLineStartEnd(); in operator =()
69 … bool SdrLineEffectsTextAttribute::operator==(const SdrLineEffectsTextAttribute& rCandidate) const in operator ==()
71 return(SdrEffectsTextAttribute::operator==(rCandidate) in operator ==()
72 && getLine() == rCandidate.getLine() in operator ==()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx224 && isContour() == rCandidate.isContour() in operator ==()
225 && isFitToSize() == rCandidate.isFitToSize() in operator ==()
226 && isAutoFit() == rCandidate.isAutoFit() in operator ==()
227 && isHideContour() == rCandidate.isHideContour() in operator ==()
228 && isBlink() == rCandidate.isBlink() in operator ==()
229 && isScroll() == rCandidate.isScroll() in operator ==()
230 && isInEditMode() == rCandidate.isInEditMode() in operator ==()
232 && mbWrongSpell == rCandidate.mbWrongSpell ); in operator ==()
278 : mpSdrTextAttribute(rCandidate.mpSdrTextAttribute) in SdrTextAttribute()
298 mpSdrTextAttribute = rCandidate.mpSdrTextAttribute; in operator =()
[all …]
H A Dsdrfilltextattribute.cxx45 SdrFillTextAttribute::SdrFillTextAttribute(const SdrFillTextAttribute& rCandidate) in SdrFillTextAttribute() argument
46 : maFill(rCandidate.getFill()), in SdrFillTextAttribute()
47 maFillFloatTransGradient(rCandidate.getFillFloatTransGradient()), in SdrFillTextAttribute()
48 maTextAttribute(rCandidate.getText()) in SdrFillTextAttribute()
54 maFill = rCandidate.getFill(); in operator =()
55 maFillFloatTransGradient = rCandidate.getFillFloatTransGradient(); in operator =()
56 maTextAttribute = rCandidate.getText(); in operator =()
61 bool SdrFillTextAttribute::operator==(const SdrFillTextAttribute& rCandidate) const in operator ==()
63 return(getFill() == rCandidate.getFill() in operator ==()
64 && getFillFloatTransGradient() == rCandidate.getFillFloatTransGradient() in operator ==()
[all …]
H A Dsdrlineshadowtextattribute.cxx46 …drLineShadowTextAttribute::SdrLineShadowTextAttribute(const SdrLineShadowTextAttribute& rCandidate) in SdrLineShadowTextAttribute() argument
47 : SdrShadowTextAttribute(rCandidate), in SdrLineShadowTextAttribute()
48 maLine(rCandidate.getLine()), in SdrLineShadowTextAttribute()
49 maLineStartEnd(rCandidate.getLineStartEnd()) in SdrLineShadowTextAttribute()
55 SdrShadowTextAttribute::operator=(rCandidate); in operator =()
56 maLine = rCandidate.getLine(); in operator =()
57 maLineStartEnd = rCandidate.getLineStartEnd(); in operator =()
69 … bool SdrLineShadowTextAttribute::operator==(const SdrLineShadowTextAttribute& rCandidate) const in operator ==()
71 return(SdrShadowTextAttribute::operator==(rCandidate) in operator ==()
72 && getLine() == rCandidate.getLine() in operator ==()
[all …]
H A Dsdrlinefillshadowtextattribute.cxx48 …adowTextAttribute::SdrLineFillShadowTextAttribute(const SdrLineFillShadowTextAttribute& rCandidate) in SdrLineFillShadowTextAttribute() argument
49 : SdrLineShadowTextAttribute(rCandidate), in SdrLineFillShadowTextAttribute()
50 maFill(rCandidate.getFill()), in SdrLineFillShadowTextAttribute()
51 maFillFloatTransGradient(rCandidate.getFillFloatTransGradient()) in SdrLineFillShadowTextAttribute()
57 SdrLineShadowTextAttribute::operator=(rCandidate); in operator =()
58 maFill = rCandidate.getFill(); in operator =()
59 maFillFloatTransGradient = rCandidate.getFillFloatTransGradient(); in operator =()
71 … SdrLineFillShadowTextAttribute::operator==(const SdrLineFillShadowTextAttribute& rCandidate) const in operator ==()
73 return(SdrLineShadowTextAttribute::operator==(rCandidate) in operator ==()
74 && getFill() == rCandidate.getFill() in operator ==()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/inc/
H A Dsvgtools.hxx191 SvgUnit readUnit(const OUString& rCandidate, sal_Int32& nPos, const sal_Int32 nLen);
197 … basegfx::B2DRange readViewBox(const OUString& rCandidate, InfoProvider const & rInfoProvider);
199 bool readSingleNumber(const OUString& rCandidate, SvgNumber& aNum);
200 bool readLocalUrl(const OUString& rCandidate, OUString& rURL);
203 bool readSvgNumberVector(const OUString& rCandidate, SvgNumberVector& rSvgNumberVector);
206 SvgAspectRatio readSvgAspectRatio(const OUString& rCandidate);
209 bool readSvgStringVector(const OUString& rCandidate, SvgStringVector& rSvgStringVector);
214 OUString consolidateContiguousSpace(const OUString& rCandidate);
215 OUString whiteSpaceHandlingDefault(const OUString& rCandidate);
216 OUString whiteSpaceHandlingPreserve(const OUString& rCandidate);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Ddragmt3d.cxx125 rCandidate.mnLastAngle = 0_deg100; in BeginSdrDrag()
163 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in EndSdrDrag()
168 rCandidate.mr3DObj, in EndSdrDrag()
193 rCandidate.mr3DObj.SetTransform(rCandidate.maInitTransform); in CancelSdrDrag()
359 rCandidate.mnStartAngle) - rCandidate.mnLastAngle; in MoveSdrDrag()
360 rCandidate.mnLastAngle = lastAngle + rCandidate.mnLastAngle; in MoveSdrDrag()
433 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
587 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
710 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
716 rCandidate.maWireframePoly = rCandidate.mr3DObj.CreateWireframe(); in MoveSdrDrag()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Ddragmt3d.cxx124 rCandidate.mnLastAngle = 0; in BeginSdrDrag()
162 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in EndSdrDrag()
167 rCandidate.mr3DObj, in EndSdrDrag()
192 rCandidate.mr3DObj.SetTransform(rCandidate.maInitTransform); in CancelSdrDrag()
353 rCandidate.mnStartAngle) - rCandidate.mnLastAngle; in MoveSdrDrag()
354 rCandidate.mnLastAngle = static_cast<long>(fWAngle) + rCandidate.mnLastAngle; in MoveSdrDrag()
427 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
581 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
704 rCandidate.mr3DObj.SetTransform(rCandidate.maTransform); in MoveSdrDrag()
710 rCandidate.maWireframePoly = rCandidate.mr3DObj.CreateWireframe(); in MoveSdrDrag()
[all …]

12345678910>>...15