Searched refs:orLineDash (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/drawingml/ |
H A D | lineproperties.cxx | 58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen, in lclSetDashData() argument 61 orLineDash.Dots = nDots; in lclSetDashData() 62 orLineDash.DotLen = nDotLen; in lclSetDashData() 63 orLineDash.Dashes = nDashes; in lclSetDashData() 64 orLineDash.DashLen = nDashLen; in lclSetDashData() 65 orLineDash.Distance = nDistance; in lclSetDashData() 73 void lclConvertPresetDash( LineDash& orLineDash, sal_Int32 nPresetDash ) in lclConvertPresetDash() argument 92 lclSetDashData( orLineDash, 0, 0, 1, 4, 3 ); in lclConvertPresetDash() 106 lclSetDashData( orLineDash, 0, 0, 1, 4, 3 ); in lclConvertCustomDash() 131 orLineDash.Dots = nDots; in lclConvertCustomDash() [all …]
|
Completed in 38 milliseconds