Home
last modified time | relevance | path

Searched refs:nPoint (Results 1 – 11 of 11) sorted by relevance

/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx48 for( sal_Int32 nPoint = 0; nPoint < nPointCount; nPoint++) in getBoundVolume() local
53 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume()
54 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume()
55 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume()
61 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume()
62 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume()
63 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx68 for (sal_uInt16 nPoint = 1; nPoint < nSize; ++nPoint) in ImplIsPolygonRectilinear() local
70 const Point aNextPoint (aPoly.GetPoint(nPoint)); in ImplIsPolygonRectilinear()
120 for (sal_uInt16 nPoint = 1; nPoint <= nSize; ++nPoint, aStart=aEnd) in ImplRectilinearPolygonToBands() local
124 aEnd = aPoly.GetPoint(nPoint%nSize); in ImplRectilinearPolygonToBands()
218 for ( sal_uInt16 nPoint = 1; nPoint < nSize; nPoint++ ) in ImplGeneralPolygonToBands() local
220 … pRegionBand->InsertLine( aPoly.GetPoint(nPoint-1), aPoly.GetPoint(nPoint), nLineID++ ); in ImplGeneralPolygonToBands()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx252 for( sal_uInt16 nPoint = 0; nPoint < nCount; nPoint++ ) in SvUnoImageMapObject() local
254 const Point& rPoint = aPoly.GetPoint( nPoint ); in SvUnoImageMapObject()
304 for( sal_uInt16 nPoint = 0; nPoint < nCount; nPoint++ ) in createIMapObject() local
306 Point aPoint( maPolygon[nPoint].X, maPolygon[nPoint].Y ); in createIMapObject()
307 aPoly.SetPoint( aPoint, nPoint ); in createIMapObject()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx377 for(sal_Int32 nPoint=0;nPoint<nPointCount-1;nPoint++) in impl_createLine() local
380 aPoint1.PositionX = aPoly.SequenceX[nPoly][nPoint+1]; in impl_createLine()
381 aPoint1.PositionY = aPoly.SequenceY[nPoly][nPoint+1]; in impl_createLine()
382 aPoint1.PositionZ = aPoly.SequenceZ[nPoly][nPoint+1]; in impl_createLine()
384 aPoint2.PositionX = aPoly.SequenceX[nPoly][nPoint]; in impl_createLine()
385 aPoint2.PositionY = aPoly.SequenceY[nPoly][nPoint]; in impl_createLine()
386 aPoint2.PositionZ = aPoly.SequenceZ[nPoly][nPoint]; in impl_createLine()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx783 for( sal_uInt32 nPoint = 1; nPoint < nPoints; ++nPoint, ++pPtAry ) in drawPolyLine() local
823 for( sal_uInt32 nPoint = 1; nPoint < nPoints; ++nPoint, ++pPtAry ) in drawPolygon() local
833 for( sal_uInt32 nPoint = 1; nPoint < nPoints; ++nPoint, ++pPtAry ) in drawPolygon() local
898 for( sal_uInt32 nPoint = 1; nPoint < nPoints; ++nPoint, ++pPtAry ) in drawPolyPolygon() local
917 for( sal_uInt32 nPoint = 1; nPoint < nPoints; ++nPoint, ++pPtAry ) in drawPolyPolygon() local
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx868 sal_Int32 nPoint=0; in getCircularArcBezierCoords() local
903 aPoints[nPoint].X = static_cast< sal_Int32 >( P0.getX()); in getCircularArcBezierCoords()
904 aPoints[nPoint].Y = static_cast< sal_Int32 >( P0.getY()); in getCircularArcBezierCoords()
905 aFlags [nPoint++] = drawing::PolygonFlags_NORMAL; in getCircularArcBezierCoords()
907 aPoints[nPoint].X = static_cast< sal_Int32 >( P1.getX()); in getCircularArcBezierCoords()
908 aPoints[nPoint].Y = static_cast< sal_Int32 >( P1.getY()); in getCircularArcBezierCoords()
909 aFlags[nPoint++] = drawing::PolygonFlags_CONTROL; in getCircularArcBezierCoords()
911 aPoints[nPoint].X = static_cast< sal_Int32 >( P2.getX()); in getCircularArcBezierCoords()
912 aPoints[nPoint].Y = static_cast< sal_Int32 >( P2.getY()); in getCircularArcBezierCoords()
913 aFlags [nPoint++] = drawing::PolygonFlags_CONTROL; in getCircularArcBezierCoords()
[all …]
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx701 sal_uLong nPoint = aPaM.GetPoint()->nNode.GetIndex(); in InsertIntoDocument() local
702 if( nPoint < pRedlineInfo->pContentIndex->GetIndex() || in InsertIntoDocument()
703 nPoint > pRedlineInfo->pContentIndex->GetNode().EndOfSectionIndex() ) in InsertIntoDocument()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx106 sal_uInt16 nPoly, nPoint, nPointCount; in map() local
112 for( nPoint = 0; nPoint < nPointCount; nPoint++ ) in map()
114 rPoly[nPoint] = map( rPoly[nPoint] ); in map()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx142 void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase ) in statusChanged_Impl() argument
147 long nVal = nPoint; in statusChanged_Impl()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2845 for ( sal_uInt32 nPoint = 0L; nPoint < nNoOfPoints; nPoint++ ) in CreateHTMLPolygonArea() local
2847 const ::basegfx::B2DPoint aB2DPoint(aPolygon.getB2DPoint(nPoint)); in CreateHTMLPolygonArea()
2860 if (nPoint < nNoOfPoints - 1) in CreateHTMLPolygonArea()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx3515 xub_StrLen nPoint = sStr.Search( '.' ); in ImpGetNumberOutput() local
3516 if ( nPoint != STRING_NOTFOUND ) in ImpGetNumberOutput()
3518 const sal_Unicode* p = sStr.GetBuffer() + nPoint; in ImpGetNumberOutput()
3523 sStr.Erase( nPoint, 1 ); // . herausnehmen in ImpGetNumberOutput()

Completed in 179 milliseconds