Kaydet (Commit) 93a788e9 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS tbe7 (1.16.44); FILE MERGED

2003/08/07 12:20:10 tbe 1.16.44.2: #110559# Basic Dialog Editor: Not possible to specify state of 2 groups of radio buttons
2003/08/06 12:52:31 tbe 1.16.44.1: #111631# Dialog Editor: Wrong tab order in imported dialogs
üst 8e837a72
......@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedobj.hxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: vg $ $Date: 2003-04-11 17:39:10 $
* last change: $Author: hr $ $Date: 2003-11-05 12:40:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -79,6 +79,11 @@
#endif
#include <vector>
#include <map>
typedef ::std::multimap< sal_Int16, ::rtl::OUString, ::std::less< sal_Int16 > > IndexToNameMap;
class DlgEdForm;
......@@ -203,6 +208,9 @@ public:
virtual void SetPropsFromRect();
virtual void UpdateTabIndices();
virtual void UpdateTabOrder();
virtual void UpdateGroups();
virtual void UpdateTabOrderAndGroups();
virtual SdrObject* CheckHit(const Point& rPnt,USHORT nTol,const SetOfByte*) const;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment