Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx358 moPresetDash.assignIfUsed( rSourceProps.moPresetDash ); in assignUsed()
377 …if( (eLineStyle != LineStyle_NONE) && (moPresetDash.differsFrom( XML_solid ) || (!moPresetDash && … in pushToPropMap()
383 if( moPresetDash.has() ) in pushToPropMap()
384 lclConvertPresetDash( aLineDash, moPresetDash.get() ); in pushToPropMap()
H A Dlinepropertiescontext.cxx71 mrLineProperties.moPresetDash = aAttribs.getToken( XML_val ); in createFastChildContext()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx636 aLineProps.moPresetDash = XML_solid; in convertLineProperties()
639 aLineProps.moPresetDash = XML_lgDash; in convertLineProperties()
642 aLineProps.moPresetDash = XML_dot; in convertLineProperties()
645 aLineProps.moPresetDash = XML_lgDashDot; in convertLineProperties()
648 aLineProps.moPresetDash = XML_lgDashDotDot; in convertLineProperties()
651 aLineProps.moPresetDash = XML_solid; in convertLineProperties()
655 aLineProps.moPresetDash = XML_solid; in convertLineProperties()
659 aLineProps.moPresetDash = XML_solid; in convertLineProperties()
/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx124 pLeftBorder->moPresetDash = XML_sng; in SetTableStyleProperties()
171 pFstBottomBorder->moPresetDash = XML_sng; in CreateTableStyle()
206 pFstBottomBorder->moPresetDash = XML_sng; in CreateTableStyle()
/trunk/main/oox/inc/oox/drawingml/
H A Dlineproperties.hxx56 OptValue< sal_Int32 > moPresetDash; /// Preset dash (OOXML token). member
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx429 lclGetDmlLineDash( aLineProps.moPresetDash, aLineProps.maCustomDash, moDashStyle ); in pushToPropMap()

Completed in 50 milliseconds