/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 199 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByDistance() local 296 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByAngle() local 361 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByCount() local 1647 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in isInEpsilonRange() local 2593 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in getSmallestDistancePointToPolygon() local 2771 const sal_uInt32 nNextIndex((nIndex + 1) % nPointCount); in expandToCurveInPoint() local 3209 const sal_uInt32 nNextIndex((a + 1) % nCount); in createSimplifiedPolygon() local 3292 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in simplifyCurveSegments() local 3398 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createEdgesOfGivenLength() local 3488 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createWaveline() local [all …]
|
H A D | b3dpolygontools.cxx | 234 const sal_uInt32 nNextIndex(getIndexOfSuccessor(nIndex, rCandidate)); in getEdgeLength() local 256 const sal_uInt32 nNextIndex(getIndexOfSuccessor(a, rCandidate)); in getLength() local 349 sal_uInt32 nNextIndex(getIndexOfSuccessor(nIndex, rCandidate)); in getPositionAbsolute() local 417 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in applyLineDashing() local 840 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in isInEpsilonRange() local 1218 const sal_uInt32 nNextIndex(bLastRun ? 0 : a + 1); in snapPointsOfHorizontalOrVerticalEdges() local
|
H A D | b3dpolygonclipper.cxx | 214 const sal_uInt32 nNextIndex((a + 1L == nPointCount) ? 0L : a + 1L); in clipPolygonOnOrthogonalPlane() local 260 const sal_uInt32 nNextIndex((a + 1L == nPointCount) ? 0L : a + 1L); in clipPolygonOnOrthogonalPlane() local
|
H A D | b2dpolypolygonrasterconverter.cxx | 601 sal_uInt32 nNextIndex = sorted[i+1]; in rasterConvert() local 634 sal_uInt32 nNextIndex = sorted[i+1]; in rasterConvert() local
|
H A D | b2dlinegeometry.cxx | 245 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in subdivideToSimple() local 864 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createAreaGeometry() local
|
H A D | b2dpolygon.cxx | 570 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in getB2DRange() local 1462 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in isBezierSegment() local 1487 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in getBezierSegment() local
|
H A D | b2dsvgpolypolygon.cxx | 752 const sal_uInt32 nNextIndex((nIndex + 1) % nPointCount); in exportToSvgD() local
|
H A D | b2dtrapezoid.cxx | 1175 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createLineTrapezoidFromB2DPolygon() local
|
H A D | b2dpolygoncutandtouch.cxx | 738 const sal_uInt32 nNextIndex((a + 1) % nEdgePointCount); in findTouches() local
|
H A D | b3dpolygon.cxx | 1485 const sal_uInt32 nNextIndex(nIndex + 1L); in removeDoublePointsWholeTrack() local
|
/trunk/main/sw/inc/ |
H A D | unofield.hxx | 294 sal_Int32 nNextIndex; // index of next element to be returned member in SwXFieldEnumeration
|
/trunk/main/svx/source/svdraw/ |
H A D | polypolygoneditor.cxx | 90 const sal_uInt32 nNextIndex((nPntNum + 1) % nCount); in SetSegmentsKind() local
|
H A D | svdedtv2.cxx | 1537 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in ImpDismantleOneObject() local
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 72 const sal_uInt32 nNextIndex((a + 1) % nCount); in impAddB2DPolygonToGDIPlusGraphicsPathReal() local 118 const sal_uInt32 nNextIndex((a + 1) % nCount); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() local
|
/trunk/main/filter/source/xsltdialog/ |
H A D | typedetectionimport.cxx | 115 sal_Int32 nNextIndex = rData.indexOf( delimeter ); in getSubdata() local
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterHelpView.cxx | 729 const sal_Int32 nNextIndex = nSeparatorIndex; in SplitText() local
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 334 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in impHasCutWith() local
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1395 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in HandleLineInfoPolyPolygons() local
|
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1584 sal_uLong nNextIndex; in SetXF() local
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1070 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in doPolyPolygonPath() local
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 960 long nNextIndex = 0L; in CopyPixel() local
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 2318 const sal_uInt32 nNextIndex((a + 1) % nB2DLocalCount); in Polygon() local
|
/trunk/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 240 long nNextIndex = i+1; in lcl_TestSubTotal() local
|
/trunk/main/basic/source/classes/ |
H A D | sb.cxx | 2198 int nNextIndex; in CollAdd() local
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 1736 sal_Int32 nNextIndex = 0; in exportTable() local
|