Home
last modified time | relevance | path

Searched refs:aXDash (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1254 XDash aXDash; in PutValue() local
1263 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1290 XDash aXDash; in PutValue() local
1299 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1300 aXDash.SetDots(1); in PutValue()
1315 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1316 aXDash.SetDots(1); in PutValue()
1336 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
1337 aXDash.SetDots(1); in PutValue()
1359 if((0 == aXDash.GetDots()) && (0 == aXDash.GetDashes())) in PutValue()
[all …]
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx459 XDash aXDash; in getEntry() local
461 aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style))); in getEntry()
462 aXDash.SetDots(aLineDash.Dots); in getEntry()
463 aXDash.SetDotLen(aLineDash.DotLen); in getEntry()
464 aXDash.SetDashes(aLineDash.Dashes); in getEntry()
465 aXDash.SetDashLen(aLineDash.DashLen); in getEntry()
466 aXDash.SetDistance(aLineDash.Distance); in getEntry()
469 return new XDashEntry( aXDash, aName ); in getEntry()
/trunk/main/cui/source/inc/
H A Dcuitabline.hxx161 XLineDashItem aXDash; member in SvxLineTabPage
289 XLineDashItem aXDash; member in SvxLineDefTabPage
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx104 aXDash ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ), in SvxLineDefTabPage()
146 rXLSet.Put( aXDash ); in SvxLineDefTabPage()
H A Dtpline.cxx159 aXDash ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ), in SvxLineTabPage()

Completed in 72 milliseconds