/aoo42x/main/chart2/source/tools/ |
H A D | BaseGFXHelper.cxx | 48 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | region.cxx | 68 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()
|
/aoo42x/main/svtools/source/uno/ |
H A D | unoimap.cxx | 252 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()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 377 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()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 783 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
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 868 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 …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 701 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()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 106 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()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 142 void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase ) in statusChanged_Impl() argument 147 long nVal = nPoint; in statusChanged_Impl()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 2845 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()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 3515 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()
|