Searched refs:rRPos (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/dialog/ |
| H A D | framelink.cxx | 882 const Point& rRPos, const LineEndResult& rRRes, in lclDrawHorLine() argument 885 …LinePoints aTPoints( rLPos + lclToMapUnit( rLRes.mnOffs1, nTOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine() 890 …LinePoints aBPoints( rLPos + lclToMapUnit( rLRes.mnOffs2, nBOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine() 908 OutputDevice& rDev, const Point& rLPos, const Point& rRPos, in lclDrawHorFrameBorder() argument 912 …DBG_ASSERT( rLPos.X() <= rRPos.X(), "svx::frame::lclDrawHorFrameBorder - wrong order of line ends"… in lclDrawHorFrameBorder() 913 DBG_ASSERT( rLPos.Y() == rRPos.Y(), "svx::frame::lclDrawHorFrameBorder - line not horizontal" ); in lclDrawHorFrameBorder() 914 if( rLPos.X() <= rRPos.X() ) in lclDrawHorFrameBorder() 917 lclDrawHorLine( rDev, rLPos, rResult.maBeg.maPrim, rRPos, rResult.maEnd.maPrim, in lclDrawHorFrameBorder() 920 lclDrawHorLine( rDev, rLPos, rResult.maBeg.maSecn, rRPos, rResult.maEnd.maSecn, in lclDrawHorFrameBorder() 1401 const Point& rLPos, const Point& rRPos, const Style& rBorder, in DrawHorFrameBorder() argument [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | framelink.hxx | 486 …const Point& rRPos, /// Reference point for right end of the processed frame borde… 518 …const Point& rRPos, /// Reference point for right end of the processed frame borde… 545 …const Point& rRPos, /// Reference point for right end of the processed frame borde…
|