Home
last modified time | relevance | path

Searched refs:rPolyPolygon (Results 1 – 25 of 92) sorted by last modified time

1234

/trunk/main/svx/source/svdraw/
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()
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 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()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx211 void ImplPolyPoly( const PolyPolygon & rPolyPolygon, sal_Bool bTextOutline = sal_False );
/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/svx/inc/svx/
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 Dsvdomeas.hxx155 …ool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const;
156 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
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);
/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/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/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/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/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()
/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 Doutliner.hxx889 void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
890 …void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pL…
H A Dediteng.hxx196 void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
197 …void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pL…
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx1185 const B2DPolyPolygon& rPolyPolygon, in createLineTrapezoidFromB2DPolyPolygon() argument
1194 B2DPolyPolygon aSource(rPolyPolygon); in createLineTrapezoidFromB2DPolyPolygon()
/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/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/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/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/drawinglayer/source/processor2d/
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/tools/inc/tools/
H A Dpoly.hxx336 explicit PolyPolygon(const ::basegfx::B2DPolyPolygon& rPolyPolygon);

Completed in 220 milliseconds

1234