Home
last modified time | relevance | path

Searched refs:rPolyPolygon (Results 51 – 75 of 92) sorted by relevance

1234

/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx776 void CGMImpressOutAct::DrawPolyPolygon( PolyPolygon& rPolyPolygon ) in DrawPolyPolygon() argument
778 sal_uInt32 nNumPolys = rPolyPolygon.Count(); in DrawPolyPolygon()
793 Polygon aPolygon( rPolyPolygon.GetObject( a ) ); in DrawPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx249 RegionBand* ImplCreateRegionBandFromPolyPolygon(const PolyPolygon& rPolyPolygon) in ImplCreateRegionBandFromPolyPolygon() argument
253 if(rPolyPolygon.Count()) in ImplCreateRegionBandFromPolyPolygon()
259 rPolyPolygon.AdaptiveSubdivide(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon()
H A Dcvtsvm.cxx369 bool ImplWriteExtendedPolyPolygonAction(SvStream& rOStm, const PolyPolygon& rPolyPolygon, bool bOnl… in ImplWriteExtendedPolyPolygonAction() argument
371 const sal_uInt16 nPolygonCount(rPolyPolygon.Count()); in ImplWriteExtendedPolyPolygonAction()
382 const Polygon& rCandidate = rPolyPolygon.GetObject(a); in ImplWriteExtendedPolyPolygonAction()
414 const Polygon& rCandidate = rPolyPolygon.GetObject(a); in ImplWriteExtendedPolyPolygonAction()
/trunk/main/svx/source/svdraw/
H A Dsvdotxtr.cxx494 SdrObject* SdrTextObj::ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPolygon, sal_Bool bClo… in ImpConvertMakeObj() argument
497 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPolygon); in ImpConvertMakeObj()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx128 , const ::com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygon
133 , const ::com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygon);
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx612 void EditEngine::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon ) in SetPolygon() argument
615 SetPolygon( rPolyPolygon, 0L ); in SetPolygon()
618 void EditEngine::SetPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPoly… in SetPolygon() argument
623 if(pLinePolyPolygon && 1L == rPolyPolygon.count()) in SetPolygon()
625 if(rPolyPolygon.getB2DPolygon(0L).isClosed()) in SetPolygon()
632 …TextRanger* pRanger = new TextRanger( rPolyPolygon, pLinePolyPolygon, 30, 2, 2, bSimple, sal_True … in SetPolygon()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx196 void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
197 …void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pL…
H A Dtxtrange.hxx79 …TextRanger( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyP…
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx54 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolypolygonprimitive3d.hxx61 const basegfx::B3DPolyPolygon& rPolyPolygon,
H A Dsdrextrudeprimitive3d.hxx89 const basegfx::B2DPolyPolygon& rPolyPolygon,
H A Dsdrlatheprimitive3d.hxx103 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx2118 XPolyPolygon::XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) in XPolyPolygon() argument
2123 for(sal_uInt32 a(0L); a < rPolyPolygon.count(); a++) in XPolyPolygon()
2125 basegfx::B2DPolygon aCandidate = rPolyPolygon.getB2DPolygon(a); in XPolyPolygon()
/trunk/main/svx/inc/svx/
H A Dpolypolygoneditor.hxx43 PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed );
H A Dsvdobj.hxx1096 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
1101 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdocapt.hxx156 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dxpoly.hxx203 explicit XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dtrapezoid.hxx118 const B2DPolyPolygon& rPolyPolygon,
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dhittestprocessor2d.hxx78 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx215 void METLine(const PolyPolygon & rPolyPolygon);
1305 void METWriter::METLine(const PolyPolygon & rPolyPolygon) in METLine() argument
1308 nCount=rPolyPolygon.Count(); in METLine()
1310 METLine(rPolyPolygon.GetObject(i)); in METLine()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2305 …bj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon ) const in TRGetBaseGeometry()
2307 return SdrTextObj::TRGetBaseGeometry( rMatrix, rPolyPolygon ); in TRGetBaseGeometry()
2315 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon ) in TRSetBaseGeometry() argument
2317 SdrTextObj::TRSetBaseGeometry( rMatrix, rPolyPolygon ); in TRSetBaseGeometry()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx465 void OS2METReader::DrawPolyPolygon( const PolyPolygon& rPolyPolygon ) in DrawPolyPolygon() argument
471 pVirDev->DrawPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()
473 for ( sal_uInt16 i = 0; i < rPolyPolygon.Count(); i++ ) in DrawPolyPolygon()
474 pVirDev->DrawPolyLine( rPolyPolygon.GetObject( i ), aLineInfo ); in DrawPolyPolygon()
477 pVirDev->DrawPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx758 const basegfx::B2DPolyPolygon& rPolyPolygon, in createHairlineAndFillPrimitive() argument
764 createFillPrimitive(rPolyPolygon, rTarget, rProperties); in createHairlineAndFillPrimitive()
769 for(sal_uInt32 a(0); a < rPolyPolygon.count(); a++) in createHairlineAndFillPrimitive()
771 createHairlinePrimitive(rPolyPolygon.getB2DPolygon(a), rTarget, rProperties); in createHairlineAndFillPrimitive()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx1185 const B2DPolyPolygon& rPolyPolygon, in createLineTrapezoidFromB2DPolyPolygon() argument
1194 B2DPolyPolygon aSource(rPolyPolygon); in createLineTrapezoidFromB2DPolyPolygon()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx383 sal_Bool lcl_IsOtherTab( const basegfx::B2DPolyPolygon& rPolyPolygon ) in lcl_IsOtherTab() argument
386 if(1L == rPolyPolygon.count()) in lcl_IsOtherTab()
388 const basegfx::B2DPolygon aSubPoly(rPolyPolygon.getB2DPolygon(0L)); in lcl_IsOtherTab()

Completed in 179 milliseconds

1234