Searched refs:rBeg (Results 1 – 2 of 2) sorted by relevance
1049 Point& rBeg = aPoints[ 0 ][ 0 ]; in implConvertAndInsert() local1058 case BIFF_OBJ_LINE_TL: rBeg.X = nL; rBeg.Y = nT; rEnd.X = nR; rEnd.Y = nB; break; in implConvertAndInsert()1059 case BIFF_OBJ_LINE_TR: rBeg.X = nR; rBeg.Y = nT; rEnd.X = nL; rEnd.Y = nB; break; in implConvertAndInsert()1060 case BIFF_OBJ_LINE_BR: rBeg.X = nR; rBeg.Y = nB; rEnd.X = nL; rEnd.Y = nT; break; in implConvertAndInsert()1061 case BIFF_OBJ_LINE_BL: rBeg.X = nL; rBeg.Y = nB; rEnd.X = nR; rEnd.Y = nT; break; in implConvertAndInsert()
189 explicit LinePoints( const Point& rBeg, const Point& rEnd ) : in LinePoints()190 maBeg( rBeg ), maEnd( rEnd ) {} in LinePoints()807 void lclDrawThinLine( OutputDevice& rDev, const Point& rBeg, const Point& rEnd, bool bDotted ) in lclDrawThinLine() argument810 if( bDotted && (rBeg != rEnd) ) in lclDrawThinLine()817 rDev.DrawLine( rBeg, rEnd, aLineInfo ); in lclDrawThinLine()820 Point aBeg( rDev.LogicToPixel( rBeg ) ); in lclDrawThinLine()850 rDev.DrawLine( rBeg, rEnd ); in lclDrawThinLine()
Completed in 26 milliseconds