summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-04-23 06:50:46 +0000
committerOcke Janssen <oj@openoffice.org>2002-04-23 06:50:46 +0000
commit0a4685f697b1eb834e376bec1bfbd3775a382d2c (patch)
tree1fa47467e24005bdee83217a8f64b4f5fed90d6c /dbaccess/source
parentd9a3d117ffb94d171be6f05121e7c5cd5abc1f65 (diff)
#98286# new member methods implemented
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/dbu_resource.hrc16
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx14
2 files changed, 26 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc
index 2dad27925d15..8ec73e7d1951 100644
--- a/dbaccess/source/ui/inc/dbu_resource.hrc
+++ b/dbaccess/source/ui/inc/dbu_resource.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbu_resource.hrc,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: oj $ $Date: 2002-03-21 12:53:12 $
+ * last change: $Author: oj $ $Date: 2002-04-23 07:50:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -460,6 +460,8 @@
#define STR_QUERY_DROP_ALL RID_STRING_START + 194
#define STR_COLUMN_UNKNOWN RID_STRING_START + 195
#define STR_ERR_LIKE_COLUMN RID_STRING_START + 196
+#define STR_DATASOURCE_GRIDCONTROL_NAME RID_STRING_START + 197
+#define STR_DATASOURCE_GRIDCONTROL_DESC RID_STRING_START + 198
//========================================================================
@@ -481,10 +483,20 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+<<<<<<< dbu_resource.hrc
+ * Revision 1.68 2002/03/21 12:53:12 oj
+ * #96780# new strings for error messages
+ *
* Revision 1.67 2002/03/21 07:16:02 oj
* #95144# enable create button again when on firstpage
*
* Revision 1.66 2002/02/06 07:23:39 oj
+=======
+ * Revision 1.64.8.2 2002/04/23 07:48:49 oj
+ * #98286# new member methods implemented
+ *
+ * Revision 1.64.8.1 2002/02/06 07:37:14 oj
+>>>>>>> 1.64.8.2
* #96957# new handling inserted for context menu and accessibility
*
* Revision 1.65 2002/01/24 17:38:31 fs
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx
index fbfab7bbef73..046564de3fd9 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbagrid.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2001-10-26 12:55:08 $
+ * last change: $Author: oj $ $Date: 2002-04-23 07:48:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -306,6 +306,16 @@ namespace dbaui
HeaderBar* GetHeaderBar() const { return FmGridControl::GetHeaderBar(); }
+ /** return the description of the specified object.
+ @param eObjType
+ The type to ask for
+ @param _nPosition
+ The position of a tablecell (index position), header bar colum/row cell
+ @return
+ The description of the specified object.
+ */
+ virtual ::rtl::OUString GetAccessibleDescription( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const;
+
protected:
// DragSourceHelper overridables
virtual void StartDrag( sal_Int8 _nAction, const Point& _rPosPixel );