Lines Matching refs:aXDash
1254 XDash aXDash; in PutValue() local
1256 aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style))); in PutValue()
1257 aXDash.SetDots(aLineDash.Dots); in PutValue()
1258 aXDash.SetDotLen(aLineDash.DotLen); in PutValue()
1259 aXDash.SetDashes(aLineDash.Dashes); in PutValue()
1260 aXDash.SetDashLen(aLineDash.DashLen); in PutValue()
1261 aXDash.SetDistance(aLineDash.Distance); in PutValue()
1263 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1264 aXDash.SetDots(1); in PutValue()
1266 SetDashValue( aXDash ); in PutValue()
1290 XDash aXDash; in PutValue() local
1292 aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style))); in PutValue()
1293 aXDash.SetDots(aLineDash.Dots); in PutValue()
1294 aXDash.SetDotLen(aLineDash.DotLen); in PutValue()
1295 aXDash.SetDashes(aLineDash.Dashes); in PutValue()
1296 aXDash.SetDashLen(aLineDash.DashLen); in PutValue()
1297 aXDash.SetDistance(aLineDash.Distance); in PutValue()
1299 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1300 aXDash.SetDots(1); in PutValue()
1302 SetDashValue( aXDash ); in PutValue()
1312 XDash aXDash = GetDashValue(); in PutValue() local
1313 aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(nVal))); in PutValue()
1315 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1316 aXDash.SetDots(1); in PutValue()
1318 SetDashValue( aXDash ); in PutValue()
1330 XDash aXDash = GetDashValue(); in PutValue() local
1332 aXDash.SetDots( nVal ); in PutValue()
1334 aXDash.SetDashes( nVal ); in PutValue()
1336 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1337 aXDash.SetDots(1); in PutValue()
1339 SetDashValue( aXDash ); in PutValue()
1351 XDash aXDash = GetDashValue(); in PutValue() local
1353 aXDash.SetDotLen( nVal ); in PutValue()
1355 aXDash.SetDashLen( nVal ); in PutValue()
1357 aXDash.SetDistance( nVal ); in PutValue()
1359 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1360 aXDash.SetDots(1); in PutValue()
1362 SetDashValue( aXDash ); in PutValue()