/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 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() 224 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D() 373 maPolyPolygon(rPolyPolygon), in PolyPolygonColorPrimitive2D() 435 maPolyPolygon(rPolyPolygon), in PolyPolygonGradientPrimitive2D() 491 maPolyPolygon(rPolyPolygon), in PolyPolygonHatchPrimitive2D() 566 maPolyPolygon(rPolyPolygon), in PolyPolygonGraphicPrimitive2D() [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()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolypolygon.cxx | 89 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 207 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B2DPolyPolygon() 222 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =() 234 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==() 237 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==() 242 return !((*this) == rPolyPolygon); in operator !=() 322 if(rPolyPolygon.count()) in insert() 323 mpPolyPolygon->insert(nIndex, rPolyPolygon); in insert() 326 void B2DPolyPolygon::append(const B2DPolyPolygon& rPolyPolygon) in append() argument 328 if(rPolyPolygon.count()) in append() [all …]
|
H A D | b3dpolypolygon.cxx | 90 const sal_uInt32 nCount = rPolyPolygon.count(); in insert() 101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert() 216 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B3DPolyPolygon() 231 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =() 243 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==() 246 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==() 251 return !(*this == rPolyPolygon); in operator !=() 361 if(rPolyPolygon.count()) in insert() 362 mpPolyPolygon->insert(nIndex, rPolyPolygon); in insert() 367 if(rPolyPolygon.count()) in append() [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()
|
/aoo4110/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, 328 const basegfx::B2DPolyPolygon& rPolyPolygon, 376 const basegfx::B2DPolyPolygon& rPolyPolygon, 423 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,
|
/aoo4110/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygon.hxx | 54 B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon); 59 B2DPolyPolygon& operator=(const B2DPolyPolygon& rPolyPolygon); 65 bool operator==(const B2DPolyPolygon& rPolyPolygon) const; 66 bool operator!=(const B2DPolyPolygon& rPolyPolygon) const; 100 void insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon); 101 void append(const B2DPolyPolygon& rPolyPolygon);
|
H A D | b3dpolypolygon.hxx | 54 B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon); 59 B3DPolyPolygon& operator=(const B3DPolyPolygon& rPolyPolygon); 65 bool operator==(const B3DPolyPolygon& rPolyPolygon) const; 66 bool operator!=(const B3DPolyPolygon& rPolyPolygon) const; 94 void insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon); 95 void append(const B3DPolyPolygon& rPolyPolygon);
|
/aoo4110/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
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 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() 911 aClipPath.SetClipPath( rPolyPolygon, nClippingMode ); in SetClipPath() 914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath() 1390 ImplMap( rPolyPolygon ); in DrawPolyPolygon() 1393 aPathObj.AddPolyPolygon( rPolyPolygon ); in DrawPolyPolygon() [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 );
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 1703 sal_Bool ImpIsLine(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpIsLine() argument 1705 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine() 1708 Rectangle ImpGetBoundRect(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpGetBoundRect() argument 1710 basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in ImpGetBoundRect() 2887 rPolyPolygon = GetPathPoly(); in TRGetBaseGeometry() 2896 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry() 2920 rPolyPolygon.transform(aInvObjectMatrix); in TRGetBaseGeometry() 2942 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry() 2952 rPolyPolygon.transform(aMoveToZeroMatrix); in TRGetBaseGeometry() 2984 rPolyPolygon.transform(aTwipsToMM); in TRGetBaseGeometry() [all …]
|
/aoo4110/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()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | polypolygonprimitive3d.cxx | 43 const basegfx::B3DPolyPolygon& rPolyPolygon, in PolyPolygonMaterialPrimitive3D() argument 47 maPolyPolygon(rPolyPolygon), in PolyPolygonMaterialPrimitive3D()
|
/aoo4110/main/tools/source/generic/ |
H A D | poly2.cxx | 870 PolyPolygon::PolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) in PolyPolygon() argument 873 const sal_uInt16 nCount(sal_uInt16(rPolyPolygon.count())); in PolyPolygon() 874 DBG_ASSERT(sal_uInt32(nCount) == rPolyPolygon.count(), in PolyPolygon() 883 basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(sal_uInt32(a))); in PolyPolygon()
|