Searched refs:eDash (Results 1 – 4 of 4) sorted by relevance
39 XDashStyle eDash; member in XDash47 XDash(XDashStyle eDash = XDASH_RECT,53 void SetDashStyle(XDashStyle eNewStyle) { eDash = eNewStyle; } in SetDashStyle()60 XDashStyle GetDashStyle() const { return eDash; } in GetDashStyle()
1050 ESCHER_LineDashing eDash = ESCHER_LineSolid; in CreateLineProperties() local1068 eDash = ESCHER_LineLongDashGEL; in CreateLineProperties()1070 eDash = ESCHER_LineDotSys; in CreateLineProperties()1072 eDash = ESCHER_LineDashGEL; in CreateLineProperties()1079 eDash = ESCHER_LineLongDashDotDotGEL; in CreateLineProperties()1081 eDash = ESCHER_LineDashDotDotSys; in CreateLineProperties()1086 eDash = ESCHER_LineLongDashDotGEL; in CreateLineProperties()1088 eDash = ESCHER_LineDashDotGEL; in CreateLineProperties()1092 AddOpt( ESCHER_Prop_lineDashing, eDash ); in CreateLineProperties()
951 XDashStyle eDash = XDASH_RECT; in ApplyLineAttributes() local1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) … in ApplyLineAttributes()
671 eDash(eTheDash), in XDash()692 return ( eDash == rDash.eDash && in operator ==()
Completed in 167 milliseconds