| /aoo4110/main/svx/inc/svx/ | 
| H A D | xlndsit.hxx | 41 	XDash   aDash;46 							XLineDashItem(sal_Int32 nIndex, const XDash& rTheDash);
 47 							XLineDashItem(const String& rName, const XDash& rTheDash);
 48 							XLineDashItem(SfxItemPool* pPool, const XDash& rTheDash);
 68 	const XDash&			GetDashValue(const XDashList* pTable = 0) const; // GetValue -> GetDashValue
 69 	void					SetDashValue(const XDash& rNew)   { aDash = rNew; Detach(); } // SetValue -> SetDashValue  in SetDashValue()
 
 | 
| H A D | xtable.hxx | 83     XDash   aDash;86     XDashEntry(const XDash& rDash, const String& rName);
 89     const XDash& GetDash() const   in GetDash()
 296     Bitmap ImpCreateBitmapForXDash(const XDash* pDash);
 
 | 
| H A D | xdash.hxx | 36 class SVX_DLLPUBLIC XDash  class47 		  XDash(XDashStyle eDash = XDASH_RECT,
 51 	bool operator==(const XDash& rDash) const;
 
 | 
| H A D | dlgctrl.hxx | 37 class XDash;422 …void SelectEntryByList(const XDashListSharedPtr aList, const String& rStr, const XDash& rDash, sal…
 
 | 
| H A D | xlineit.hxx | 34 class XDash;
 | 
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xtabdash.cxx | 135 	Insert(new XDashEntry(XDash(XDASH_RECT,1, 50,1, 50, 50),aStr));  in Create()137 	Insert(new XDashEntry(XDash(XDASH_RECT,1,500,1,500,500),aStr));  in Create()
 139 	Insert(new XDashEntry(XDash(XDASH_RECT,2, 50,3,250,120),aStr));  in Create()
 144 Bitmap XDashList::ImpCreateBitmapForXDash(const XDash* pDash)  in ImpCreateBitmapForXDash()
 254         const XDash& rDash = GetDash(nIndex)->GetDash();  in CreateBitmapForUI()
 
 | 
| H A D | xattr.cxx | 669 XDash::XDash(XDashStyle eTheDash, sal_uInt16 nTheDots, sal_uIntPtr nTheDotLen,  in XDash()  function in XDash690 bool XDash::operator==(const XDash& rDash) const  in operator ==()
 1133 			const XDash& rXD = GetDashValue();  in QueryValue()
 1161 			const XDash& rXD = GetDashValue();  in QueryValue()
 1178 			const XDash& rXD = GetDashValue();  in QueryValue()
 1185 			const XDash& rXD = GetDashValue();  in QueryValue()
 1254 			        XDash aXDash;  in PutValue()
 1290 			XDash aXDash;  in PutValue()
 1312 			XDash aXDash = GetDashValue();  in PutValue()
 1330 			XDash aXDash = GetDashValue();  in PutValue()
 [all …]
 
 | 
| H A D | xtable.cxx | 76 XDashEntry::XDashEntry(const XDash& rDash, const String& rName)  in XDashEntry()
 | 
| H A D | xpool.cxx | 54 	const XDash aNullDash;  in XOutdevItemPool()
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdfmtf.cxx | 392 			mpLineAttr->Put(XLineDashItem(String(), XDash(XDASH_RECT)));  in SetAttributes()722 			maDash = XDash(XDASH_RECT,  in DoAction()
 729 			maDash = XDash();  in DoAction()
 952 		maDash = XDash(XDASH_RECT,  in DoAction()
 959 		maDash = XDash();  in DoAction()
 
 | 
| H A D | svdfmtf.hxx | 62 	XDash						maDash;
 | 
| /aoo4110/main/svx/source/sidebar/line/ | 
| H A D | LinePropertyPanel.cxx | 844                 pDashEntry ? pDashEntry->GetDash() : XDash());1177                 const XDash& rDash = mpDashItem->GetDashValue();  in SelectLineStyle()
 1181                     const XDash& rEntry = pEntry->GetDash();  in SelectLineStyle()
 
 | 
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | XPropertyTable.cxx | 437 	const XDash& rXD = ((XDashEntry*)pEntry)->GetDash();  in getAny()459 	XDash aXDash;  in getEntry()
 
 | 
| /aoo4110/main/svx/source/sdr/attribute/ | 
| H A D | sdrformtextattribute.cxx | 136 			const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue();  in impGetStrokeAttribute()
 | 
| /aoo4110/main/cui/source/inc/ | 
| H A D | cuitabline.hxx | 283 	XDash               aDash;
 | 
| /aoo4110/main/sd/source/core/ | 
| H A D | drawdoc4.cxx | 164 	XDash	  aNullDash;  in CreateLayoutTemplates()601 	XDash	  aNullDash;  in CreateDefaultCellStyles()
 
 | 
| /aoo4110/main/sc/source/filter/excel/ | 
| H A D | xiescher.cxx | 665 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 0, nDotLen, 1, nDashLen, nD…  in ConvertLineStyle()669 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 0, nDashLen, nD…  in ConvertLineStyle()
 673 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 1, nDotLen, 1, nDashLen, nD…  in ConvertLineStyle()
 677 …rSdrObj.SetMergedItem( XLineDashItem( EMPTY_STRING, XDash( XDASH_RECT, 2, nDotLen, 1, nDashLen, nD…  in ConvertLineStyle()
 
 | 
| /aoo4110/main/svx/source/dialog/ | 
| H A D | dlgctrl.cxx | 1951 void LineLB::SelectEntryByList( const XDashListSharedPtr aList, const String& rStr, const XDash& rD…  in SelectEntryByList()1957 	XDash aDash;  in SelectEntryByList()
 
 | 
| /aoo4110/main/sd/source/ui/view/ | 
| H A D | drviews9.cxx | 491 …XDash aNewDash ((XDashStyle) pStyle->GetValue (), (short) pDots->GetValue (), pDotLen->GetValue (),  in AttrExec()
 | 
| /aoo4110/main/cui/source/tabpages/ | 
| H A D | tplnedef.cxx | 104     aXDash              ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ),  in SvxLineDefTabPage()
 | 
| H A D | tpline.cxx | 159     aXDash              ( String(), XDash( XDASH_RECT, 3, 7, 2, 40, 15 ) ),  in SvxLineTabPage()
 | 
| /aoo4110/main/svx/source/sdr/primitive2d/ | 
| H A D | sdrattributecreator.cxx | 248 						const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue();  in createNewSdrLineAttribute()
 | 
| /aoo4110/main/sd/source/ui/animations/ | 
| H A D | motionpathtag.cxx | 386 	XDash aDash( XDASH_RECT, 1, 80, 1, 80, 80);  in MotionPathTag()
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | ww8graf.cxx | 228             XDash aD( XDASH_RECT, 1, 2 * nLen, 1, 5 * nLen, 5 * nLen );  in SetStdAttr()
 | 
| /aoo4110/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 1007 …rSet.Put( XLineDashItem( String(), XDash( eDash, nDots, nDotLen, nDashes, nDashLen, nDistance ) ) …  in ApplyLineAttributes()
 |