Home
last modified time | relevance | path

Searched refs:rPolyPolygon (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx76 maPolyPolygon(rPolyPolygon), in PolyPolygonHairlinePrimitive2D()
145 maPolyPolygon(rPolyPolygon), in PolyPolygonMarkerPrimitive2D()
214 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D()
224 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D()
373 maPolyPolygon(rPolyPolygon), in PolyPolygonColorPrimitive2D()
438 maPolyPolygon(rPolyPolygon), in PolyPolygonGradientPrimitive2D()
449 maPolyPolygon(rPolyPolygon), in PolyPolygonGradientPrimitive2D()
512 maPolyPolygon(rPolyPolygon), in PolyPolygonHatchPrimitive2D()
525 maPolyPolygon(rPolyPolygon), in PolyPolygonHatchPrimitive2D()
644 maPolyPolygon(rPolyPolygon), in PolyPolygonGraphicPrimitive2D()
[all …]
H A Dsdrdecompositiontools2d.cxx52 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 Dsvggradientprimitive2d.cxx289 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 Dtextprimitive2d.cxx201 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 Db2dpolypolygon.cxx89 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 Db3dpolypolygon.cxx90 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 Db2dpolypolygontools.cxx634 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 Dpolypolygonprimitive2d.hxx118 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,
391 const basegfx::B2DPolyPolygon& rPolyPolygon,
[all …]
H A Dsvggradientprimitive2d.hxx156 const basegfx::B2DPolyPolygon& rPolyPolygon,
208 const basegfx::B2DPolyPolygon& rPolyPolygon,
277 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygon.hxx55 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);
H A Db3dpolypolygon.hxx55 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);
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx64 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 Dwinmtf.cxx85 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 Dwinmtf.hxx323 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 Dxlnedit.hxx43 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 Dxlnstit.hxx43 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 Dsdrextrudelathetools3d.hxx62 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 Dlinestartendattribute.cxx52 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 Dcutfindprocessor3d.cxx173 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 DCommonConverters.cxx326 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 Dhelperminimaldepth3d.cxx115 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 Dsvdopath.cxx1703 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 …]
H A Dsvdedtv2.cxx725 …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 Dtablehandles.cxx62 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 Doutlin2.cxx254 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()

Completed in 156 milliseconds

1234