summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableGrantCtrl.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-19 11:55:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-19 11:55:09 +0000
commitc4daed0ea6cac356af7fc884523d65baffc3c9f7 (patch)
treec4ca5c56ce0ebefb46337a6094bc73666575e9e2 /dbaccess/source/ui/inc/TableGrantCtrl.hxx
parentb5e09aac1c1231986923ab27e3f101412830dfd9 (diff)
INTEGRATION: CWS dba05 (1.5.78); FILE MERGED
2003/05/13 09:39:50 oj 1.5.78.2: remove drafts 2003/05/12 10:12:26 oj 1.5.78.1: #109428# add accessible checbox
Diffstat (limited to 'dbaccess/source/ui/inc/TableGrantCtrl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableGrantCtrl.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableGrantCtrl.hxx b/dbaccess/source/ui/inc/TableGrantCtrl.hxx
index 5d6d04531d1b..bb28df6bcd96 100644
--- a/dbaccess/source/ui/inc/TableGrantCtrl.hxx
+++ b/dbaccess/source/ui/inc/TableGrantCtrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableGrantCtrl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-04-09 07:43:12 $
+ * last change: $Author: vg $ $Date: 2003-05-19 12:55:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,6 +115,16 @@ public:
void setORB(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _xORB);
virtual void Init();
+
+ // IAccessibleTableProvider
+ /** Creates the accessible object of a data table cell.
+ @param nRow The row index of the cell.
+ @param nColumnId The column ID of the cell.
+ @return The XAccessible interface of the specified cell. */
+ virtual ::com::sun::star::uno::Reference<
+ ::com::sun::star::accessibility::XAccessible >
+ CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId );
+
protected:
virtual void Resize();