summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-06-27 12:45:16 +0000
committerThomas Lange <tl@openoffice.org>2002-06-27 12:45:16 +0000
commitd820af49ca96ff523239efc580e13e30f167ab78 (patch)
tree4e0a2ead3cee1f695acc40b80c455bd23128bd42 /starmath/source/accessibility.hxx
parent8185a3b95ba99062c478a4c6cb5f0b685e880443 (diff)
#100802# applied API changes for accessibility in Math
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r--starmath/source/accessibility.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index aa063e59ce21..5d34049cc0e7 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibility.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-06-24 13:36:20 $
+ * last change: $Author: tl $ $Date: 2002-06-27 13:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _ACCESSIBILITY_HXX_
#define _ACCESSIBILITY_HXX_
+//#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_
+//#include <com/sun/star/lang/XComponent.hpp>
+//#endif
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
#include <drafts/com/sun/star/accessibility/XAccessible.hpp>
#endif
@@ -200,6 +203,7 @@ public:
// XAccessibleText
virtual sal_Int32 SAL_CALL getCaretPosition( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void setCaretPosition ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);