summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/sbagrid.hxx
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/ui/inc/sbagrid.hxx
parentd9a3d117ffb94d171be6f05121e7c5cd5abc1f65 (diff)
#98286# new member methods implemented
Diffstat (limited to 'dbaccess/source/ui/inc/sbagrid.hxx')
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx14
1 files changed, 12 insertions, 2 deletions
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 );