Searched refs:XDashStyle (Results  1 – 7 of 7) sorted by relevance
| /trunk/main/svx/inc/svx/ | 
| H A D | xdash.hxx | 39 	XDashStyle  eDash;47 		  XDash(XDashStyle eDash = XDASH_RECT,
 53 	void SetDashStyle(XDashStyle eNewStyle) { eDash = eNewStyle; }  in SetDashStyle()
 60 	XDashStyle  GetDashStyle() const        { return eDash; }  in GetDashStyle()
 
 | 
| H A D | xenum.hxx | 28 enum XDashStyle			{ XDASH_RECT, XDASH_ROUND, XDASH_RECTRELATIVE,  enum
 | 
| /trunk/main/cui/source/tabpages/ | 
| H A D | tplnedef.cxx | 944 	XDashStyle eXDS;  in FillDash_Impl()978 	XDashStyle eXDS = aDash.GetDashStyle(); // XDASH_RECT, XDASH_ROUND  in FillDialog_Impl()
 
 | 
| /trunk/main/svx/source/xoutdev/ | 
| H A D | xattr.cxx | 669 XDash::XDash(XDashStyle eTheDash, sal_uInt16 nTheDots, sal_uIntPtr nTheDotLen,  in XDash()964 		rIn >> nITemp; aDash.SetDashStyle((XDashStyle)nITemp);  in XLineDashItem()
 1256 			        aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style)));  in PutValue()
 1292 			aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style)));  in PutValue()
 1313 			aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(nVal)));  in PutValue()
 
 | 
| /trunk/main/svx/source/unodraw/ | 
| H A D | XPropertyTable.cxx | 461 	aXDash.SetDashStyle((XDashStyle)((sal_uInt16)(aLineDash.Style)));  in getEntry()
 | 
| /trunk/main/sd/source/ui/view/ | 
| H A D | drviews9.cxx | 491 …XDash aNewDash ((XDashStyle) pStyle->GetValue (), (short) pDots->GetValue (), pDotLen->GetValue (),  in AttrExec()
 | 
| /trunk/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 951 			XDashStyle  eDash = XDASH_RECT;  in ApplyLineAttributes()
 | 
        Completed in 94 milliseconds