summaryrefslogtreecommitdiff
path: root/svx/source/inc/GraphCtlAccessibleContext.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-10-23 08:48:39 +0000
committerAndre Fischer <af@openoffice.org>2002-10-23 08:48:39 +0000
commitd6b6288af0cde955b1fcacf8a46999ecd212f46d (patch)
treed52ba3b84fb26605f25e60268d87e09f8502cdba /svx/source/inc/GraphCtlAccessibleContext.hxx
parent1dddbb815ccc466b0f1ebc3c5d2ad8e752ded695 (diff)
#104426# XAccessible(Extended)Component reorganization changes.
Diffstat (limited to 'svx/source/inc/GraphCtlAccessibleContext.hxx')
-rw-r--r--svx/source/inc/GraphCtlAccessibleContext.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx
index 0643c0f4c820..04b1258ca878 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: GraphCtlAccessibleContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: af $ $Date: 2002-09-12 09:43:17 $
+ * last change: $Author: af $ $Date: 2002-10-23 09:44:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,14 +196,18 @@ public:
virtual ::com::sun::star::awt::Point SAL_CALL getLocation() throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen() throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Size SAL_CALL getSize() throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL isShowing() throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL isVisible() throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL isFocusTraversable() throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL grabFocus() throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding() throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getForeground (void)
+ throw (::com::sun::star::uno::RuntimeException);
+
+ virtual sal_Int32 SAL_CALL getBackground (void)
+ throw (::com::sun::star::uno::RuntimeException);
+
+
//===== XAccessibleContext ==============================================
virtual long SAL_CALL getAccessibleChildCount (void) throw (::com::sun::star::uno::RuntimeException);