Home
last modified time | relevance | path

Searched refs:rPolyPolygon (Results 26 – 50 of 92) sorted by relevance

1234

/trunk/main/tools/source/generic/
H A Dpoly2.cxx870 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()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolypolygonprimitive3d.cxx43 const basegfx::B3DPolyPolygon& rPolyPolygon, in PolyPolygonMaterialPrimitive3D() argument
47 maPolyPolygon(rPolyPolygon), in PolyPolygonMaterialPrimitive3D()
H A Dsdrlatheprimitive3d.cxx255 const basegfx::B2DPolyPolygon& rPolyPolygon, in SdrLathePrimitive3D() argument
270 maPolyPolygon(rPolyPolygon), in SdrLathePrimitive3D()
H A Dsdrextrudeprimitive3d.cxx400 const basegfx::B2DPolyPolygon& rPolyPolygon, in SdrExtrudePrimitive3D() argument
413 maPolyPolygon(rPolyPolygon), in SdrExtrudePrimitive3D()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrdecompositiontools.hxx55 const basegfx::B2DPolyPolygon& rPolyPolygon,
60 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1635 void streamOutB2DPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon, SvStream& rOut) in streamOutB2DPolyPolygon() argument
1637 const sal_uInt32 nPolygonCount(rPolyPolygon.count()); in streamOutB2DPolyPolygon()
1642 const basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(a)); in streamOutB2DPolyPolygon()
1760 XLineStartItem::XLineStartItem(const XubString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineStartItem() argument
1762 maPolyPolygon(rPolyPolygon) in XLineStartItem()
1803 XLineStartItem::XLineStartItem(SfxItemPool* /*pPool*/, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineStartItem() argument
1805 maPolyPolygon(rPolyPolygon) in XLineStartItem()
2232 XLineEndItem::XLineEndItem(const XubString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineEndItem() argument
2234 maPolyPolygon(rPolyPolygon) in XLineEndItem()
2275 XLineEndItem::XLineEndItem(SfxItemPool* /*pPool*/, const basegfx::B2DPolyPolygon& rPolyPolygon) in XLineEndItem() argument
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx274 …SdrObject* ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPolygon, sal_Bool bClosed, sal_Bo…
539 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
544 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdomeas.hxx155 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
156 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdopath.hxx181 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
185 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdoashp.hxx247 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
248 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdoedge.hxx313 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
314 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdotable.hxx295 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
300 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx151 bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPolygon, double fTransp… in drawPolyPolygon() argument
153 const sal_uInt32 nCount(rPolyPolygon.count()); in drawPolyPolygon()
170 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolyPolygon.getB2DPolygon(a), false); in drawPolyPolygon()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx647 const basegfx::B2DPolyPolygon& rPolyPolygon = rPolygonCandidate.getB2DPolyPolygon(); in RenderPolyPolygonGraphicPrimitive2D() local
650 if(!rPolyPolygon.count()) in RenderPolyPolygonGraphicPrimitive2D()
687 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolyPolygon); in RenderPolyPolygonGraphicPrimitive2D()
703 … const basegfx::B2DRange aPolyPolygonRange(rPolyPolygon.getB2DRange()); in RenderPolyPolygonGraphicPrimitive2D()
714 rPolyPolygon, in RenderPolyPolygonGraphicPrimitive2D()
H A Dhittestprocessor2d.cxx116 const basegfx::B2DPolyPolygon& rPolyPolygon, in checkFillHitWithTolerance() argument
120 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolyPolygon); in checkFillHitWithTolerance()
H A Dvclmetafileprocessor2d.cxx134 bool fillPolyPolygonNeededToBeSplit(basegfx::B2DPolyPolygon& rPolyPolygon) in fillPolyPolygonNeededToBeSplit() argument
137 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in fillPolyPolygonNeededToBeSplit()
145 const basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(a)); in fillPolyPolygonNeededToBeSplit()
217 rPolyPolygon = aSplitted; in fillPolyPolygonNeededToBeSplit()
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.cxx629 … const ::basegfx::B2DPolyPolygon& rPolyPolygon = ((SdrPathObj*)m_pMarkObj)->GetPathPoly(); in getMarkHandles() local
630 for( sal_uInt32 nN = 0L; nN < rPolyPolygon.count(); nN++) in getMarkHandles()
632 const ::basegfx::B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(nN)); in getMarkHandles()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx1189 , const drawing::PolyPolygonShape3D& rPolyPolygon in createArea3D() argument
1195 if( !rPolyPolygon.SequenceX.getLength()) in createArea3D()
1222 , uno::makeAny( rPolyPolygon ) ); in createArea3D()
1232 if( rPolyPolygon.SequenceZ.getLength()&& rPolyPolygon.SequenceZ[0].getLength() ) in createArea3D()
1237 , rPolyPolygon.SequenceZ[0][0] ); in createArea3D()
1253 , const drawing::PolyPolygonShape3D& rPolyPolygon ) in createArea2D() argument
1272 drawing::PointSequenceSequence aPoints( PolyToPointSequence(rPolyPolygon) ); in createArea2D()
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx34 PolyPolygonEditor::PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed ) in PolyPolygonEditor() argument
35 : maPolyPolygon( rPolyPolygon ) in PolyPolygonEditor()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx326 const B2DPolyPolygon& rPolyPolygon,
334 const B2DPolyPolygon& rPolyPolygon,
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx44 TextRanger::TextRanger( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon*… in TextRanger() argument
66 sal_uInt32 nCount(rPolyPolygon.count()); in TextRanger()
71 …const basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(i).getDefaultAdaptiveSubdivision()… in TextRanger()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx499 const basegfx::B3DPolyPolygon& rPolyPolygon, in RasterPrimitive3D() argument
507 maPolyPolygon(rPolyPolygon), in RasterPrimitive3D()
508 mfCenterZ(basegfx::tools::getRange(rPolyPolygon).getCenter().getZ()), in RasterPrimitive3D()
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx709 const B2DPolyPolygon& rPolyPolygon, in exportToSvgD() argument
714 const sal_uInt32 nCount(rPolyPolygon.count()); in exportToSvgD()
720 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(i)); in exportToSvgD()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1234 void DrawingML::WritePolyPolygon( const PolyPolygon& rPolyPolygon ) in WritePolyPolygon() argument
1236 if( rPolyPolygon.Count() < 1 ) in WritePolyPolygon()
1252 for( USHORT i = 0; i < rPolyPolygon.Count(); i ++ ) { in WritePolyPolygon()
1254 const Polygon& rPoly = rPolyPolygon[ i ]; in WritePolyPolygon()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx687 const ::basegfx::B2DPolyPolygon& rPolyPolygon = pPath->GetPathPoly(); in DoExecute() local
688 sal_uInt32 nNoOfPolygons(rPolyPolygon.count()); in DoExecute()
689 const ::basegfx::B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(nNoOfPolygons - 1L)); in DoExecute()

Completed in 891 milliseconds

1234