Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dlineproperties.cxx58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen, in lclSetDashData() function
77 case XML_dot: lclSetDashData( orLineDash, 1, 1, 0, 0, 3 ); break; in lclConvertPresetDash()
78 case XML_dash: lclSetDashData( orLineDash, 0, 0, 1, 4, 3 ); break; in lclConvertPresetDash()
79 case XML_dashDot: lclSetDashData( orLineDash, 1, 1, 1, 4, 3 ); break; in lclConvertPresetDash()
81 case XML_lgDash: lclSetDashData( orLineDash, 0, 0, 1, 8, 3 ); break; in lclConvertPresetDash()
82 case XML_lgDashDot: lclSetDashData( orLineDash, 1, 1, 1, 8, 3 ); break; in lclConvertPresetDash()
83 case XML_lgDashDotDot: lclSetDashData( orLineDash, 2, 1, 1, 8, 3 ); break; in lclConvertPresetDash()
85 case XML_sysDot: lclSetDashData( orLineDash, 1, 1, 0, 0, 1 ); break; in lclConvertPresetDash()
86 case XML_sysDash: lclSetDashData( orLineDash, 0, 0, 1, 3, 1 ); break; in lclConvertPresetDash()
92 lclSetDashData( orLineDash, 0, 0, 1, 4, 3 ); in lclConvertPresetDash()
[all …]

Completed in 10 milliseconds