Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx379 rPol.nLineWdt2=0; in ImpCalcGeometrics()
384 rPol.nArrow1Wdt=0; in ImpCalcGeometrics()
385 rPol.nArrow2Wdt=0; in ImpCalcGeometrics()
457 rPol.nTextWink=rPol.nLineWink; in ImpCalcGeometrics()
470 rPol.nTextWink=NormAngle360(rPol.nTextWink); in ImpCalcGeometrics()
471 rPol.nHlpWink=rPol.nLineWink+9000; in ImpCalcGeometrics()
473 rPol.nHlpWink=NormAngle360(rPol.nHlpWink); in ImpCalcGeometrics()
480 rPol.nHlpSin=nHlpSin; in ImpCalcGeometrics()
481 rPol.nHlpCos=nHlpCos; in ImpCalcGeometrics()
510 rPol.aMainline2=rPol.aMainline1; in ImpCalcGeometrics()
[all …]
H A Dsvdtrans.cxx610 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo) in Poly2Rect() argument
612 rGeo.nDrehWink=GetAngle(rPol[1]-rPol[0]); in Poly2Rect()
617 Point aPt1(rPol[1]-rPol[0]); in Poly2Rect()
621 Point aPt0(rPol[0]); in Poly2Rect()
622 Point aPt3(rPol[3]-rPol[0]); in Poly2Rect()
647 aPt0=rPol[3]; in Poly2Rect()
/trunk/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()
/trunk/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()
/trunk/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.hxx234 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);

Completed in 40 milliseconds