Home
last modified time | relevance | path

Searched refs:PolyPolygon (Results 1 – 25 of 148) sorted by relevance

123456

/trunk/main/tools/source/generic/
H A Dpoly2.cxx48 DBG_NAME( PolyPolygon ) in DBG_NAME() argument
94 PolyPolygon::PolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in PolyPolygon() function in PolyPolygon
111 PolyPolygon::PolyPolygon( const Polygon& rPoly ) in PolyPolygon() function in PolyPolygon
126 PolyPolygon::PolyPolygon( const PolyPolygon& rPolyPoly ) in PolyPolygon() function in PolyPolygon
138 PolyPolygon::~PolyPolygon() in ~PolyPolygon()
365 void PolyPolygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection()
372 void PolyPolygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion()
379 void PolyPolygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference()
386 void PolyPolygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR()
393 void PolyPolygon::ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, sal_uIntPtr … in ImplDoOperation()
[all …]
/trunk/main/tools/inc/tools/
H A Dpoly.hxx103 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;
264 PolyPolygon( const PolyPolygon& rPolyPoly );
301 void GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
302 void GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
303 void GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
304 void GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
[all …]
/trunk/main/vcl/source/gdi/
H A Dregion.cxx44 DBG_NAMEEX( PolyPolygon )
257 PolyPolygon aPolyPolygon; in ImplCreateRegionBandFromPolyPolygon()
299 PolyPolygon aRetval; in ImplCreatePolyPolygonFromRegionBand()
357 Region::Region(const PolyPolygon& rPolyPoly) in Region()
363 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region()
377 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in Region()
457 PolyPolygon aPoly(*getPolyPolygon()); in Move()
504 PolyPolygon aPoly(*getPolyPolygon()); in Scale()
1324 return PolyPolygon(); in GetAsPolyPolygon()
1618 PolyPolygon* pNewPoly = new PolyPolygon(); in operator >>()
[all …]
H A Doutdev4.cxx98 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()
405 PolyPolygon* pPolyPoly; in ImplDrawComplexGradient()
422 pPolyPoly = new PolyPolygon( 2 ); in ImplDrawComplexGradient()
936 const PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawGradient()
1101 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawHatch()
1130 PolyPolygon aPolyPoly( rPolyPoly ); in AddHatchActions()
[all …]
H A Dgraphictools.cxx62 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 Doutmap.cxx57 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()
1239 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel()
1439 PolyPolygon OutputDevice::LogicToPixel( const PolyPolygon& rLogicPolyPoly, in LogicToPixel()
1448 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel()
1626 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const in PixelToLogic()
1634 PolyPolygon aPolyPoly( rDevicePolyPoly ); in PixelToLogic()
1838 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly, in PixelToLogic()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dgraphictools.hxx97 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 Doutdev.hxx465 SAL_DLLPRIVATE PolyPolygon ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const;
473 …SAL_DLLPRIVATE void ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipP…
665 sal_Bool GetTextOutline( PolyPolygon&,
746 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
820 void AddHatchActions( const PolyPolygon& rPolyPoly,
824 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
825 void AddHatchActions( const PolyPolygon& rPolyPoly,
1019 PolyPolygon LogicToPixel( const PolyPolygon& rLogicPolyPoly ) const;
1032 PolyPolygon LogicToPixel( const PolyPolygon& rLogicPolyPoly,
1043 PolyPolygon PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const;
[all …]
H A Dregion.hxx34 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 Dmetaact.hxx475 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;
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()
1376 PolyPolygon maPolyPoly;
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx74 std::vector< PolyPolygon > vOutlines;
161 FWData& rFWData, const PolyPolygon& rOutline2d ) in CalculateHorizontalScalingFactor()
303 std::vector< PolyPolygon >::iterator aOutlineIEnd = aCharacterData.vOutlines.end(); in GetTextAreaOutline()
337 std::vector< PolyPolygon >::iterator aOutlineIEnd( aCharacterIter->vOutlines.end() ); in GetTextAreaOutline()
389 std::vector< PolyPolygon >::iterator aOutlineIEnd( aCharacterIter->vOutlines.end() ); in GetTextAreaOutline()
393 PolyPolygon& rPolyPoly = *aOutlineIter++; in GetTextAreaOutline()
425 std::vector< PolyPolygon >::iterator aOutlineIEnd( aCharacterIter->vOutlines.end() ); in GetTextAreaOutline()
660 void FitTextOutlinesToShapeOutlines( const PolyPolygon& aOutlines2d, FWData& rFWData ) in FitTextOutlinesToShapeOutlines()
698 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines()
761 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines()
[all …]
/trunk/main/sw/inc/
H A Dndnotxt.hxx28 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;
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx152 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateContourDlg()
202 PolyPolygon aAnimPolyPoly; in CreateAutoContour()
352 void SvxContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon()
357 PolyPolygon SvxContourDlg::GetPolyPolygon() in GetPolyPolygon()
373 const PolyPolygon* pPolyPoly, void* pEditingObj ) in Update()
554 PolyPolygon aPolyPoly( rPolyPoly ); in SetPolyPolygon()
588 PolyPolygon aRetPolyPoly( aContourWnd.GetPolyPolygon() ); in GetPolyPolygon()
624 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateGraphic()
633 aUpdatePolyPoly = PolyPolygon(); in UpdateGraphic()
683 PolyPolygon aPolyPoly( GetPolyPolygon( sal_False ) ); in ReducePoints()
[all …]
H A Dcontwnd.cxx77 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 Dcontimp.hxx49 PolyPolygon aUpdatePolyPoly;
99 void SetPolyPolygon( const PolyPolygon& rPolyPoly );
100 PolyPolygon GetPolyPolygon( sal_Bool bRescaleToGraphic = sal_True );
109 const PolyPolygon* pPolyPoly = NULL,
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx104 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()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx59 PolyPolygon aIntersection; in IntersectClipRect()
60 PolyPolygon aPolyPolyRect( aPolygon ); in IntersectClipRect()
73 PolyPolygon aPolyPolyRect( aPolygon ); in ExcludeClipRect()
74 PolyPolygon aDifference; in ExcludeClipRect()
84 PolyPolygon aSimplePoly; in SetClipPath()
93 PolyPolygon aNewClipPath; in SetClipPath()
583 PolyPolygon& WinMtfOutput::ImplMap( PolyPolygon& rPolyPolygon ) in ImplMap()
914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath()
1194 PolyPolygon aDest; in DrawRect()
1353 PolyPolygon aDest; in DrawPolygon()
[all …]
H A Dwinmtf.hxx311 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 bIsMapped );
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx55 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 Dswfwriter1.cxx101 void Writer::map( PolyPolygon& rPolyPolygon ) const in map()
281 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon()
289 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon()
310 PolyPolygon aPolyPoly( rPolyPoly ); in Impl_writePolyPolygon()
348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx()
537 PolyPolygon aPolyPoygon; in Impl_writeText()
1226 PolyPolygon aPolyPolygon( aPolygon ); in Impl_writeStroke()
1240 PolyPolygon aStartArrow; in Impl_writeStroke()
1245 PolyPolygon aEndArrow; in Impl_writeStroke()
1272 PolyPolygon aPolyPolygon; in Impl_writeFilling()
[all …]
/trunk/main/svx/inc/svx/
H A Dcontdlg.hxx49 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,
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx142 PolyPolygon maShapePolyPoly;
199PolyPolygon& ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) const;
207 void ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly,
210 …void ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient, sal_uInt32 …
224 static ::rtl::OUString GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine );
H A Dsvgwriter.cxx462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co… in ImplMap()
466 rDstPolyPoly = PolyPolygon(); in ImplMap()
632 PolyPolygon aPolyPoly; in ImplWritePolyPolygon()
643 aPolyPoly = PolyPolygon( ::basegfx::tools::clipPolyPolygonOnPolyPolygon( in ImplWritePolyPolygon()
660 PolyPolygon aPolyPoly; in ImplWriteShape()
754 PolyPolygon aPolyPoly; in ImplWriteGradientEx()
1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
1320 const PolyPolygon aRectPolyPoly( aRectPoly ); in ImplWriteActions()
1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
1488 PolyPolygon aShapePolyPoly; in ImplWriteActions()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx597 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()
1225 aFillPath = PolyPolygon(); in ImplWriteActions()
1247 PolyPolygon aStartArrow; in ImplWriteActions()
1248 PolyPolygon aEndArrow; in ImplWriteActions()
1284 PolyPolygon aPolyPoly; in ImplWriteActions()
1359 aFillPath = PolyPolygon(); in ImplWriteActions()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx34 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()

Completed in 152 milliseconds

123456