Lines Matching refs:oroPresetDash
277 void lclGetDmlLineDash( OptValue< sal_Int32 >& oroPresetDash, LineProperties::DashStopVector& orCus… in lclGetDmlLineDash() argument
284 case XML_solid: oroPresetDash = XML_solid; return; in lclGetDmlLineDash()
285 case XML_shortdot: oroPresetDash = XML_sysDot; return; in lclGetDmlLineDash()
286 case XML_shortdash: oroPresetDash = XML_sysDash; return; in lclGetDmlLineDash()
287 case XML_shortdashdot: oroPresetDash = XML_sysDashDot; return; in lclGetDmlLineDash()
288 case XML_shortdashdotdot: oroPresetDash = XML_sysDashDotDot; return; in lclGetDmlLineDash()
289 case XML_dot: oroPresetDash = XML_dot; return; in lclGetDmlLineDash()
290 case XML_dash: oroPresetDash = XML_dash; return; in lclGetDmlLineDash()
291 case XML_dashdot: oroPresetDash = XML_dashDot; return; in lclGetDmlLineDash()
292 case XML_longdash: oroPresetDash = XML_lgDash; return; in lclGetDmlLineDash()
293 case XML_longdashdot: oroPresetDash = XML_lgDashDot; return; in lclGetDmlLineDash()
294 case XML_longdashdotdot: oroPresetDash = XML_lgDashDotDot; return; in lclGetDmlLineDash()