Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx363 pLineDash.Dots = 1; in setDashStyle()
365 pLineDash.Dashes = 1; in setDashStyle()
370 pLineDash.Dots = 1; in setDashStyle()
372 pLineDash.Dashes = 1; in setDashStyle()
377 pLineDash.Dots = 0; in setDashStyle()
378 pLineDash.DotLen = 0; in setDashStyle()
379 pLineDash.Dashes = 1; in setDashStyle()
384 pLineDash.Dots = 2; in setDashStyle()
391 pLineDash.Dots = 0; in setDashStyle()
398 pLineDash.Dots = 1; in setDashStyle()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1051 …::com::sun::star::drawing::LineDash* pLineDash = (::com::sun::star::drawing::LineDash*)aAny.getVal… in CreateLineProperties()
1052 sal_Int32 nDistance = pLineDash->Distance << 1; in CreateLineProperties()
1053 switch ( pLineDash->Style ) in CreateLineProperties()
1061 …if ( ((!(pLineDash->Dots )) || (!(pLineDash->Dashes )) ) || ( pLineDash->DotLen == pLineDash->Dash… in CreateLineProperties()
1063 sal_Int32 nLen = pLineDash->DotLen; in CreateLineProperties()
1064 if ( pLineDash->Dashes ) in CreateLineProperties()
1065 nLen = pLineDash->DashLen; in CreateLineProperties()
1069 else if ( pLineDash->Dots ) in CreateLineProperties()
1076 if ( pLineDash->Dots != pLineDash->Dashes ) in CreateLineProperties()
1078 if ( ( pLineDash->DashLen > nDistance ) || ( pLineDash->DotLen > nDistance ) ) in CreateLineProperties()
[all …]

Completed in 36 milliseconds