Searched refs:LinePoints (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svx/source/dialog/ |
| H A D | framelink.cxx | 184 struct LinePoints struct 189 explicit LinePoints( const Point& rBeg, const Point& rEnd ) : in LinePoints() function 191 explicit LinePoints( const Rectangle& rRect, bool bTLBR ) : in LinePoints() argument 778 inline Polygon lclCreatePolygon( const LinePoints& rPoints1, const LinePoints& rPoints2 ) in lclCreatePolygon() 854 inline void lclDrawThinLine( OutputDevice& rDev, const LinePoints& rPoints, bool bDotted ) in lclDrawThinLine() 866 inline void lclDrawPolygon( OutputDevice& rDev, const LinePoints& rPoints1, const LinePoints& rPoin… in lclDrawPolygon() 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() 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() [all …]
|