Home
last modified time | relevance | path

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

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx357 drawing::LineDash pLineDash; in setDashStyle() local
363 pLineDash.Dots = 1; in setDashStyle()
364 pLineDash.DotLen = nPixel; in setDashStyle()
365 pLineDash.Dashes = 1; in setDashStyle()
366 pLineDash.DashLen = 5 * nPixel; in setDashStyle()
367 pLineDash.Distance = 4 * nPixel; in setDashStyle()
370 pLineDash.Dots = 1; in setDashStyle()
371 pLineDash.DotLen = nPixel; in setDashStyle()
372 pLineDash.Dashes = 1; in setDashStyle()
373 pLineDash.DashLen = 10 * nPixel; in setDashStyle()
[all …]
/AOO41X/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 …]