Home
last modified time | relevance | path

Searched refs:rBeg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1049 Point& rBeg = aPoints[ 0 ][ 0 ]; in implConvertAndInsert() local
1058 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()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx189 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() argument
810 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 35 milliseconds