| /AOO42X/main/svtools/source/filter/wmf/ |
| H A D | enhwmf.cxx | 339 sal_Int32 i, nPoly; in ReadEnhWMF() local 343 *pWMF >> nPoly >> i; in ReadEnhWMF() 346 if ( static_cast< sal_uInt32 >(nPoly) < SAL_MAX_UINT32 / sizeof(sal_uInt16) ) in ReadEnhWMF() 348 … if ( ( static_cast< sal_uInt32 >( nPoly ) * sizeof(sal_uInt16) ) <= ( nEndPos - pWMF->Tell() ) ) in ReadEnhWMF() 350 sal_uInt16* pnPoints = new sal_uInt16[ nPoly ]; in ReadEnhWMF() 352 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF() 360 for ( i = 0; ( i < nPoly ) && !pWMF->IsEof(); i++ ) in ReadEnhWMF() 378 sal_uInt32 nPoly(0); in ReadEnhWMF() local 384 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF() 386 …if ( ( nGesPoints < SAL_MAX_UINT32 / sizeof(Point) ) && ( nPoly < SAL_MAX_UINT32 / sizeof(sal_uInt… in ReadEnhWMF() [all …]
|
| /AOO42X/main/chart2/source/tools/ |
| H A D | BaseGFXHelper.cxx | 45 for(sal_Int32 nPoly = 0; nPoly < nPolyCount; nPoly++) in getBoundVolume() local 47 sal_Int32 nPointCount = rPolyPoly.SequenceX[nPoly].getLength(); in getBoundVolume() 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/win/source/gdi/ |
| H A D | salgdi.cxx | 624 sal_uLong nPoly, in ImplPreparePolyDraw() argument 632 for( nCurrPoly=0; nCurrPoly<nPoly; ++nCurrPoly ) in ImplPreparePolyDraw() 1454 void WinSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument 1463 if ( nPoly <= SAL_POLYPOLYCOUNT_STACKBUF ) in drawPolyPolygon() 1466 pWinPointAry = new UINT[nPoly]; in drawPolyPolygon() 1468 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() 1486 for ( i = 0; i < (UINT)nPoly; i++ ) in drawPolyPolygon() 1495 if ( !WIN_PolyPolygon( getHDC(), pWinPointAryAry, (int*)pWinPointAry, (UINT)nPoly ) && in drawPolyPolygon() 1499 nPoly = 0; in drawPolyPolygon() 1502 nPolyPolyPoints += pWinPointAry[(UINT)nPoly]; in drawPolyPolygon() [all …]
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | region.cxx | 57 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplIsPolygonRectilinear() local 59 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplIsPolygonRectilinear() 108 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplRectilinearPolygonToBands() local 110 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplRectilinearPolygonToBands() 207 for ( sal_uInt16 nPoly = 0; nPoly < nPolyCount; nPoly++ ) in ImplGeneralPolygonToBands() local 210 const Polygon& aPoly = rPolyPoly.GetObject( nPoly ); in ImplGeneralPolygonToBands()
|
| H A D | salgdilayout.cxx | 382 sal_Int32 nPoly = i_rPoly.count(); in mirror() local 383 for( sal_Int32 i = 0; i < nPoly; i++ ) in mirror() 469 void SalGraphics::DrawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in DrawPolyPolygon() argument 474 SalPoint **pPtAry2 = new SalPoint*[nPoly]; in DrawPolyPolygon() 476 for(i=0; i<nPoly; i++) in DrawPolyPolygon() 483 drawPolyPolygon( nPoly, pPoints, (PCONSTSALPOINT*)pPtAry2 ); in DrawPolyPolygon() 485 for(i=0; i<nPoly; i++) in DrawPolyPolygon() 490 drawPolyPolygon( nPoly, pPoints, pPtAry ); in DrawPolyPolygon()
|
| H A D | graphictools.cxx | 65 sal_uInt16 nPoly; in polyPolyToString() local 66 for(nPoly=0; nPoly<rPolyPoly.Count(); ++nPoly) in polyPolyToString() 68 const Polygon& rPoly = rPolyPoly[nPoly]; in polyPolyToString()
|
| H A D | outdev.cxx | 241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon() argument 244 if(!nPoly) in ImplDrawPolyPolygon() 255 if ( nPoly > OUTDEV_POLYPOLY_STACKBUF ) in ImplDrawPolyPolygon() 257 pPointAry = new sal_uInt32[nPoly]; in ImplDrawPolyPolygon() 258 pPointAryAry = new PCONSTSALPOINT[nPoly]; in ImplDrawPolyPolygon() 259 pFlagAryAry = new const sal_uInt8*[nPoly]; in ImplDrawPolyPolygon() 286 while ( i < nPoly ); in ImplDrawPolyPolygon() 2057 sal_uInt16 nPoly = rPolyPoly.Count(); in DrawPolyPolygon() local 2059 …if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || !nPoly || ImplIsRecordLayout(… in DrawPolyPolygon() 2123 if ( nPoly == 1 ) in DrawPolyPolygon() [all …]
|
| H A D | outmap.cxx | 731 sal_uInt16 nPoly = aPolyPoly.Count(); in ImplLogicToDevicePixel() local 732 for( sal_uInt16 i = 0; i < nPoly; i++ ) in ImplLogicToDevicePixel() 1240 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() local 1241 for( sal_uInt16 i = 0; i < nPoly; i++ ) in LogicToPixel() 1449 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() local 1450 for( sal_uInt16 i = 0; i < nPoly; i++ ) in LogicToPixel() 1635 sal_uInt16 nPoly = aPolyPoly.Count(); in PixelToLogic() local 1636 for( sal_uInt16 i = 0; i < nPoly; i++ ) in PixelToLogic() 1848 sal_uInt16 nPoly = aPolyPoly.Count(); in PixelToLogic() local 1849 for( sal_uInt16 i = 0; i < nPoly; i++ ) in PixelToLogic()
|
| H A D | cvtsvm.cxx | 103 const sal_uInt16 nPoly = rPolyPoly.Count(); in ImplWritePolyPolyAction() local 107 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction() 111 rOStm << (sal_Int32) ( 8 + ( nPoly << 2 ) + ( nPoints << 3 ) ); in ImplWritePolyPolyAction() 112 rOStm << (sal_Int32) nPoly; in ImplWritePolyPolyAction() 114 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction() 828 … for( sal_uInt16 nPoly = 0, nCount = aPolyPoly.Count(); nPoly < nCount; nPoly++ ) in ImplConvertFromSVM1() local 829 … rMtf.AddAction( new MetaPolyLineAction( aPolyPoly[ nPoly ], aLineInfo ) ); in ImplConvertFromSVM1()
|
| /AOO42X/main/svx/source/svdraw/ |
| H A D | polypolygoneditor.cxx | 47 sal_uInt32 nPoly, nPnt; in DeletePoints() local 48 if( GetRelativePolyPoint(maPolyPolygon,(*aIter), nPoly, nPnt) ) in DeletePoints() 51 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPoly)); in DeletePoints() 57 maPolyPolygon.remove(nPoly); in DeletePoints() 61 maPolyPolygon.setB2DPolygon(nPoly, aCandidate); in DeletePoints()
|
| H A D | svdopath.cxx | 100 sal_uInt16 nPoly; // Nummer des Polygons im PolyPolygon member 166 nPoly=(sal_uInt16)rHdl.GetPolyNum(); // Nummer des Polygons im PolyPolygon in ImpSdrPathDragData() 168 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData() 218 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly() 884 sal_uInt32 nPoly,nPnt; in endPathDrag() local 886 …ygonEditor::GetRelativePolyPoint(aTempPolyPolygon, rDrag.GetHdl()->GetSourceHdlNum(), nPoly, nPnt)) in endPathDrag() 888 basegfx::B2DPolygon aCandidate(aTempPolyPolygon.getB2DPolygon(nPoly)); in endPathDrag() 893 aTempPolyPolygon.remove(nPoly); in endPathDrag() 897 aTempPolyPolygon.setB2DPolygon(nPoly, aCandidate); in endPathDrag() 2477 sal_uInt32 nPoly,nPnt; in GetSnapPoint() local [all …]
|
| /AOO42X/main/chart2/source/view/charttypes/ |
| H A D | AreaChart.cxx | 374 for(sal_Int32 nPoly=0;nPoly<nPolyCount;nPoly++) in impl_createLine() local 376 sal_Int32 nPointCount = aPoly.SequenceX[nPoly].getLength(); in impl_createLine() 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/os2/source/gdi/ |
| H A D | salgdi.cxx | 599 void Os2SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon() argument 604 PM_POLYGON* aPolygonAry = new PM_POLYGON[ nPoly ]; in drawPolyPolygon() 606 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 634 for ( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 653 GpiPolygons( mhPS, nPoly, aPolygonAry, nOptions, POLYGON_EXCL ); in drawPolyPolygon() 660 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon() 669 for( i = 0; i < nPoly; i++ ) in drawPolyPolygon()
|
| /AOO42X/main/vcl/unx/headless/ |
| H A D | svpgdi.cxx | 380 void SvpSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument 384 if( ( m_bUseLineColor || m_bUseFillColor ) && nPoly ) in drawPolyPolygon() 387 for( sal_uInt32 nPolygon = 0; nPolygon < nPoly; nPolygon++ ) in drawPolyPolygon() 409 nPoly = aPolyPoly.count(); in drawPolyPolygon() 410 for( sal_uInt32 i = 0; i < nPoly; i++ ) in drawPolyPolygon()
|
| H A D | svpgdi.hxx | 132 virtual void drawPolyPolygon( sal_uInt32 nPoly, 141 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
| H A D | svppspgraphics.hxx | 151 virtual void drawPolyPolygon( sal_uInt32 nPoly, 160 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
| H A D | svppspgraphics.cxx | 349 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in drawPolyPolygon() argument 351 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 377 sal_Bool PspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, in drawPolyPolygonBezier() argument 383 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 888 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon() local 890 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() 893 const SalPoint *pPtAry = ppPtAry[nPoly]; in drawPolyPolygon() 909 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon() local 911 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() 914 const SalPoint *pPtAry = ppPtAry[nPoly]; in drawPolyPolygon()
|
| /AOO42X/main/vcl/inc/ |
| H A D | salgdi.hxx | 122 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* … 132 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalP… 375 void DrawPolyPolygon( sal_uInt32 nPoly, 397 sal_Bool DrawPolyPolygonBezier( sal_uInt32 nPoly,
|
| H A D | printergfx.hxx | 358 void DrawPolyPolygon (sal_uInt32 nPoly, 367 void DrawPolyPolygonBezier (sal_uInt32 nPoly,
|
| /AOO42X/main/vcl/unx/generic/printergfx/ |
| H A D | common_gfx.cxx | 473 PrinterGfx::DrawPolyPolygon (sal_uInt32 nPoly, const sal_uInt32* pSizes, const Point** pPaths ) in DrawPolyPolygon() argument 476 if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygon() 481 for( unsigned int i = 0; i < nPoly; i++ ) in DrawPolyPolygon() 633 PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const sal_uInt32 * pPoints, const Point* const… in DrawPolyPolygonBezier() argument 637 if ( !nPoly || !pPtAry || !pPoints || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygonBezier() 641 for (unsigned int i=0; i<nPoly;i++) in DrawPolyPolygonBezier()
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | pspgraphics.h | 135 virtual void drawPolyPolygon( sal_uInt32 nPoly, 151 virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
|
| /AOO42X/main/vcl/inc/os2/ |
| H A D | salgdi.h | 167 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* … 177 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalP…
|
| /AOO42X/main/vcl/unx/generic/gdi/ |
| H A D | pspgraphics.cxx | 415 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon() argument 419 m_pPrinterGfx->DrawPolyPolygon (nPoly, pPoints, (const Point**)pPtAry); in drawPolyPolygon() 451 sal_Bool PspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, in drawPolyPolygonBezier() argument 457 m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, (Point**)pPtAry, (sal_uInt8**)pFlgAry); in drawPolyPolygonBezier()
|
| /AOO42X/main/vcl/inc/win/ |
| H A D | salgdi.h | 195 …virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* … 205 …virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalP…
|