Searched refs:lclDrawThinLine (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | framelink.cxx | 807 void lclDrawThinLine( OutputDevice& rDev, const Point& rBeg, const Point& rEnd, bool bDotted ) in lclDrawThinLine() function 854 inline void lclDrawThinLine( OutputDevice& rDev, const LinePoints& rPoints, bool bDotted ) in lclDrawThinLine() function 856 lclDrawThinLine( rDev, rPoints.maBeg, rPoints.maEnd, bDotted ); in lclDrawThinLine() 887 lclDrawThinLine( rDev, aTPoints, bDotted ); in lclDrawHorLine() 942 lclDrawThinLine( rDev, aLPoints, bDotted ); in lclDrawVerLine() 1114 lclDrawThinLine( rDev, aLPoints, bDotted ); in lclDrawDiagLine()
|
Completed in 22 milliseconds