summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-07-04 07:17:31 +0000
committerSascha Ballach <sab@openoffice.org>2002-07-04 07:17:31 +0000
commitc3913d77774c4aa86b275963404df323ed3a5b94 (patch)
tree6ac7d010a3d5bcd838b9d4ab4d4a82193a46aa0c /sc/source/ui/inc/AccessiblePageHeaderArea.hxx
parent1498bc5a8607203820bcc24b7e32eeef7baa07c4 (diff)
#99771#; add createAccessibleName, createAccessibleDescription, getBoundingBox and getBoundingBoxOnScreen
Diffstat (limited to 'sc/source/ui/inc/AccessiblePageHeaderArea.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePageHeaderArea.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
index a4bdb6568bc9..16927b19f86e 100644
--- a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
+++ b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageHeaderArea.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2002-05-24 15:11:15 $
+ * last change: $Author: sab $ $Date: 2002-07-04 08:17:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,13 @@ public:
getImplementationId(void)
throw (::com::sun::star::uno::RuntimeException);
+protected:
+ virtual ::rtl::OUString SAL_CALL createAccessibleDescription(void) throw(::com::sun::star::uno::RuntimeException);
+ virtual ::rtl::OUString SAL_CALL createAccessibleName(void) throw (::com::sun::star::uno::RuntimeException);
+
+ virtual Rectangle GetBoundingBoxOnScreen(void) const throw(::com::sun::star::uno::RuntimeException);
+ virtual Rectangle GetBoundingBox(void) const throw (::com::sun::star::uno::RuntimeException);
+
private:
EditTextObject* mpEditObj;
accessibility::AccessibleTextHelper* mpTextHelper;