Searched refs:aXDash (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 1254 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 …]
|
/aoo41x/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 459 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()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabline.hxx | 161 XLineDashItem aXDash; member in SvxLineTabPage 289 XLineDashItem aXDash; member in SvxLineDefTabPage
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tplnedef.cxx | 104 aXDash ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ), in SvxLineDefTabPage() 146 rXLSet.Put( aXDash ); in SvxLineDefTabPage()
|
H A D | tpline.cxx | 159 aXDash ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ), in SvxLineTabPage()
|
Completed in 48 milliseconds