/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 57 DBG_NAME( Polygon ) 372 Polygon::Polygon() in Polygon() function in Polygon 380 Polygon::Polygon( sal_uInt16 nSize ) in Polygon() function in Polygon 404 Polygon::Polygon( const Polygon& rPoly ) in Polygon() function in Polygon 417 Polygon::Polygon( const Rectangle& rRect ) in Polygon() function in Polygon 546 Polygon::Polygon( const Rectangle& rBound, in Polygon() function in Polygon 661 Polygon::~Polygon() in ~Polygon() 1829 Polygon& Polygon::operator=( const Polygon& rPoly ) in operator =() 1856 sal_Bool Polygon::operator==( const Polygon& rPoly ) const in operator ==() 1869 sal_Bool Polygon::IsEqual( const Polygon& rPoly ) const in IsEqual() [all …]
|
H A D | poly2.cxx | 74 mpPolyAry[i] = new Polygon( *rImplPolyPoly.mpPolyAry[i] ); in ImplPolyPolygon() 111 PolyPolygon::PolyPolygon( const Polygon& rPoly ) in PolyPolygon() 118 mpImplPolyPolygon->mpPolyAry[0] = new Polygon( rPoly ); in PolyPolygon() 191 mpImplPolyPolygon->mpPolyAry[nPos] = new Polygon( rPoly ); in Insert() 354 Polygon aPolygon; in AdaptiveSubdivide() 675 Polygon& PolyPolygon::operator[]( sal_uInt16 nPos ) in operator []() 750 Polygon* pPoly; in operator >>() 769 pPoly = new Polygon; in operator >>() 807 Polygon* pPoly; in Read() 826 pPoly = new Polygon; in Read() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 111 class TOOLS_DLLPUBLIC Polygon class 133 Polygon(); 134 Polygon( sal_uInt16 nSize ); 138 Polygon( const Rectangle& rRect, 140 Polygon( const Point& rCenter, 143 Polygon( const Rectangle& rBound, 150 Polygon( const Polygon& rPoly ); 151 ~Polygon(); 219 Polygon& operator=( const Polygon& rPoly ); 223 sal_Bool IsEqual( const Polygon& rPoly ) const; [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdocapt.hxx | 50 Polygon aTailPoly; 69 Polygon aTailPoly; // das ganze Polygon des Schwanzes 76 …SVX_DLLPRIVATE void ImpCalcTail1(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con… 77 …SVX_DLLPRIVATE void ImpCalcTail2(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con… 78 …SVX_DLLPRIVATE void ImpCalcTail3(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con… 79 …SVX_DLLPRIVATE void ImpCalcTail4(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con… 80 …SVX_DLLPRIVATE void ImpCalcTail (const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
|
H A D | svdtrans.hxx | 62 inline void MovePoly(Polygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly() 69 void ResizePoly(Polygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact); 75 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs); 84 void MirrorPoly(Polygon& rPoly, const Point& rRef1, const Point& rRef2); 90 SVX_DLLPUBLIC void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_Fal… 233 Polygon Rect2Poly(const Rectangle& rRect, const GeoStat& rGeo); 234 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 55 aPolyPoly = Polygon( rRect ); in IntersectClipRect() 58 Polygon aPolygon( rRect ); in IntersectClipRect() 72 Polygon aPolygon( rRect ); in ExcludeClipRect() 147 Insert( Polygon(), POLYPOLY_APPEND ); in AddPoint() 148 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPoint() 156 Insert( Polygon(), POLYPOLY_APPEND ); in AddPolyLine() 157 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPolyLine() 162 void WinMtfPathObj::AddPolygon( const Polygon& rPoly ) in AddPolygon() 571 Polygon& WinMtfOutput::ImplMap( Polygon& rPolygon ) in ImplMap() 762 Polygon aPoly( rPolyPoly[ 0 ] ); in ImplDrawClippedPolyPolygon() [all …]
|
H A D | emfwr.cxx | 569 void EMFWriter::ImplWritePolygonRecord( const Polygon& rPoly, sal_Bool bClose ) in ImplWritePolygonRecord() 633 const Polygon& rPoly = rPolyPoly[ i ]; in ImplWritePolyPolygonRecord() 660 const Polygon& rPoly = rPolyPoly[ i ]; in ImplWritePath() 680 Polygon aNewPoly( nBezPoints + 1 ); in ImplWritePath() 700 Polygon aNewPoly( nPoints + 1 ); in ImplWritePath() 872 ImplWritePolygonRecord( Polygon(aCandidate), sal_False ); in Impl_handleLineInfoPolyPolygons() 886 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons() 887 ImplWritePolyPolygonRecord(PolyPolygon(Polygon(aPolygon))); in Impl_handleLineInfoPolyPolygons() 1025 Polygon aPoly; in ImplWrite() 1032 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWrite() [all …]
|
H A D | winmtf.hxx | 349 void AddPolygon( const Polygon& rPoly ); 350 void AddPolyLine( const Polygon& rPoly ); 591 Polygon& ImplMap( Polygon& rPolygon ); 657 void DrawPolygon( Polygon& rPolygon, sal_Bool bRecordPath = sal_False ); 659 …void DrawPolyLine( Polygon& rPolygon, sal_Bool bDrawTo = sal_False, sal_Bool bRecordPath = sal_… 660 …void DrawPolyBezier( Polygon& rPolygin, sal_Bool bDrawTo = sal_False, sal_Bool bRecordPath = sa…
|
H A D | enhwmf.cxx | 231 Polygon aPolygon( aRect ); in ImplReadRegion() 291 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF() 305 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF() 327 Polygon aPolygon( (sal_uInt16)nPoints ); in ReadEnhWMF() 362 Polygon aPoly( pnPoints[ i ] ); in ReadEnhWMF() 415 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadEnhWMF() 1144 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF() 1158 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF() 1181 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF() 1214 Polygon aPolygon( pnPoints[ i ] ); in ReadEnhWMF() [all …]
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | outact.hxx | 79 void RegPolyLine( Polygon&, sal_Bool bReverse = sal_False ) ; 89 virtual void DrawPolygon( Polygon& ) {} ; in DrawPolygon() argument 90 virtual void DrawPolyLine( Polygon& ) {} ; in DrawPolyLine() argument 91 virtual void DrawPolybezier( Polygon& ) {} ; in DrawPolybezier() argument 132 virtual void DrawPolygon( Polygon& ) ; 133 virtual void DrawPolyLine( Polygon& ) ; 134 virtual void DrawPolybezier( Polygon& ) ;
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev.cxx | 75 DBG_NAME( Polygon ) in DBG_NAME() argument 216 Polygon ImplSubdivideBezier( const Polygon& rPoly ) in ImplSubdivideBezier() 218 Polygon aPoly; in ImplSubdivideBezier() 1642 const Polygon aPolygon(aCandidate); in impPaintLineGeometryWithEvtlExpand() 1786 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolyLine() 1835 Polygon aPoly = ImplLogicToDevicePixel( rPoly ); in DrawPolyLine() 1864 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolyLine() 1956 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolygon() 2024 Polygon aPoly = ImplLogicToDevicePixel( rPoly ); in DrawPolygon() 2126 Polygon aPoly = rPolyPoly.GetObject( 0 ); in DrawPolyPolygon() [all …]
|
H A D | outmap.cxx | 56 DBG_NAMEEX( Polygon ) 682 Polygon OutputDevice::ImplLogicToDevicePixel( const Polygon& rLogicPoly ) const in ImplLogicToDevicePixel() 689 Polygon aPoly( rLogicPoly ); in ImplLogicToDevicePixel() 1198 Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly ) const in LogicToPixel() 1208 Polygon aPoly( rLogicPoly ); in LogicToPixel() 1400 Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly, in LogicToPixel() 1416 Polygon aPoly( rLogicPoly ); in LogicToPixel() 1593 Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly ) const in PixelToLogic() 1603 Polygon aPoly( rDevicePoly ); in PixelToLogic() 1798 Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly, in PixelToLogic() [all …]
|
H A D | outdev5.cxx | 88 const Polygon aRoundRectPoly( aRect, nHorzRound, nVertRound ); in DBG_NAMEEX() 137 Polygon aRectPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in DrawEllipse() 190 Polygon aArcPoly( aRect, aStart, aEnd, POLY_ARC ); in DrawArc() 237 Polygon aPiePoly( aRect, aStart, aEnd, POLY_PIE ); in DrawPie() 291 Polygon aChordPoly( aRect, aStart, aEnd, POLY_CHORD ); in DrawChord()
|
H A D | impvect.cxx | 178 void ImplCreatePoly( Polygon& rPoly ) const; 233 void ImplPointArray::ImplCreatePoly( Polygon& rPoly ) const in ImplCreatePoly() 235 rPoly = Polygon( sal::static_int_cast<sal_uInt16>(mnRealSize), mpArray ); in ImplCreatePoly() 340 Polygon maPoly; 363 const Polygon& ImplGetPoly() { return maPoly; } in ImplGetPoly() 402 maPoly = Polygon(); in ImplBeginAdd() 886 const Polygon& rPoly = rPolyPoly.GetObject( nCurPoly ); in ImplVectorize() 899 Polygon aNewPoly( nSize ); in ImplVectorize() 924 const Polygon aFirst( rPolyPoly.GetObject( static_cast< sal_uInt16 >( nFirstPoly ) ) ); in ImplVectorize() 1100 const Polygon& rPoly = aChain.ImplGetPoly(); in ImplCalculate()
|
H A D | region.cxx | 43 DBG_NAMEEX( Polygon ) 59 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplIsPolygonRectilinear() 110 const Polygon& aPoly = rPolyPoly.GetObject(nPoly); in ImplRectilinearPolygonToBands() 210 const Polygon& aPoly = rPolyPoly.GetObject( nPoly ); in ImplGeneralPolygonToBands() 308 aRetval.Insert(Polygon(*aRectIter)); in ImplCreatePolyPolygonFromRegionBand() 343 Region::Region(const Polygon& rPolygon) in Region() 349 DBG_CHKOBJ( &rPolygon, Polygon, NULL ); in Region() 1717 static inline bool ImplPolygonRectTest( const Polygon& rPoly, Rectangle* pRectOut = NULL ) in ImplPolygonRectTest() 1783 const Polygon& rPoly = rPolyPoly[i]; in GetRegionFromPolyPolygon() 1805 const Polygon& rPoly = rPolyPoly[i]; in GetRegionFromPolyPolygon()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 464 SAL_DLLPRIVATE Polygon ImplLogicToDevicePixel( const Polygon& rLogicPoly ) const; 682 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL ); 683 void DrawPixel( const Polygon& rPts, const Color& rColor ); 697 void DrawPolyLine( const Polygon& rPoly ); 720 void DrawPolyLine( const Polygon& rPoly, 733 void DrawPolygon( const Polygon& rPoly ); 856 Color* GetPixel( const Polygon& rPts ) const; 1017 Polygon LogicToPixel( const Polygon& rLogicPoly ) const; 1028 Polygon LogicToPixel( const Polygon& rLogicPoly, 1041 Polygon PixelToLogic( const Polygon& rDevicePoly ) const; [all …]
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 109 Polygon& rPoly = rPolyPolygon[nPoly]; in map() 628 Polygon aTmpPoly( aPoly ); in Impl_writeText() 720 Polygon aPoly( 4 ); in Impl_writeText() 1009 Polygon aPoly( destRect ); in Impl_writeImage() 1188 Polygon aPoly( 2, aPtAry ); in Impl_writeLine() 1205 Polygon aPoly( rRect, nRadX, nRadY ); in Impl_writeRect() 1214 Polygon aPoly( rCenter, nRadX, nRadY ); in Impl_writeEllipse() 1224 Polygon aPolygon; in Impl_writeStroke() 1509 Polygon aPoly; in Impl_writeActions() 1549 const Polygon& rPoly = pA->GetPolygon(); in Impl_writeActions() [all …]
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 315 Polygon aPoly(nPoints); in DrawCircleEntity() 325 Polygon aPoly2(nPoints); in DrawCircleEntity() 378 Polygon aPoly(nPoints); in DrawArcEntity() 388 Polygon aPoly2(nPoints); in DrawArcEntity() 406 Polygon aPoly(4); in DrawTraceEntity() 414 Polygon aPoly2(4); in DrawTraceEntity() 432 Polygon aPoly(nN); in DrawSolidEntity() 439 Polygon aPoly2(nN); in DrawSolidEntity() 551 Polygon aPoly(nPolySize); in DrawPolyLineEntity() 698 Polygon aPoly( nSize ); in DrawHatchEntity() [all …]
|
/aoo42x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 809 Polygon aPolygon(nPolySize); in ReadLine() 838 Polygon aPolygon(nPolySize); in ReadRelLine() 1004 Polygon aDummyPoly(4); in ReadChrStr() 1165 Polygon aPoly; in ReadPolygons() 1202 Polygon aPolygon( nNumPoints ); in ReadBezier() 1259 Polygon aPolygon(nNumPoints); in ReadFillet() 1284 Polygon aPolygon(nNumPoints); in ReadFilletSharp() 1326 Polygon aPoly(4); in ReadMarker() 1336 Polygon aPoly(4); in ReadMarker() 1345 Polygon aPoly(12); in ReadMarker() [all …]
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 145 double GetLength( const Polygon& rPolygon ) in GetLength() 152 fLength += ((Polygon&)rPolygon).CalcDistance( nCount, nCount - 1 ); in GetLength() 566 void CalcDistances( const Polygon& rPoly, std::vector< double >& rDistances ) in CalcDistances() 573 double fDistance = i ? ((Polygon&)rPoly).CalcDistance( i, i - 1 ) : 0.0; in CalcDistances() 588 …utlinePoints( const Polygon& /*rOutlinePoly*/, const std::vector< double >& rDistances, const Rect… in InsertMissingOutlinePoints() argument 632 void GetPoint( const Polygon& rPoly, const std::vector< double >& rDistances, const double& fX, dou… in GetPoint() 677 const Polygon& rOutlinePoly( aOutlines2d[ nOutline2dIdx++ ] ); in FitTextOutlinesToShapeOutlines() 737 const Polygon& rOutlinePoly( aOutlines2d[ nOutline2dIdx++ ] ); in FitTextOutlinesToShapeOutlines() 738 const Polygon& rOutlinePoly2( aOutlines2d[ nOutline2dIdx++ ] ); in FitTextOutlinesToShapeOutlines() 774 Polygon aLocalPoly(aCandidate); in FitTextOutlinesToShapeOutlines()
|
/aoo42x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 116 const Polygon aPoly(aRect); in setupMethodStubs() 117 const Polygon aPoly2(aRect2); in setupMethodStubs() 120 Polygon aPoly3(aPoly2); in setupMethodStubs() 211 (void (OutputDevice::*)( const Polygon& ))( in setupMethodStubs() 222 (void (OutputDevice::*)( const Polygon&, const LineInfo& ))( in setupMethodStubs() 231 (void (OutputDevice::*)( const Polygon& )) in setupMethodStubs() 843 const Polygon aPoly1( aClipRect ); in outDevGrind() 844 Polygon aPoly2( aClipRect ); in outDevGrind()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 206 Polygon aPoly( rObjRect ); in AddGradientDef() 230 Polygon aLinePoly( 2 ); in AddGradientDef() 447 Polygon& SVGActionWriter::ImplMap( const Polygon& rPoly, Polygon& rDstPoly ) const in ImplMap() 449 rDstPoly = Polygon( rPoly.GetSize() ); in ImplMap() 464 Polygon aPoly; in ImplMap() 487 const Polygon& rPoly = rPolyPoly[ (sal_uInt16) i ]; in GetPathString() 961 Polygon aPoly( 4 ); in ImplWriteText() 1235 Polygon aPoly; in ImplWriteActions() 1279 const Polygon& rPoly = pA->GetPolygon(); in ImplWriteActions() 1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions() [all …]
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | imappoly.hxx | 41 Polygon aPoly; 45 SVT_DLLPRIVATE void ImpConstruct( const Polygon& rPoly, sal_Bool bPixel ); 57 IMapPolygonObject( const Polygon& rPoly, 70 Polygon GetPolygon( sal_Bool bPixelCoords = sal_True ) const;
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdocapt.cxx | 465 void SdrCaptionObj::ImpCalcTail1(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail1() 467 Polygon aPol(2); in ImpCalcTail1() 491 void SdrCaptionObj::ImpCalcTail2(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail2() 493 Polygon aPol(2); in ImpCalcTail2() 508 void SdrCaptionObj::ImpCalcTail3(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail3() 510 Polygon aPol(3); in ImpCalcTail3() 541 void SdrCaptionObj::ImpCalcTail4(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail4() 546 void SdrCaptionObj::ImpCalcTail(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 123 Polygon PolyPolygonToPolygon(const PolyPolygon & rPoly); 132 void WritePolygon(const Polygon & rPoly); 239 Polygon aPoly1, aPoly2, aPoly3; in PolyPolygonToPolygon() 242 if (nCount==0) return Polygon(0); in PolyPolygonToPolygon() 354 void PictWriter::WritePolygon(const Polygon & rPoly) in WritePolygon() 359 Polygon aPoly(rPoly); in WritePolygon() 1635 const Polygon& rPoly = pA->GetPolygon(); in WriteOpcodes() 1641 Polygon aSimplePoly; in WriteOpcodes() 1676 const Polygon& rPoly = pA->GetPolygon(); in WriteOpcodes() 1678 Polygon aSimplePoly; in WriteOpcodes() [all …]
|