Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dframelink.cxx184 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()
885LinePoints aTPoints( rLPos + lclToMapUnit( rLRes.mnOffs1, nTOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine()
890LinePoints aBPoints( rLPos + lclToMapUnit( rLRes.mnOffs2, nBOffs ), rRPos + lclToMapUnit( rRRes.mn… in lclDrawHorLine()
940LinePoints aLPoints( rTPos + lclToMapUnit( nLOffs, rTRes.mnOffs1 ), rBPos + lclToMapUnit( nLOffs, … in lclDrawVerLine()
945LinePoints aRPoints( rTPos + lclToMapUnit( nROffs, rTRes.mnOffs2 ), rBPos + lclToMapUnit( nROffs, … in lclDrawVerLine()
[all …]