Home
last modified time | relevance | path

Searched refs:rPol (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dsvdomeas.cxx370 void SdrMeasureObj::ImpCalcGeometrics(const ImpMeasureRec& rRec, ImpMeasurePoly& rPol) const in ImpCalcGeometrics()
376 rPol.aTextSize=GetTextSize(); in ImpCalcGeometrics()
377 rPol.nLineLen=GetLen(aDelt); in ImpCalcGeometrics()
379 rPol.nLineWdt2=0; in ImpCalcGeometrics()
384 rPol.nArrow1Wdt=0; in ImpCalcGeometrics()
385 rPol.nArrow2Wdt=0; in ImpCalcGeometrics()
392 rPol.nLineWdt2 = (nLineWdt + 1) / 2; in ImpCalcGeometrics()
412 if (rPol.nLineLen<nArrowNeed) bPfeileAussen=sal_True; in ImpCalcGeometrics()
415 rPol.eUsedTextHPos=rRec.eWantTextHPos; in ImpCalcGeometrics()
416 rPol.eUsedTextVPos=rRec.eWantTextVPos; in ImpCalcGeometrics()
[all …]
H A Dsvdtrans.cxx598 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo) in Poly2Rect() argument
600 rGeo.nDrehWink=GetAngle(rPol[1]-rPol[0]); in Poly2Rect()
605 Point aPt1(rPol[1]-rPol[0]); in Poly2Rect()
609 Point aPt0(rPol[0]); in Poly2Rect()
610 Point aPt3(rPol[3]-rPol[0]); in Poly2Rect()
635 aPt0=rPol[3]; in Poly2Rect()
/AOO42X/main/editeng/source/misc/
H A Dtxtrange.cxx345 const Polygon& rPol = rPoly[ i ]; in Calc() local
346 nCount = rPol.GetSize(); in Calc()
349 const Point& rNull = rPol[ 0 ]; in Calc()
350 SetClosed( IsConcat() || ( rNull == rPol[ nCount - 1 ] ) ); in Calc()
392 const Point& rLast = rPol[ nIdx - 1 ]; in Calc()
395 const Point& rNext = rPol[ nIdx ]; in Calc()
/AOO42X/main/sw/source/core/text/
H A Dtxtfly.cxx1898 const Polygon& rPol = (*pPol)[ i ]; in ShowContour() local
1899 MSHORT nCount = rPol.GetSize(); in ShowContour()
1900 if( nCount > 1 && rPol[ 0 ] == rPol[ nCount - 1 ] ) in ShowContour()
1902 pOut->DrawPolygon( rPol ); in ShowContour()
1912 const Polygon& rPol = (*pPol)[ i ]; in ShowContour() local
1913 MSHORT nCount = rPol.GetSize(); in ShowContour()
1916 Point aPt( rPol[ k ] ); in ShowContour()
/AOO42X/main/svx/inc/svx/
H A Dsvdomeas.hxx81 void ImpCalcGeometrics(const ImpMeasureRec& rRec, ImpMeasurePoly& rPol) const;
82 basegfx::B2DPolyPolygon ImpCalcXPoly(const ImpMeasurePoly& rPol) const;
H A Dsvdtrans.hxx230 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);