Home
last modified time | relevance | path

Searched refs:eDash (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx951 XDashStyle eDash = XDASH_RECT; in ApplyLineAttributes() local
1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) … in ApplyLineAttributes()
H A Descherex.cxx1050 ESCHER_LineDashing eDash = ESCHER_LineSolid; in CreateLineProperties() local
1068 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()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx671 eDash(eTheDash), in XDash()
692 return ( eDash == rDash.eDash && in operator ==()
/trunk/main/svx/inc/svx/
H A Dxdash.hxx39 XDashStyle eDash; member in XDash
47 XDash(XDashStyle eDash = XDASH_RECT,
53 void SetDashStyle(XDashStyle eNewStyle) { eDash = eNewStyle; } in SetDashStyle()
60 XDashStyle GetDashStyle() const { return eDash; } in GetDashStyle()

Completed in 79 milliseconds