Searched refs:rPol (Results 1 – 6 of 6) sorted by relevance
370 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 …]
598 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo) in Poly2Rect() argument600 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()
345 const Polygon& rPol = rPoly[ i ]; in Calc() local346 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()
1898 const Polygon& rPol = (*pPol)[ i ]; in ShowContour() local1899 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() local1913 MSHORT nCount = rPol.GetSize(); in ShowContour()1916 Point aPt( rPol[ k ] ); in ShowContour()
81 void ImpCalcGeometrics(const ImpMeasureRec& rRec, ImpMeasurePoly& rPol) const;82 basegfx::B2DPolyPolygon ImpCalcXPoly(const ImpMeasurePoly& rPol) const;
230 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);