summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-05-17 14:29:11 +0000
committerThomas Benisch <tbe@openoffice.org>2002-05-17 14:29:11 +0000
commit2b735db8db3efc8503fe6599f09f099e52db32d1 (patch)
treeff8f8861309b01ac691097cd6125cbc268f2fad5 /toolkit/inc/toolkit
parentc707826d199c4bdb0bbcd35374f8a84baf236aa2 (diff)
#97222# removed isShowing, isVisible, isFocusTraversable, addFocusListener, removeFocusListener
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx10
-rw-r--r--toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx12
2 files changed, 7 insertions, 15 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
index 85e6466d4b7f..34e4b4625397 100644
--- a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxaccessiblecomponent.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: fs $ $Date: 2002-05-08 15:41:59 $
+ * last change: $Author: tbe $ $Date: 2002-05-17 15:27:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,11 +155,6 @@ public:
// ::drafts::com::sun::star::accessibility::XAccessibleComponent
::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAt( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException);
::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno::RuntimeException);
- sal_Bool SAL_CALL isShowing( ) throw (::com::sun::star::uno::RuntimeException);
- sal_Bool SAL_CALL isVisible( ) throw (::com::sun::star::uno::RuntimeException);
- sal_Bool SAL_CALL isFocusTraversable( ) throw (::com::sun::star::uno::RuntimeException);
- void SAL_CALL addFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
- void SAL_CALL removeFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding( ) throw (::com::sun::star::uno::RuntimeException);
@@ -199,7 +194,6 @@ private:
Reference< XAccessibleStateSet > getAccessibleStateSet() => overload FillAccessibleStateSet( ... )
// ::drafts::com::sun::star::accessibility::XAccessibleComponent
- sal_Bool isFocusTraversable()
Any getAccessibleKeyBinding()
---------------------------------------------------------- */
diff --git a/toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx b/toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx
index a4a4a7a8e127..f8d2f023fc21 100644
--- a/toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/toolkit/inc/toolkit/controls/accessiblecontrolcontext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessiblecontrolcontext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2002-04-26 14:30:04 $
+ * last change: $Author: tbe $ $Date: 2002-05-17 15:28:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,11 +150,6 @@ namespace toolkit
// XAccessibleComponent
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAt( const ::com::sun::star::awt::Point& aPoint ) 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);
@@ -180,6 +175,9 @@ namespace toolkit
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2002/04/26 14:30:04 fs
+ * initial checkin - fallback AccessibleContext for uno controls
+ *
*
* Revision 1.0 17.04.2002 12:34:01 fs
************************************************************************/