summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/sbagrid.hxx
diff options
context:
space:
mode:
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 );