| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | polypolygonprimitive2d.cxx | 74 …tive2D::PolyPolygonHairlinePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx:… in PolyPolygonHairlinePrimitive2D() argument 76 maPolyPolygon(rPolyPolygon), in PolyPolygonHairlinePrimitive2D() 140 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonMarkerPrimitive2D() argument 145 maPolyPolygon(rPolyPolygon), in PolyPolygonMarkerPrimitive2D() 210 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokePrimitive2D() argument 214 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D() 221 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokePrimitive2D() argument 224 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D() 306 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokeArrowPrimitive2D() argument 311 : PolyPolygonStrokePrimitive2D(rPolyPolygon, rLineAttribute, rStrokeAttribute), in PolyPolygonStrokeArrowPrimitive2D() [all …]
|
| H A D | sdrdecompositiontools2d.cxx | 52 const basegfx::B2DPolyPolygon& rPolyPolygon) in createHiddenGeometryPrimitives2D() argument 56 rPolyPolygon, in createHiddenGeometryPrimitives2D() 85 const basegfx::B2DPolyPolygon& rPolyPolygon, in createHiddenGeometryPrimitives2D() argument 90 basegfx::B2DPolyPolygon aScaledOutline(rPolyPolygon); in createHiddenGeometryPrimitives2D()
|
| H A D | svggradientprimitive2d.cxx | 289 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgGradientHelper() argument 295 maPolyPolygon(rPolyPolygon), in SvgGradientHelper() 570 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgLinearGradientPrimitive2D() argument 577 …SvgGradientHelper(rGradientTransform, rPolyPolygon, rGradientEntries, rStart, bUseUnitCoordinates,… in SvgLinearGradientPrimitive2D() 858 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgRadialGradientPrimitive2D() argument 866 …SvgGradientHelper(rGradientTransform, rPolyPolygon, rGradientEntries, rStart, bUseUnitCoordinates,… in SvgRadialGradientPrimitive2D()
|
| H A D | textprimitive2d.cxx | 201 basegfx::B2DPolyPolygon& rPolyPolygon = aB2DPolyPolyVector[a]; in create2DDecomposition() local 202 rPolyPolygon.transform(aPolygonTransform); in create2DDecomposition() 203 aRetval[a] = new PolyPolygonColorPrimitive2D(rPolyPolygon, getFontColor()); in create2DDecomposition()
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolypolygon.cxx | 87 void insert(sal_uInt32 nIndex, const basegfx::B2DPolyPolygon& rPolyPolygon) in insert() argument 89 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 100 aIndex = maPolygons.insert(aIndex, rPolyPolygon.getB2DPolygon(a)); in insert() 206 B2DPolyPolygon::B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon) : in B2DPolyPolygon() argument 207 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B2DPolyPolygon() 220 B2DPolyPolygon& B2DPolyPolygon::operator=(const B2DPolyPolygon& rPolyPolygon) in operator =() argument 222 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =() 232 bool B2DPolyPolygon::operator==(const B2DPolyPolygon& rPolyPolygon) const in operator ==() 234 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==() 237 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==() [all …]
|
| H A D | b3dpolypolygon.cxx | 88 void insert(sal_uInt32 nIndex, const ::basegfx::B3DPolyPolygon& rPolyPolygon) in insert() argument 90 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert() 215 B3DPolyPolygon::B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon) : in B3DPolyPolygon() argument 216 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B3DPolyPolygon() 229 B3DPolyPolygon& B3DPolyPolygon::operator=(const B3DPolyPolygon& rPolyPolygon) in operator =() argument 231 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =() 241 bool B3DPolyPolygon::operator==(const B3DPolyPolygon& rPolyPolygon) const in operator ==() 243 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==() 246 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==() [all …]
|
| H A D | b2dpolypolygontools.cxx | 634 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPointSequenceSequence() argument 637 const sal_uInt32 nCount(rPolyPolygon.count()); in B2DPolyPolygonToUnoPointSequenceSequence() 646 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPointSequenceSequence() 692 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPolyPolygonBezierCoords() argument 695 const sal_uInt32 nCount(rPolyPolygon.count()); in B2DPolyPolygonToUnoPolyPolygonBezierCoords() 709 const B2DPolygon aSource(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
|
| /trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | polypolygonprimitive2d.hxx | 67 …PolyPolygonHairlinePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::BColor&… 118 const basegfx::B2DPolyPolygon& rPolyPolygon, 173 const basegfx::B2DPolyPolygon& rPolyPolygon, 179 const basegfx::B2DPolyPolygon& rPolyPolygon, 226 const basegfx::B2DPolyPolygon& rPolyPolygon, 234 const basegfx::B2DPolyPolygon& rPolyPolygon, 280 const basegfx::B2DPolyPolygon& rPolyPolygon, 331 const basegfx::B2DPolyPolygon& rPolyPolygon, 334 const basegfx::B2DPolyPolygon& rPolyPolygon, 387 const basegfx::B2DPolyPolygon& rPolyPolygon, [all …]
|
| H A D | svggradientprimitive2d.hxx | 156 const basegfx::B2DPolyPolygon& rPolyPolygon, 208 const basegfx::B2DPolyPolygon& rPolyPolygon, 277 const basegfx::B2DPolyPolygon& rPolyPolygon,
|
| /trunk/main/basegfx/inc/basegfx/polygon/ |
| H A D | b3dpolypolygon.hxx | 55 B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon); 60 B3DPolyPolygon& operator=(const B3DPolyPolygon& rPolyPolygon); 66 bool operator==(const B3DPolyPolygon& rPolyPolygon) const; 67 bool operator!=(const B3DPolyPolygon& rPolyPolygon) const; 95 void insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon); 96 void append(const B3DPolyPolygon& rPolyPolygon);
|
| H A D | b2dpolypolygon.hxx | 55 B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon); 60 B2DPolyPolygon& operator=(const B2DPolyPolygon& rPolyPolygon); 66 bool operator==(const B2DPolyPolygon& rPolyPolygon) const; 67 bool operator!=(const B2DPolyPolygon& rPolyPolygon) const; 101 void insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon); 102 void append(const B2DPolyPolygon& rPolyPolygon);
|
| /trunk/main/svx/source/sdr/primitive2d/ |
| H A D | sdrdecompositiontools.cxx | 64 const basegfx::B2DPolyPolygon& rPolyPolygon, in createPolyPolygonFillPrimitive() argument 70 const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in createPolyPolygonFillPrimitive() 73 rPolyPolygon, in createPolyPolygonFillPrimitive() 80 const basegfx::B2DPolyPolygon& rPolyPolygon, in createPolyPolygonFillPrimitive() argument 96 rPolyPolygon, in createPolyPolygonFillPrimitive() 103 rPolyPolygon, in createPolyPolygonFillPrimitive() 111 rPolyPolygon, in createPolyPolygonFillPrimitive() 118 rPolyPolygon, in createPolyPolygonFillPrimitive() 137 const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in createPolyPolygonFillPrimitive()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 82 void WinMtfClipPath::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ) in SetClipPath() argument 85 if ( rPolyPolygon.Count() && rPolyPolygon[ 0 ].HasFlags() ) in SetClipPath() 86 rPolyPolygon.AdaptiveSubdivide( aSimplePoly, 100 ); in SetClipPath() 583 PolyPolygon& WinMtfOutput::ImplMap( PolyPolygon& rPolyPolygon ) in ImplMap() argument 585 sal_uInt16 nPolys = rPolyPolygon.Count(); in ImplMap() 586 for ( sal_uInt16 i = 0; i < nPolys; ImplMap( rPolyPolygon[ i++ ] ) ) ; in ImplMap() 587 return rPolyPolygon; in ImplMap() 908 void WinMtfOutput::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode, sal_Bool … in SetClipPath() argument 911 aClipPath.SetClipPath( rPolyPolygon, nClippingMode ); in SetClipPath() 914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath() [all …]
|
| H A D | winmtf.hxx | 323 void SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ); 351 void AddPolyPolygon( const PolyPolygon& rPolyPolygon ); 592 PolyPolygon& ImplMap( PolyPolygon& rPolyPolygon ); 658 …void DrawPolyPolygon( PolyPolygon& rPolyPolygon, sal_Bool bRecordPath = sal_False );
|
| /trunk/main/svx/inc/svx/ |
| H A D | xlnedit.hxx | 43 XLineEndItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon); 44 XLineEndItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon); 63 …void SetLineEndValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; … in SetLineEndValue() argument
|
| H A D | xlnstit.hxx | 43 XLineStartItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon); 44 XLineStartItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon); 63 …void SetLineStartValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon… in SetLineStartValue() argument
|
| /trunk/main/drawinglayer/inc/drawinglayer/primitive3d/ |
| H A D | sdrextrudelathetools3d.hxx | 62 const basegfx::B2DPolyPolygon& rPolyPolygon, in Slice3D() argument 65 : maPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(rPolyPolygon)), in Slice3D() 72 const basegfx::B3DPolyPolygon& rPolyPolygon, in Slice3D() argument 74 : maPolyPolygon(rPolyPolygon), in Slice3D()
|
| /trunk/main/drawinglayer/source/attribute/ |
| H A D | linestartendattribute.cxx | 52 const basegfx::B2DPolyPolygon& rPolyPolygon, in ImpLineStartEndAttribute() argument 56 maPolyPolygon(rPolyPolygon), in ImpLineStartEndAttribute() 94 const basegfx::B2DPolyPolygon& rPolyPolygon, in LineStartEndAttribute() argument 97 fWidth, rPolyPolygon, bCentered)) in LineStartEndAttribute()
|
| /trunk/main/drawinglayer/source/processor3d/ |
| H A D | cutfindprocessor3d.cxx | 173 … const basegfx::B3DPolyPolygon& rPolyPolygon = rPrimitive.getB3DPolyPolygon(); in processBasePrimitive3D() local 174 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D() 178 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(0)); in processBasePrimitive3D() 194 if(basegfx::tools::isInside(rPolyPolygon, aCutPoint, false)) in processBasePrimitive3D()
|
| /trunk/main/chart2/source/tools/ |
| H A D | CommonConverters.cxx | 326 const drawing::PolyPolygonShape3D& rPolyPolygon ) in PolyToPointSequence() argument 329 aRet.realloc( rPolyPolygon.SequenceX.getLength() ); in PolyToPointSequence() 331 for(sal_Int32 nN = 0; nN < rPolyPolygon.SequenceX.getLength(); nN++) in PolyToPointSequence() 333 sal_Int32 nInnerLength = rPolyPolygon.SequenceX[nN].getLength(); in PolyToPointSequence() 337 aRet[nN][nM].X = static_cast<sal_Int32>(rPolyPolygon.SequenceX[nN][nM]); in PolyToPointSequence() 338 aRet[nN][nM].Y = static_cast<sal_Int32>(rPolyPolygon.SequenceY[nN][nM]); in PolyToPointSequence()
|
| /trunk/main/svx/source/engine3d/ |
| H A D | helperminimaldepth3d.cxx | 115 const basegfx::B3DPolyPolygon& rPolyPolygon = rPrimitive.getB3DPolyPolygon(); in processBasePrimitive3D() local 116 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D() 120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 1701 sal_Bool ImpIsLine(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpIsLine() argument 1703 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine() 1706 Rectangle ImpGetBoundRect(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpGetBoundRect() argument 1708 basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in ImpGetBoundRect() 2874 …Obj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const in TRGetBaseGeometry() 2885 rPolyPolygon = GetPathPoly(); in TRGetBaseGeometry() 2894 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry() 2918 rPolyPolygon.transform(aInvObjectMatrix); in TRGetBaseGeometry() 2926 … const basegfx::B2DRange aCorrectedRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry() 2940 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry() [all …]
|
| H A D | svdedtv2.cxx | 725 …2DPolygon SdrEditView::ImpCombineToSinglePolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) const in ImpCombineToSinglePolygon() 727 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpCombineToSinglePolygon() 735 return rPolyPolygon.getB2DPolygon(0L); in ImpCombineToSinglePolygon() 739 basegfx::B2DPolygon aRetval(rPolyPolygon.getB2DPolygon(0L)); in ImpCombineToSinglePolygon() 743 basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(a)); in ImpCombineToSinglePolygon() 1509 const basegfx::B2DPolyPolygon& rPolyPolygon(pSrcPath->GetPathPoly()); in ImpDismantleOneObject() local 1510 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpDismantleOneObject() 1514 const basegfx::B2DPolygon& rCandidate(rPolyPolygon.getB2DPolygon(a)); in ImpDismantleOneObject()
|
| /trunk/main/svx/source/table/ |
| H A D | tablehandles.cxx | 62 OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible ); 210 OverlayTableEdge::OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible ) in OverlayTableEdge() argument 212 , maPolyPolygon( rPolyPolygon ) in OverlayTableEdge()
|
| /trunk/main/editeng/source/outliner/ |
| H A D | outlin2.cxx | 254 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon ) in SetPolygon() argument 257 pEditEngine->SetPolygon( rPolyPolygon ); in SetPolygon() 260 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolyg… in SetPolygon() argument 263 pEditEngine->SetPolygon( rPolyPolygon, pLinePolyPolygon); in SetPolygon()
|