/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 129 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in PolyPolygon() 132 mpImplPolyPolygon = rPolyPoly.mpImplPolyPolygon; in PolyPolygon() 694 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator =() 697 rPolyPoly.mpImplPolyPolygon->mnRefCount++; in operator =() 713 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator ==() 726 if ( Count() != rPolyPoly.Count() ) in IsEqual() 747 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator >>() 761 rPolyPoly.mpImplPolyPolygon->mnRefCount--; in operator >>() 763 delete rPolyPoly.mpImplPolyPolygon; in operator >>() 775 rPolyPoly = PolyPolygon(); in operator >>() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | region.cxx | 357 Region::Region(const PolyPolygon& rPolyPoly) in Region() argument 363 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region() 365 if(rPolyPoly.Count()) in Region() 367 ImplCreatePolyPolyRegion(rPolyPoly); in Region() 377 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region() 379 if(rPolyPoly.count()) in Region() 381 ImplCreatePolyPolyRegion(rPolyPoly); in Region() 425 if(rPolyPoly.count() && !rPolyPoly.getB2DRange().isEmpty()) in ImplCreatePolyPolyRegion() 1779 int nPolygons = rPolyPoly.Count(); in GetRegionFromPolyPolygon() 1783 const Polygon& rPoly = rPolyPoly[i]; in GetRegionFromPolyPolygon() [all …]
|
H A D | outdev4.cxx | 108 pPolyPoly = (PolyPolygon*) &rPolyPoly; in ImplDrawPolyPolygon() 796 if( rPolyPoly.Count() && rPolyPoly[ 0 ].GetSize() && !( mnDrawMode & DRAWMODE_NOGRADIENT ) ) in DrawGradient() 819 DrawPolyPolygon( rPolyPoly ); in DrawGradient() 834 IntersectClipRegion( rPolyPoly ); in DrawGradient() 848 DrawPolyPolygon( rPolyPoly ); in DrawGradient() 998 mpAlphaVDev->DrawPolyPolygon( rPolyPoly ); in DrawGradient() 1099 if( rPolyPoly.Count() ) in DrawHatch() 1130 PolyPolygon aPolyPoly( rPolyPoly ); in AddHatchActions() 1150 if(rPolyPoly.Count()) in ImplDrawHatch() 1157 if(rPolyPoly[a].HasFlags()) in ImplDrawHatch() [all …]
|
H A D | impvect.cxx | 844 PolyPolygon& rPolyPoly, in ImplVectorize() argument 868 rPolyPoly.Clear(); in ImplVectorize() 871 ImplLimitPolyPoly( rPolyPoly ); in ImplVectorize() 874 rPolyPoly.Optimize( POLY_OPTIMIZE_EDGES ); in ImplVectorize() 927 rPolyPoly.Insert( aFirst, 0 ); in ImplVectorize() 942 if( rPolyPoly.Count() > VECT_POLY_MAX ) in ImplLimitPolyPoly() 959 if( rPolyPoly[ i ].GetSize() ) in ImplLimitPolyPoly() 960 aNewPolyPoly.Insert( rPolyPoly[ i ] ); in ImplLimitPolyPoly() 968 rPolyPoly = aNewPolyPoly; in ImplLimitPolyPoly() 1109 rPolyPoly.Insert( rPoly ); in ImplCalculate() [all …]
|
H A D | pdfwriter.cxx | 182 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon() argument 184 ((PDFWriterImpl*)pImplementation)->drawPolyPolygon( rPolyPoly ); in DrawPolyPolygon() 265 void PDFWriter::DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient ) in DrawGradient() argument 267 ((PDFWriterImpl*)pImplementation)->drawGradient( rPolyPoly, rGradient ); in DrawGradient() 270 void PDFWriter::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch() argument 272 ((PDFWriterImpl*)pImplementation)->drawHatch( rPolyPoly, rHatch ); in DrawHatch() 280 void PDFWriter::DrawTransparent( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent ) in DrawTransparent() argument 282 ((PDFWriterImpl*)pImplementation)->drawTransparent( rPolyPoly, nTransparencePercent ); in DrawTransparent() 553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ) in DrawPolyPolygon() argument 555 ((PDFWriterImpl*)pImplementation)->drawPolyPolygon( rPolyPoly, nPattern, bEOFill ); in DrawPolyPolygon()
|
H A D | bmpacc3.cxx | 373 void BitmapWriteAccess::FillPolyPolygon( const PolyPolygon& rPolyPoly ) in FillPolyPolygon() argument 375 const sal_uInt16 nCount = rPolyPoly.Count(); in FillPolyPolygon() 380 Region aRegion( rPolyPoly ); in FillPolyPolygon() 415 void BitmapWriteAccess::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon() argument 418 FillPolyPolygon( rPolyPoly ); in DrawPolyPolygon() 422 for( sal_uInt16 n = 0, nCount = rPolyPoly.Count(); n < nCount; ) in DrawPolyPolygon() 424 const Polygon& rPoly = rPolyPoly[ n++ ]; in DrawPolyPolygon()
|
H A D | outdev6.cxx | 231 void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, in DrawTransparent() argument 240 DrawPolyPolygon( rPolyPoly ); in DrawTransparent() 254 DrawPolyPolygon( rPolyPoly ); in DrawTransparent() 283 && !rPolyPoly.IsRect() in DrawTransparent() 298 basegfx::B2DPolyPolygon aB2DPolyPolygon( rPolyPoly.getB2DPolyPolygon() ); in DrawTransparent() 356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent() 379 IntersectClipRegion( rPolyPoly ); in DrawTransparent() 411 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawTransparent() 601 DrawPolyPolygon( rPolyPoly ); in DrawTransparent() 607 DrawPolyPolygon( rPolyPoly ); in DrawTransparent() [all …]
|
H A D | cvtsvm.cxx | 95 rPolyPoly.Insert( aPoly ); in ImplReadPolyPoly() 103 const sal_uInt16 nPoly = rPolyPoly.Count(); in ImplWritePolyPolyAction() 120 rPolyPoly[n].AdaptiveSubdivide(aSimplePoly); in ImplWritePolyPolyAction() 453 rPolyPoly.Clear(); in ImplReadExtendedPolyPolygonAction() 485 rPolyPoly.Insert(aCandidate); in ImplReadExtendedPolyPolygonAction() 2192 rOStm << rPolyPoly; in ImplWriteActions() 2207 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions() 2213 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions() 2218 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions() 2225 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions() [all …]
|
H A D | outdev.cxx | 228 PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly ) in ImplSubdivideBezier() argument 230 sal_uInt16 i, nPolys = rPolyPoly.Count(); in ImplSubdivideBezier() 233 aPolyPoly.Insert( ImplSubdivideBezier( rPolyPoly.GetObject(i) ) ); in ImplSubdivideBezier() 269 const Polygon& rPoly = rPolyPoly.GetObject( i ); in ImplDrawPolyPolygon() 311 PolyPolygon aPolyPoly = ImplSubdivideBezier( rPolyPoly ); in ImplDrawPolyPolygon() 2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon() argument 2052 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in DrawPolyPolygon() 2055 mpMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in DrawPolyPolygon() 2057 sal_uInt16 nPoly = rPolyPoly.Count(); in DrawPolyPolygon() 2126 Polygon aPoly = rPolyPoly.GetObject( 0 ); in DrawPolyPolygon() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 199 void GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 200 void GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 201 void GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 264 PolyPolygon( const PolyPolygon& rPolyPoly ); 302 void GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 304 void GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 318 PolyPolygon& operator=( const PolyPolygon& rPolyPoly ); 319 sal_Bool operator==( const PolyPolygon& rPolyPoly ) const; 320 sal_Bool operator!=( const PolyPolygon& rPolyPoly ) const in operator !=() 321 { return !(PolyPolygon::operator==( rPolyPoly )); } in operator !=() [all …]
|
/aoo42x/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 191 void unionPolyPolygon(const B2DPolyPolygon& rPolyPoly) in unionPolyPolygon() 196 addPolyPolygon(rPolyPoly,UNION); in unionPolyPolygon() 228 addPolyPolygon(rPolyPoly,INTERSECT); in intersectPolyPolygon() 260 addPolyPolygon(rPolyPoly,SUBTRACT); in subtractPolyPolygon() 281 void xorPolyPolygon(const B2DPolyPolygon& rPolyPoly) in xorPolyPolygon() 283 addPolyPolygon(rPolyPoly,XOR); in xorPolyPolygon() 520 mpImpl( ImplB2DClipState(rPolyPoly) ) in B2DClipState() 579 mpImpl->unionPolyPolygon(rPolyPoly); in unionPolyPolygon() 599 mpImpl->intersectPolyPolygon(rPolyPoly); in intersectPolyPolygon() 619 mpImpl->subtractPolyPolygon(rPolyPoly); in subtractPolyPolygon() [all …]
|
H A D | canvastools.cxx | 114 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in bezierSequenceSequenceFromB2DPolyPolygon() 122 pOutput[i] = bezierSequenceFromB2DPolygon( rPolyPoly.getB2DPolygon(i) ); in bezierSequenceSequenceFromB2DPolyPolygon() 130 …lPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pointSequenceSequenceFromB2DPolyPolygon() argument 132 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in pointSequenceSequenceFromB2DPolyPolygon() 140 pOutput[i] = pointSequenceFromB2DPolygon( rPolyPoly.getB2DPolygon(i) ); in pointSequenceSequenceFromB2DPolyPolygon() 182 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) in xPolyPolygonFromB2DPolyPolygon() 189 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in xPolyPolygonFromB2DPolyPolygon() 192 if( rPolyPoly.areControlPointsUsed() ) in xPolyPolygonFromB2DPolyPolygon() 195 bezierSequenceSequenceFromB2DPolyPolygon( rPolyPoly ) ), in xPolyPolygonFromB2DPolyPolygon() 201 pointSequenceSequenceFromB2DPolyPolygon( rPolyPoly ) ), in xPolyPolygonFromB2DPolyPolygon() [all …]
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 97 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() argument 103 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in PolyPolyAction() 104 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction() 118 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() argument 125 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in PolyPolyAction() 126 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction() 287 … TexturedPolyPolyAction::TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in TexturedPolyPolyAction() argument 292 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in TexturedPolyPolyAction() 293 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in TexturedPolyPolyAction() 399 … StrokedPolyPolyAction::StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in StrokedPolyPolyAction() argument [all …]
|
/aoo42x/main/chart2/source/tools/ |
H A D | BaseGFXHelper.cxx | 39 ::basegfx::B3DRange getBoundVolume( const drawing::PolyPolygonShape3D& rPolyPoly ) in getBoundVolume() argument 44 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in getBoundVolume() 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/filter/source/flash/ |
H A D | swfwriter.cxx | 389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ) in defineShape() argument 397 mpTag->addRect( rPolyPoly.GetBoundRect() ); in defineShape() 414 const sal_uInt16 nCount = rPolyPoly.Count(); in defineShape() 418 const Polygon& rPoly = rPolyPoly[ i ]; in defineShape() 433 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& r… in defineShape() argument 441 mpTag->addRect( rPolyPoly.GetBoundRect() ); in defineShape() 459 const sal_uInt16 nCount = rPolyPoly.Count(); in defineShape() 463 const Polygon& rPoly = rPolyPoly[ i ]; in defineShape()
|
H A D | swfwriter1.cxx | 303 Impl_writePolyPolygon(rPolyPoly, bFilled, aFillColor, aLineColor ); in Impl_writePolyPolygon() 310 PolyPolygon aPolyPoly( rPolyPoly ); in Impl_writePolyPolygon() 317 rPolyPoly.GetIntersection( *mpClipPolyPolygon, aPolyPoly ); in Impl_writePolyPolygon() 346 if( rPolyPoly.Count() ) in Impl_writeGradientEx() 348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx() 1569 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local 1571 if( rPolyPoly.Count() ) in Impl_writeActions() 1572 Impl_writePolyPolygon( rPolyPoly, sal_True ); in Impl_writeActions() 1605 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local 1607 if( rPolyPoly.Count() ) in Impl_writeActions() [all …]
|
H A D | swfwriter.hxx | 295 sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ); 299 …sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineCol… 367 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTransparenc… 368 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rFillColo… 371 void Impl_writeGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 598 sal_uInt16 n, i, nPolyCount = rPolyPoly.Count(); in ImplWritePolyPolygonRecord() 603 ImplWritePolygonRecord( rPolyPoly[ 0 ], sal_True ); in ImplWritePolyPolygonRecord() 611 nTotalPoints += rPolyPoly[ i ].GetSize(); in ImplWritePolyPolygonRecord() 612 if ( rPolyPoly[ i ].HasFlags() ) in ImplWritePolyPolygonRecord() 618 ImplWritePath( rPolyPoly, sal_True ); in ImplWritePolyPolygonRecord() 625 ImplWriteRect( rPolyPoly.GetBoundRect() ); in ImplWritePolyPolygonRecord() 629 (*mpStm) << (sal_uInt32)rPolyPoly[ i ].GetSize(); in ImplWritePolyPolygonRecord() 633 const Polygon& rPoly = rPolyPoly[ i ]; in ImplWritePolyPolygonRecord() 656 sal_uInt16 i, n, o, nPolyCount = rPolyPoly.Count(); in ImplWritePath() 660 const Polygon& rPoly = rPolyPoly[ i ]; in ImplWritePath() [all …]
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 487 const Polygon& rPoly = rPolyPoly[ (sal_uInt16) i ]; in GetPathString() 635 ImplMap( rPolyPoly, aPolyPoly ); in ImplWritePolyPolygon() 637 aPolyPoly = rPolyPoly; in ImplWritePolyPolygon() 757 ImplMap( rPolyPoly, aPolyPoly ); in ImplWriteGradientEx() 759 aPolyPoly = rPolyPoly; in ImplWriteGradientEx() 1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local 1305 if( rPolyPoly.Count() ) in ImplWriteActions() 1308 ImplWritePolyPolygon( rPolyPoly, sal_False ); in ImplWriteActions() 1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local 1362 if( rPolyPoly.Count() ) in ImplWriteActions() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 473 …SAL_DLLPRIVATE void ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipP… 474 SAL_DLLPRIVATE void ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ); 478 …SAL_DLLPRIVATE void ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool b… 746 void DrawPolyPolygon( const PolyPolygon& rPolyPoly ); 813 void DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient ); 819 void DrawHatch( const PolyPolygon& rPolyPoly, const ::Hatch& rHatch ); 820 void AddHatchActions( const PolyPolygon& rPolyPoly, 824 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ); 825 void AddHatchActions( const PolyPolygon& rPolyPoly, 834 …void DrawTransparent( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent… [all …]
|
H A D | region.hxx | 61 SAL_DLLPRIVATE void ImplCreatePolyPolyRegion( const PolyPolygon& rPolyPoly ); 62 SAL_DLLPRIVATE void ImplCreatePolyPolyRegion( const basegfx::B2DPolyPolygon& rPolyPoly ); 71 Region(const PolyPolygon& rPolyPoly); 131 static Region GetRegionFromPolyPolygon( const PolyPolygon& rPolyPoly );
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 393 PolyPolygon& rPolyPoly = *aOutlineIter++; in GetTextAreaOutline() local 396 rPolyPoly.Move( 0, nVerticalOffset ); in GetTextAreaOutline() 399 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in GetTextAreaOutline() 698 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local 699 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in FitTextOutlinesToShapeOutlines() 721 …rPolyPoly.Rotate( Point( aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( … in FitTextOutlinesToShapeOutlines() 722 …rPolyPoly.Move( (sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) … in FitTextOutlinesToShapeOutlines() 761 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local 762 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in FitTextOutlinesToShapeOutlines() 766 basegfx::B2DPolygon aCandidate(rPolyPoly[ i ].getB2DPolygon()); in FitTextOutlinesToShapeOutlines() [all …]
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 1171 if( (sal_uInt32)rRetval.getLength() != rPolyPoly.count() ) in B2DPolyPolygonToSvxPointSequenceSequence() 1172 rRetval.realloc( rPolyPoly.count() ); in B2DPolyPolygonToSvxPointSequenceSequence() 1177 for(sal_uInt32 a(0L); a < rPolyPoly.count(); a++) in B2DPolyPolygonToSvxPointSequenceSequence() 1180 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a)); in B2DPolyPolygonToSvxPointSequenceSequence() 1220 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local 1221 drawing::PointSequenceSequence aRetval( rPolyPoly.count() ); in getPropertyValueImpl() 1245 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local 1248 if( rPolyPoly.count() > 0 ) in getPropertyValueImpl() 1249 nCount = rPolyPoly.getB2DPolygon(0L).count(); in getPropertyValueImpl() 1506 const PolyPolygon aPolyPoly(rPolyPoly); in SvxConvertB2DPolyPolygonToPolyPolygonBezier() [all …]
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 236 void lcl_removeDuplicatePoints( drawing::PolyPolygonShape3D& rPolyPoly, PlottingPositionHelper& rPo… in lcl_removeDuplicatePoints() argument 238 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in lcl_removeDuplicatePoints() 249 drawing::DoubleSequence* pOuterSourceX = &rPolyPoly.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 250 drawing::DoubleSequence* pOuterSourceY = &rPolyPoly.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 251 drawing::DoubleSequence* pOuterSourceZ = &rPolyPoly.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 307 rPolyPoly.SequenceX.realloc(nPolyCount); in lcl_removeDuplicatePoints() 308 rPolyPoly.SequenceY.realloc(nPolyCount); in lcl_removeDuplicatePoints() 309 rPolyPoly.SequenceZ.realloc(nPolyCount); in lcl_removeDuplicatePoints() 311 rPolyPoly=aTmp; in lcl_removeDuplicatePoints()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 711 Polygon PolygonFromPolyPolygon(const PolyPolygon &rPolyPoly) in PolygonFromPolyPolygon() argument 713 if(1 == rPolyPoly.Count()) in PolygonFromPolyPolygon() 715 return rPolyPoly[0]; in PolygonFromPolyPolygon() 726 for(a = 0; a < rPolyPoly.Count(); a++) in PolygonFromPolyPolygon() 728 nPointCount += (sal_uInt32)rPolyPoly[a].GetSize(); in PolygonFromPolyPolygon() 740 for(a = 0; a < rPolyPoly.Count(); a++) in PolygonFromPolyPolygon() 742 const Polygon& rCandidate = rPolyPoly[a]; in PolygonFromPolyPolygon()
|