| /AOO42X/main/tools/source/generic/ |
| H A D | poly2.cxx | 48 DBG_NAME( PolyPolygon ) in DBG_NAME() argument 94 PolyPolygon::PolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in PolyPolygon() function in PolyPolygon 96 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon() 111 PolyPolygon::PolyPolygon( const Polygon& rPoly ) in PolyPolygon() function in PolyPolygon 113 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon() 126 PolyPolygon::PolyPolygon( const PolyPolygon& rPolyPoly ) in PolyPolygon() function in PolyPolygon 128 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon() 129 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in PolyPolygon() 138 PolyPolygon::~PolyPolygon() in ~PolyPolygon() 140 DBG_DTOR( PolyPolygon, NULL ); in ~PolyPolygon() [all …]
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | poly.hxx | 103 class PolyPolygon; 198 void GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 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; 248 class TOOLS_DLLPUBLIC PolyPolygon class 255 …TOOLS_DLLPRIVATE void ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, sal_uI… 262 PolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ); 263 PolyPolygon( const Polygon& rPoly ); 264 PolyPolygon( const PolyPolygon& rPolyPoly ); [all …]
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | region.cxx | 44 DBG_NAMEEX( PolyPolygon ) 53 bool ImplIsPolygonRectilinear (const PolyPolygon& rPolyPoly) in ImplIsPolygonRectilinear() 98 RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly) in ImplRectilinearPolygonToBands() 196 …RegionBand* ImplGeneralPolygonToBands(const PolyPolygon& rPolyPoly, const Rectangle& rPolygonBound… in ImplGeneralPolygonToBands() 249 RegionBand* ImplCreateRegionBandFromPolyPolygon(const PolyPolygon& rPolyPolygon) in ImplCreateRegionBandFromPolyPolygon() 257 PolyPolygon aPolyPolygon; in ImplCreateRegionBandFromPolyPolygon() 297 PolyPolygon Region::ImplCreatePolyPolygonFromRegionBand() const in ImplCreatePolyPolygonFromRegionBand() 299 PolyPolygon aRetval; in ImplCreatePolyPolygonFromRegionBand() 321 PolyPolygon aPoly(ImplCreatePolyPolygonFromRegionBand()); in ImplCreateB2DPolyPolygonFromRegionBand() 357 Region::Region(const PolyPolygon& rPolyPoly) in Region() [all …]
|
| H A D | outdev4.cxx | 80 void OutputDevice::ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly ) in DBG_NAMEEX() 98 void OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyP… in ImplDrawPolyPolygon() 100 PolyPolygon* pPolyPoly; in ImplDrawPolyPolygon() 104 pPolyPoly = new PolyPolygon; in ImplDrawPolyPolygon() 108 pPolyPoly = (PolyPolygon*) &rPolyPoly; in ImplDrawPolyPolygon() 171 sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ) in ImplDrawLinearGradient() 395 sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ) in ImplDrawComplexGradient() 405 PolyPolygon* pPolyPoly; in ImplDrawComplexGradient() 422 pPolyPoly = new PolyPolygon( 2 ); in ImplDrawComplexGradient() 779 void OutputDevice::DrawGradient( const PolyPolygon& rPolyPoly, in DrawGradient() [all …]
|
| H A D | graphictools.cxx | 62 static ::rtl::OString polyPolyToString( const PolyPolygon& rPolyPoly ) in polyPolyToString() 135 const PolyPolygon& rStartArrow, in SvtGraphicStroke() 136 const PolyPolygon& rEndArrow, in SvtGraphicStroke() 160 void SvtGraphicStroke::getStartArrow( PolyPolygon& rPath ) const in getStartArrow() 165 void SvtGraphicStroke::getEndArrow( PolyPolygon& rPath ) const in getEndArrow() 277 void SvtGraphicStroke::setStartArrow( const PolyPolygon& rPoly ) in setStartArrow() 282 void SvtGraphicStroke::setEndArrow( const PolyPolygon& rPoly ) in setEndArrow() 386 SvtGraphicFill::SvtGraphicFill( const PolyPolygon& rPath, in SvtGraphicFill() 417 void SvtGraphicFill::getPath( PolyPolygon& rPath ) const in getPath() 628 void SvtGraphicFill::setPath( const PolyPolygon& rPath ) in setPath()
|
| H A D | outmap.cxx | 57 DBG_NAMEEX( PolyPolygon ) 725 PolyPolygon OutputDevice::ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const in ImplLogicToDevicePixel() 730 PolyPolygon aPolyPoly( rLogicPolyPoly ); in ImplLogicToDevicePixel() 1231 PolyPolygon OutputDevice::LogicToPixel( const PolyPolygon& rLogicPolyPoly ) const in LogicToPixel() 1234 DBG_CHKOBJ( &rLogicPolyPoly, PolyPolygon, NULL ); in LogicToPixel() 1239 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel() 1439 PolyPolygon OutputDevice::LogicToPixel( const PolyPolygon& rLogicPolyPoly, in LogicToPixel() 1443 DBG_CHKOBJ( &rLogicPolyPoly, PolyPolygon, NULL ); in LogicToPixel() 1448 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel() 1626 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const in PixelToLogic() [all …]
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | graphictools.hxx | 97 const PolyPolygon& rStartArrow, 98 const PolyPolygon& rEndArrow, 122 void getStartArrow ( PolyPolygon& ) const; 136 void getEndArrow ( PolyPolygon& ) const; 171 void setStartArrow ( const PolyPolygon& ); 185 void setEndArrow ( const PolyPolygon& ); 209 PolyPolygon maStartArrow; 210 PolyPolygon maEndArrow; 311 SvtGraphicFill( const PolyPolygon& rPath, 328 void getPath ( PolyPolygon& ) const; [all …]
|
| H A D | outdev.hxx | 441 …SAL_DLLPRIVATE void ImplGetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rect… 442 …oid ImplDrawEmphasisMark( long nBaseX, long nX, long nY, const PolyPolygon& rPolyPoly, sal… 465 SAL_DLLPRIVATE PolyPolygon ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const; 472 …SAL_DLLPRIVATE void ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPol… 473 …SAL_DLLPRIVATE void ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* … 474 … SAL_DLLPRIVATE void ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ); 475 …onst Rectangle& rRect, const Gradient& rGradient, sal_Bool bMtf, const PolyPolygon* pClipPolyPoly … 476 …onst Rectangle& rRect, const Gradient& rGradient, sal_Bool bMtf, const PolyPolygon* pClipPolyPoly … 478 …SAL_DLLPRIVATE void ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_… 480 …SAL_DLLPRIVATE void ImplDrawHatchLine( const Line& rLine, const PolyPolygon& rPolyPoly, Po… [all …]
|
| H A D | region.hxx | 34 class PolyPolygon; 39 typedef boost::shared_ptr< PolyPolygon > PolyPolygonPtr; 61 SAL_DLLPRIVATE void ImplCreatePolyPolyRegion( const PolyPolygon& rPolyPoly ); 64 SAL_DLLPRIVATE PolyPolygon ImplCreatePolyPolygonFromRegionBand() const; 71 Region(const PolyPolygon& rPolyPoly); 78 const PolyPolygon* getPolyPolygon() const { return mpPolyPolygon.get(); } in getPolyPolygon() 83 const PolyPolygon GetAsPolyPolygon() const; 131 static Region GetRegionFromPolyPolygon( const PolyPolygon& rPolyPoly );
|
| H A D | metaact.hxx | 475 PolyPolygon maPolyPoly; 480 DECL_META_ACTION( PolyPolygon, META_POLYPOLYGON_ACTION ) 482 explicit MetaPolyPolygonAction( const PolyPolygon& ); 487 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() 960 PolyPolygon maPolyPoly; 968 … MetaGradientExAction( const PolyPolygon& rPolyPoly, const Gradient& rGradient ); 973 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() 985 PolyPolygon maPolyPoly; 993 MetaHatchAction( const PolyPolygon& rPolyPoly, const Hatch& rHatch ); 998 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() [all …]
|
| /AOO42X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeFontWork.cxx | 74 std::vector< PolyPolygon > vOutlines; 161 FWData& rFWData, const PolyPolygon& rOutline2d ) in CalculateHorizontalScalingFactor() 302 … std::vector< PolyPolygon >::iterator aOutlineIter = aCharacterData.vOutlines.begin(); in GetTextAreaOutline() 303 … std::vector< PolyPolygon >::iterator aOutlineIEnd = aCharacterData.vOutlines.end(); in GetTextAreaOutline() 336 … std::vector< PolyPolygon >::iterator aOutlineIter( aCharacterIter->vOutlines.begin() ); in GetTextAreaOutline() 337 … std::vector< PolyPolygon >::iterator aOutlineIEnd( aCharacterIter->vOutlines.end() ); in GetTextAreaOutline() 388 … std::vector< PolyPolygon >::iterator aOutlineIter( aCharacterIter->vOutlines.begin() ); in GetTextAreaOutline() 389 … std::vector< PolyPolygon >::iterator aOutlineIEnd( aCharacterIter->vOutlines.end() ); in GetTextAreaOutline() 393 PolyPolygon& rPolyPoly = *aOutlineIter++; in GetTextAreaOutline() 424 … std::vector< PolyPolygon >::iterator aOutlineIter( aCharacterIter->vOutlines.begin() ); in GetTextAreaOutline() [all …]
|
| /AOO42X/main/sw/inc/ |
| H A D | ndnotxt.hxx | 28 class PolyPolygon; 41 PolyPolygon *pContour; // Polygon fuer Konturumlauf 82 void SetContour( const PolyPolygon *pPoly, 84 const PolyPolygon *HasContour() const; 86 void GetContour( PolyPolygon &rPoly ) const; 93 void SetContourAPI( const PolyPolygon *pPoly ); 96 sal_Bool GetContourAPI( PolyPolygon &rPoly ) const;
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | _contdlg.cxx | 152 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateContourDlg() 189 PolyPolygon SvxContourDlg::CreateAutoContour( const Graphic& rGraphic, in CreateAutoContour() 202 PolyPolygon aAnimPolyPoly; in CreateAutoContour() 267 return PolyPolygon( XOutBitmap::GetCountour( aBmp, nContourFlags, 128, pRect ) ); in CreateAutoContour() 277 void SvxContourDlg::ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic, in ScaleContour() 352 void SvxContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() 357 PolyPolygon SvxContourDlg::GetPolyPolygon() in GetPolyPolygon() 373 const PolyPolygon* pPolyPoly, void* pEditingObj ) in Update() 550 void SvxSuperContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() 554 PolyPolygon aPolyPoly( rPolyPoly ); in SetPolyPolygon() [all …]
|
| H A D | contwnd.cxx | 77 void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() 129 const PolyPolygon& ContourWindow::GetPolyPolygon() in GetPolyPolygon() 135 aPolyPoly = PolyPolygon(); in GetPolyPolygon() 143 aPolyPoly = PolyPolygon(aB2DPolyPolygon); in GetPolyPolygon() 215 SetPolyPolygon( PolyPolygon() ); in MouseButtonDown() 287 PolyPolygon _aPolyPoly( GetPolyPolygon() ); in MouseButtonUp() 337 PolyPolygon _aPolyPoly( 2, 2 ); in Paint()
|
| H A D | contimp.hxx | 49 PolyPolygon aUpdatePolyPoly; 99 void SetPolyPolygon( const PolyPolygon& rPolyPoly ); 100 PolyPolygon GetPolyPolygon( sal_Bool bRescaleToGraphic = sal_True ); 109 const PolyPolygon* pPolyPoly = NULL,
|
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndnotxt.cxx | 104 void SwNoTxtNode::SetContour( const PolyPolygon *pPoly, sal_Bool bAutomatic ) in SetContour() 108 pContour = new PolyPolygon( *pPoly ); in SetContour() 120 pContour = new PolyPolygon(SvxContourDlg::CreateAutoContour(GetGraphic())); in CreateContour() 126 const PolyPolygon *SwNoTxtNode::HasContour() const in HasContour() 200 void SwNoTxtNode::GetContour( PolyPolygon &rPoly ) const in GetContour() 206 void SwNoTxtNode::SetContourAPI( const PolyPolygon *pPoly ) in SetContourAPI() 210 pContour = new PolyPolygon( *pPoly ); in SetContourAPI() 216 sal_Bool SwNoTxtNode::GetContourAPI( PolyPolygon &rContour ) const in GetContourAPI()
|
| /AOO42X/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 59 PolyPolygon aIntersection; in IntersectClipRect() 60 PolyPolygon aPolyPolyRect( aPolygon ); in IntersectClipRect() 73 PolyPolygon aPolyPolyRect( aPolygon ); in ExcludeClipRect() 74 PolyPolygon aDifference; in ExcludeClipRect() 82 void WinMtfClipPath::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ) in SetClipPath() 84 PolyPolygon aSimplePoly; in SetClipPath() 93 PolyPolygon aNewClipPath; in SetClipPath() 148 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPoint() 157 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPolyLine() 168 void WinMtfPathObj::AddPolyPolygon( const PolyPolygon& rPolyPoly ) in AddPolyPolygon() [all …]
|
| H A D | winmtf.hxx | 311 PolyPolygon aPolyPoly; 323 void SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ); 329 const PolyPolygon& GetClipPath() const { return aPolyPoly; }; in GetClipPath() 338 class WinMtfPathObj : public PolyPolygon 351 void AddPolyPolygon( const PolyPolygon& rPolyPolygon ); 592 PolyPolygon& ImplMap( PolyPolygon& rPolyPolygon ); 595 void ImplDrawClippedPolyPolygon( const PolyPolygon& rPolyPoly ); 645 const PolyPolygon& GetPathObj(){ return aPathObj; }; in GetPathObj() 658 …void DrawPolyPolygon( PolyPolygon& rPolyPolygon, sal_Bool bRecordPath = sal_False ); 668 …void SetClipPath( const PolyPolygon& rPolyPoly, sal_Int32 nClippingMode, sal_Bool b…
|
| /AOO42X/main/filter/source/flash/ |
| H A D | swfwriter.hxx | 55 class PolyPolygon; 287 void setClipping( const PolyPolygon* pClipPolyPolygon ); 295 sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ); 299 …sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineCol… 353 void map( PolyPolygon& rPolyPolygon ) const; 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 ); 421 const PolyPolygon* mpClipPolyPolygon;
|
| H A D | swfwriter1.cxx | 101 void Writer::map( PolyPolygon& rPolyPolygon ) const in map() 281 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() 289 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() 295 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTran… in Impl_writePolyPolygon() 308 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rF… in Impl_writePolyPolygon() 310 PolyPolygon aPolyPoly( rPolyPoly ); in Impl_writePolyPolygon() 344 void Writer::Impl_writeGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient ) in Impl_writeGradientEx() 348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx() 378 void Writer::setClipping( const PolyPolygon* pClipPolyPolygon ) in setClipping() 537 PolyPolygon aPolyPoygon; in Impl_writeText() [all …]
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | contdlg.hxx | 49 const PolyPolygon* pPolyPoly = NULL, 110 void SetPolyPolygon( const PolyPolygon& rPolyPoly ); 111 PolyPolygon GetPolyPolygon(); 117 const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL ); 119 static PolyPolygon CreateAutoContour( const Graphic& rGraphic, 122 static void ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic,
|
| /AOO42X/main/filter/source/svg/ |
| H A D | svgwriter.hxx | 142 PolyPolygon maShapePolyPoly; 199 … PolyPolygon& ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) const; 207 void ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly, 210 …void ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradie… 224 static ::rtl::OUString GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine );
|
| H A D | svgwriter.cxx | 462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co… in ImplMap() 466 rDstPolyPoly = PolyPolygon(); in ImplMap() 478 ::rtl::OUString SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine ) in GetPathString() 629 void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly, in ImplWritePolyPolygon() 632 PolyPolygon aPolyPoly; in ImplWritePolyPolygon() 643 aPolyPoly = PolyPolygon( ::basegfx::tools::clipPolyPolygonOnPolyPolygon( in ImplWritePolyPolygon() 660 PolyPolygon aPolyPoly; in ImplWriteShape() 751 void SVGActionWriter::ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient, in ImplWriteGradientEx() 754 PolyPolygon aPolyPoly; in ImplWriteGradientEx() 1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() [all …]
|
| /AOO42X/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 209 …void ImplWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient, Vi… 210 void ImplIntersect( const PolyPolygon& rPolyPoly ); 211 …void ImplPolyPoly( const PolyPolygon & rPolyPolygon, sal_Bool bTextOutline = sal_Fa… 597 PolyPolygon aFillPath; in ImplWriteActions() 658 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() 667 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() 676 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() 685 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() 734 PolyPolygon aPolyPoly( ( (const MetaPolygonAction*) pMA )->GetPolygon() ); in ImplWriteActions() 869 PolyPolygon aPolyPoly( ( (const MetaGradientAction*)pMA)->GetRect() ); in ImplWriteActions() [all …]
|
| /AOO42X/main/editeng/inc/editeng/ |
| H A D | txtrange.hxx | 34 class PolyPolygon; 57 PolyPolygon *mpPolyPolygon; // Flaechenpolygon 58 PolyPolygon *mpLinePolyPolygon; // Linienpolygon 93 const PolyPolygon& GetPolyPolygon() const { return *mpPolyPolygon; } in GetPolyPolygon() 94 const PolyPolygon* GetLinePolygon() const { return mpLinePolyPolygon; } in GetLinePolygon()
|