Lines Matching refs:rTPos

936         const Point& rTPos, const LineEndResult& rTRes,  in lclDrawVerLine()  argument
940 …LinePoints aLPoints( rTPos + lclToMapUnit( nLOffs, rTRes.mnOffs1 ), rBPos + lclToMapUnit( nLOffs, … in lclDrawVerLine()
945 …LinePoints aRPoints( rTPos + lclToMapUnit( nROffs, rTRes.mnOffs2 ), rBPos + lclToMapUnit( nROffs, … in lclDrawVerLine()
963 OutputDevice& rDev, const Point& rTPos, const Point& rBPos, in lclDrawVerFrameBorder() argument
967 …DBG_ASSERT( rTPos.Y() <= rBPos.Y(), "svx::frame::lclDrawVerFrameBorder - wrong order of line ends"… in lclDrawVerFrameBorder()
968 DBG_ASSERT( rTPos.X() == rBPos.X(), "svx::frame::lclDrawVerFrameBorder - line not vertical" ); in lclDrawVerFrameBorder()
969 if( rTPos.Y() <= rBPos.Y() ) in lclDrawVerFrameBorder()
972 lclDrawVerLine( rDev, rTPos, rResult.maBeg.maPrim, rBPos, rResult.maEnd.maPrim, in lclDrawVerFrameBorder()
975 lclDrawVerLine( rDev, rTPos, rResult.maBeg.maSecn, rBPos, rResult.maEnd.maSecn, in lclDrawVerFrameBorder()
1441 const Point& rTPos, const Point& rBPos, const Style& rBorder, in DrawVerFrameBorder() argument
1452 lclDrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, aResult, pForceColor ); in DrawVerFrameBorder()
1457 const Point& rTPos, const Point& rBPos, const Style& rBorder, in DrawVerFrameBorder() argument
1465 rDev, rTPos, rBPos, rBorder, in DrawVerFrameBorder()
1472 const Point& rTPos, const Point& rBPos, const Style& rBorder, const Color* pForceColor ) in DrawVerFrameBorder() argument
1475 lclDrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, BorderResult(), pForceColor ); in DrawVerFrameBorder()
1481 const Point& rTPos, const Point& rBPos, const Style& rBorder, const Color* pForceColor ) in DrawVerFrameBorderSlanted() argument
1483 …DBG_ASSERT( rTPos.Y() < rBPos.Y(), "svx::frame::DrawVerFrameBorderSlanted - wrong order of line en… in DrawVerFrameBorderSlanted()
1484 if( rBorder.Prim() && (rTPos.Y() < rBPos.Y()) ) in DrawVerFrameBorderSlanted()
1486 if( rTPos.X() == rBPos.X() ) in DrawVerFrameBorderSlanted()
1488 DrawVerFrameBorder( rDev, rTPos, rBPos, rBorder, pForceColor ); in DrawVerFrameBorderSlanted()
1495 aScaled.ScaleSelf( 1.0 / cos( GetVerDiagAngle( rTPos, rBPos ) ) ); in DrawVerFrameBorderSlanted()
1498 lclDrawVerLine( rDev, rTPos, aRes, rBPos, aRes, in DrawVerFrameBorderSlanted()
1501 lclDrawVerLine( rDev, rTPos, aRes, rBPos, aRes, in DrawVerFrameBorderSlanted()