Home
last modified time | relevance | path

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

1234

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx157 bool CheckLastPolyLineAndFillMerge(const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dsvdoedge.cxx2573 …Obj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const in TRGetBaseGeometry()
2577 return SdrObject::TRGetBaseGeometry(rMatrix, rPolyPolygon); in TRGetBaseGeometry()
2580 …RSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon) in TRSetBaseGeometry() argument
2584 SdrObject::TRSetBaseGeometry(rMatrix, rPolyPolygon); in TRSetBaseGeometry()
H A Dsvdfmtf.cxx871 …mpSdrGDIMetaFileImport::CheckLastPolyLineAndFillMerge(const basegfx::B2DPolyPolygon & rPolyPolygon) in CheckLastPolyLineAndFillMerge() argument
881 if(pLastPoly->GetPathPoly() == rPolyPolygon) in CheckLastPolyLineAndFillMerge()
H A Dsvdomeas.cxx355 long impGetLineStartEndDistance(const basegfx::B2DPolyPolygon& rPolyPolygon, long nNewWidth, bool b… in impGetLineStartEndDistance() argument
357 const basegfx::B2DRange aPolygonRange(rPolyPolygon.getB2DRange()); in impGetLineStartEndDistance()
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx120 void WritePolyPolygon( const PolyPolygon& rPolyPolygon );
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx101 void Writer::map( PolyPolygon& rPolyPolygon ) const in map()
103 const sal_uInt16 nPolyCount = rPolyPolygon.Count(); in map()
109 Polygon& rPoly = rPolyPolygon[nPoly]; in map()
H A Dswfwriter.hxx353 void map( PolyPolygon& rPolyPolygon ) const;
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx889 void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
890 …void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pL…
/trunk/main/tools/inc/tools/
H A Dpoly.hxx336 explicit PolyPolygon(const ::basegfx::B2DPolyPolygon& rPolyPolygon);
/trunk/main/chart2/source/inc/
H A DCommonConverters.hxx139 const com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygon );
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx170 const ::basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx562 const B2DPolygon& rPolyPolygon,
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx171 basegfx::B2DPolygon ImpCombineToSinglePolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) const;
H A Dunoshape.hxx139 void ForceMetricToItemPoolMetric(basegfx::B2DPolyPolygon& rPolyPolygon) const throw();
140 void ForceMetricTo100th_mm(basegfx::B2DPolyPolygon& rPolyPolygon) const throw();
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2832 String HtmlExport::CreateHTMLPolygonArea( const ::basegfx::B2DPolyPolygon& rPolyPolygon, in CreateHTMLPolygonArea() argument
2836 const sal_uInt32 nNoOfPolygons(rPolyPolygon.count()); in CreateHTMLPolygonArea()
2840 const ::basegfx::B2DPolygon& aPolygon = rPolyPolygon.getB2DPolygon(nXPoly); in CreateHTMLPolygonArea()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx579 void SvxShape::ForceMetricToItemPoolMetric(basegfx::B2DPolyPolygon& rPolyPolygon) const throw() in ForceMetricToItemPoolMetric()
595 rPolyPolygon.transform(aTransform); in ForceMetricToItemPoolMetric()
637 void SvxShape::ForceMetricTo100th_mm(basegfx::B2DPolyPolygon& rPolyPolygon) const throw() in ForceMetricTo100th_mm()
653 rPolyPolygon.transform(aTransform); in ForceMetricTo100th_mm()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx211 void ImplPolyPoly( const PolyPolygon & rPolyPolygon, sal_Bool bTextOutline = sal_False );

Completed in 134 milliseconds

1234