Home
last modified time | relevance | path

Searched defs:rCandidate (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx40 B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate) in correctOrientations()
78 B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate) in correctOutmostPolygon()
122 …B2DPolyPolygon adaptiveSubdivideByDistance(const B2DPolyPolygon& rCandidate, double fDistanceBound) in adaptiveSubdivideByDistance()
151 … B2DPolyPolygon adaptiveSubdivideByAngle(const B2DPolyPolygon& rCandidate, double fAngleBound) in adaptiveSubdivideByAngle()
180 B2DPolyPolygon adaptiveSubdivideByCount(const B2DPolyPolygon& rCandidate, sal_uInt32 nCount) in adaptiveSubdivideByCount()
209 bool isInside(const B2DPolyPolygon& rCandidate, const B2DPoint& rPoint, bool bWithBorder) in isInside()
236 B2DRange getRangeWithControlPoints(const B2DPolyPolygon& rCandidate) in getRangeWithControlPoints()
250 B2DRange getRange(const B2DPolyPolygon& rCandidate) in getRange()
264 double getSignedArea(const B2DPolyPolygon& rCandidate) in getSignedArea()
279 double getArea(const B2DPolyPolygon& rCandidate) in getArea()
[all …]
H A Db3dpolygontools.cxx45 void checkClosed(B3DPolygon& rCandidate) in checkClosed()
57 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfPredecessor()
75 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfSuccessor()
89 B3DRange getRange(const B3DPolygon& rCandidate) in getRange()
103 B3DVector getNormal(const B3DPolygon& rCandidate) in getNormal()
108 B3DVector getPositiveOrientedNormal(const B3DPolygon& rCandidate) in getPositiveOrientedNormal()
120 B2VectorOrientation getOrientation(const B3DPolygon& rCandidate) in getOrientation()
141 double getSignedArea(const B3DPolygon& rCandidate) in getSignedArea()
206 double getArea(const B3DPolygon& rCandidate) in getArea()
224 double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength()
[all …]
H A Db3dpolygonclipper.cxx44 …inline bool impIsInside(const B3DPoint& rCandidate, double fPlaneOffset, tools::B3DOrientation ePl… in impIsInside()
132 …B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrt… in clipPolygonOnOrthogonalPlane()
295 …B3DPolyPolygon clipPolyPolygonOnOrthogonalPlane(const B3DPolyPolygon& rCandidate, B3DOrientation e… in clipPolyPolygonOnOrthogonalPlane()
307 …B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B2DRange& rRange, bo… in clipPolyPolygonOnRange()
319 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInsi… in clipPolygonOnRange()
405 …B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B3DRange& rRange, bo… in clipPolyPolygonOnRange()
417 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& rRange, bool bInsi… in clipPolygonOnRange()
487 …B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& rPointOnPlane, con… in clipPolygonOnPlane()
526 …B3DPolyPolygon clipPolyPolygonOnPlane(const B3DPolyPolygon& rCandidate, const B3DPoint& rPointOnPl… in clipPolyPolygonOnPlane()
H A Db2dpolygontools.cxx60 void openWithGeometryChange(B2DPolygon& rCandidate) in openWithGeometryChange()
79 void closeWithGeometryChange(B2DPolygon& rCandidate) in closeWithGeometryChange()
97 void checkClosed(B2DPolygon& rCandidate) in checkClosed()
110 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfPredecessor()
128 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfSuccessor()
146 B2VectorOrientation getOrientation(const B2DPolygon& rCandidate) in getOrientation()
171 B2VectorContinuity getContinuityInPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getContinuityInPoint()
176 B2DPolygon adaptiveSubdivideByDistance(const B2DPolygon& rCandidate, double fDistanceBound) in adaptiveSubdivideByDistance()
259 B2DPolygon adaptiveSubdivideByAngle(const B2DPolygon& rCandidate, double fAngleBound) in adaptiveSubdivideByAngle()
332 B2DPolygon adaptiveSubdivideByCount(const B2DPolygon& rCandidate, sal_uInt32 nCount) in adaptiveSubdivideByCount()
[all …]
H A Db2dpolygonclipper.cxx44 …B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool… in clipPolygonOnParallelAxis()
175 …B2DPolyPolygon clipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAx… in clipPolyPolygonOnParallelAxis()
193 …B2DPolyPolygon clipPolygonOnRange(const B2DPolygon& rCandidate, const B2DRange& rRange, bool bInsi… in clipPolygonOnRange()
297 …B2DPolyPolygon clipPolyPolygonOnRange(const B2DPolyPolygon& rCandidate, const B2DRange& rRange, bo… in clipPolyPolygonOnRange()
346 …B2DPolyPolygon clipPolygonOnEdge(const B2DPolygon& rCandidate, const B2DPoint& rPointA, const B2DP… in clipPolygonOnEdge()
379 …B2DPolyPolygon clipPolyPolygonOnEdge(const B2DPolyPolygon& rCandidate, const B2DPoint& rPointA, co… in clipPolyPolygonOnEdge()
414 …B2DPolyPolygon clipPolyPolygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon… in clipPolyPolygonOnPolyPolygon()
611 …B2DPolyPolygon clipPolygonOnPolyPolygon(const B2DPolygon& rCandidate, const B2DPolyPolygon& rClip,… in clipPolygonOnPolyPolygon()
734 B2DPolygon clipTriangleListOnRange( const B2DPolygon& rCandidate, in clipTriangleListOnRange()
H A Db2dpolygoncutandtouch.cxx102 …B2DPolygon mergeTemporaryPointsAndPolygon(const B2DPolygon& rCandidate, temporaryPointVector& rTem… in mergeTemporaryPointsAndPolygon()
527 void findCuts(const B2DPolygon& rCandidate, temporaryPointVector& rTempPoints) in findCuts()
904 B2DPolygon addPointsAtCutsAndTouches(const B2DPolygon& rCandidate) in addPointsAtCutsAndTouches()
923 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rCandidate, bool bSelfIntersections) in addPointsAtCutsAndTouches()
1008 … B2DPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolygon& rCandidate) in addPointsAtCutsAndTouches()
1033 …olyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolyPolygon& rCandidate) in addPointsAtCutsAndTouches()
1047 …B2DPolygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& r… in addPointsAtCuts()
1094 …B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPoint& rStart, const B2D… in addPointsAtCuts()
1108 B2DPolygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPolyPolygon& rPolyMask) in addPointsAtCuts()
1189 … B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rMask) in addPointsAtCuts()
[all …]
H A Db3dpolypolygontools.cxx45 B3DRange getRange(const B3DPolyPolygon& rCandidate) in getRange()
59 …void applyLineDashing(const B3DPolyPolygon& rCandidate, const ::std::vector<double>& rDotDashArray… in applyLineDashing()
438 …B3DPolyPolygon applyDefaultNormalsSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCente… in applyDefaultNormalsSphere()
450 B3DPolyPolygon invertNormals( const B3DPolyPolygon& rCandidate) in invertNormals()
462 …B3DPolyPolygon applyDefaultTextureCoordinatesParallel( const B3DPolyPolygon& rCandidate, const B3D… in applyDefaultTextureCoordinatesParallel()
474 …B3DPolyPolygon applyDefaultTextureCoordinatesSphere( const B3DPolyPolygon& rCandidate, const B3DPo… in applyDefaultTextureCoordinatesSphere()
486 bool isInside(const B3DPolyPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBorder) in isInside()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx300 …void skip_char(const rtl::OUString& rCandidate, const sal_Unicode& rChar, sal_Int32& nPos, const s… in skip_char()
308 …void skip_char(const rtl::OUString& rCandidate, const sal_Unicode& rCharA, const sal_Unicode& rCha… in skip_char()
316 …void copySign(const rtl::OUString& rCandidate, sal_Int32& nPos, rtl::OUStringBuffer& rTarget, cons… in copySign()
330 …void copyNumber(const rtl::OUString& rCandidate, sal_Int32& nPos, rtl::OUStringBuffer& rTarget, co… in copyNumber()
348 …void copyHex(const rtl::OUString& rCandidate, sal_Int32& nPos, rtl::OUStringBuffer& rTarget, const… in copyHex()
368 …void copyString(const rtl::OUString& rCandidate, sal_Int32& nPos, rtl::OUStringBuffer& rTarget, co… in copyString()
388 …void copyToLimiter(const rtl::OUString& rCandidate, const sal_Unicode& rLimiter, sal_Int32& nPos, … in copyToLimiter()
397 …bool readNumber(const rtl::OUString& rCandidate, sal_Int32& nPos, double& fNum, const sal_Int32 nL… in readNumber()
449 SvgUnit readUnit(const rtl::OUString& rCandidate, sal_Int32& nPos, const sal_Int32 nLen) in readUnit()
552 …bool readNumberAndUnit(const rtl::OUString& rCandidate, sal_Int32& nPos, SvgNumber& aNum, const sa… in readNumberAndUnit()
[all …]
H A Dsvgtextnode.cxx99 const SvgNode& rCandidate, in addTextPrimitives()
121 …void SvgTextNode::DecomposeChild(const SvgNode& rCandidate, drawinglayer::primitive2d::Primitive2D… in DecomposeChild() argument
252 const SvgNode& rCandidate = *rChildren[a]; in decomposeSvgNode() local
/trunk/main/svx/source/sdr/attribute/
H A Dsdrshadowtextattribute.cxx48 SdrShadowTextAttribute::SdrShadowTextAttribute(const SdrShadowTextAttribute& rCandidate) in SdrShadowTextAttribute()
54 …SdrShadowTextAttribute& SdrShadowTextAttribute::operator=(const SdrShadowTextAttribute& rCandidate) in operator =()
H A Dsdrfilltextattribute.cxx51 SdrFillTextAttribute::SdrFillTextAttribute(const SdrFillTextAttribute& rCandidate) in SdrFillTextAttribute()
58 … SdrFillTextAttribute& SdrFillTextAttribute::operator=(const SdrFillTextAttribute& rCandidate) in operator =()
H A Dsdrlineshadowtextattribute.cxx52 …drLineShadowTextAttribute::SdrLineShadowTextAttribute(const SdrLineShadowTextAttribute& rCandidate) in SdrLineShadowTextAttribute()
59 …wTextAttribute& SdrLineShadowTextAttribute::operator=(const SdrLineShadowTextAttribute& rCandidate) in operator =()
H A Dsdrlinefillshadowtextattribute.cxx54 …ShadowTextAttribute::SdrLineFillShadowTextAttribute(const SdrLineFillShadowTextAttribute& rCandida… in SdrLineFillShadowTextAttribute()
61 …ttribute& SdrLineFillShadowTextAttribute::operator=(const SdrLineFillShadowTextAttribute& rCandida… in operator =()
H A Dsdrformtextoutlineattribute.cxx105 …FormTextOutlineAttribute::SdrFormTextOutlineAttribute(const SdrFormTextOutlineAttribute& rCandidat… in SdrFormTextOutlineAttribute()
128 …lineAttribute& SdrFormTextOutlineAttribute::operator=(const SdrFormTextOutlineAttribute& rCandidat… in operator =()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx159 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in BeginSdrDrag() local
203 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in EndSdrDrag() local
237 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in CancelSdrDrag() local
275 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in CreateOverlayGeometry() local
338 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in E3dDragRotate() local
402 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in MoveSdrDrag() local
589 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in MoveSdrDrag() local
660 E3dDragMethodUnit& rCandidate = maGrp[nOb]; in MoveSdrDrag() local
/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx107 StrokeAttribute::StrokeAttribute(const StrokeAttribute& rCandidate) in StrokeAttribute()
130 StrokeAttribute& StrokeAttribute::operator=(const StrokeAttribute& rCandidate) in operator =()
H A Dsdrlightattribute3d.cxx105 Sdr3DLightAttribute::Sdr3DLightAttribute(const Sdr3DLightAttribute& rCandidate) in Sdr3DLightAttribute()
128 Sdr3DLightAttribute& Sdr3DLightAttribute::operator=(const Sdr3DLightAttribute& rCandidate) in operator =()
H A Dsdrshadowattribute.cxx103 SdrShadowAttribute::SdrShadowAttribute(const SdrShadowAttribute& rCandidate) in SdrShadowAttribute()
126 SdrShadowAttribute& SdrShadowAttribute::operator=(const SdrShadowAttribute& rCandidate) in operator =()
H A Dlinestartendattribute.cxx107 LineStartEndAttribute::LineStartEndAttribute(const LineStartEndAttribute& rCandidate) in LineStartEndAttribute()
130 … LineStartEndAttribute& LineStartEndAttribute::operator=(const LineStartEndAttribute& rCandidate) in operator =()
H A Dlineattribute.cxx115 LineAttribute::LineAttribute(const LineAttribute& rCandidate) in LineAttribute()
138 LineAttribute& LineAttribute::operator=(const LineAttribute& rCandidate) in operator =()
H A Dsdrlightingattribute3d.cxx97 SdrLightingAttribute::SdrLightingAttribute(const SdrLightingAttribute& rCandidate) in SdrLightingAttribute()
120 … SdrLightingAttribute& SdrLightingAttribute::operator=(const SdrLightingAttribute& rCandidate) in operator =()
H A Dsdrsceneattribute3d.cxx117 SdrSceneAttribute::SdrSceneAttribute(const SdrSceneAttribute& rCandidate) in SdrSceneAttribute()
140 SdrSceneAttribute& SdrSceneAttribute::operator=(const SdrSceneAttribute& rCandidate) in operator =()
H A Dmaterialattribute3d.cxx122 MaterialAttribute3D::MaterialAttribute3D(const MaterialAttribute3D& rCandidate) in MaterialAttribute3D()
145 MaterialAttribute3D& MaterialAttribute3D::operator=(const MaterialAttribute3D& rCandidate) in operator =()
/trunk/main/drawinglayer/source/processor2d/
H A Dobjectinfoextractor2d.cxx41 …jectInfoPrimitiveExtractor2D::processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidat… in processBasePrimitive2D()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx66 const OverlayObject& rCandidate = **aIter; in ImpDrawMembers() local
108 OverlayObject& rCandidate = **aIter; in ImpStripeDefinitionChanged() local
232 OverlayObject& rCandidate = **aIter; in ~OverlayManager() local

1234