diff options
author | Michael Brauer <mib@openoffice.org> | 2002-06-28 06:19:36 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-06-28 06:19:36 +0000 |
commit | d230f110dc08479a3b23137cb92fa9a85601cff4 (patch) | |
tree | d705a1f62028f9a53fdadeab99f856ecdfa57f53 /sw/source/core/access/accpara.hxx | |
parent | 7165114248e185c57d704db4334f1f66eeceea40 (diff) |
#100800#: setCaretPosition
Diffstat (limited to 'sw/source/core/access/accpara.hxx')
-rw-r--r-- | sw/source/core/access/accpara.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/access/accpara.hxx b/sw/source/core/access/accpara.hxx index 66af04dc47..fa70816ab1 100644 --- a/sw/source/core/access/accpara.hxx +++ b/sw/source/core/access/accpara.hxx @@ -2,9 +2,9 @@ * * $RCSfile: accpara.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: mib $ $Date: 2002-05-27 12:34:44 $ + * last change: $Author: mib $ $Date: 2002-06-28 07:19:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -305,6 +305,7 @@ public: //===== XAccesibleText ================================================== virtual sal_Int32 SAL_CALL getCaretPosition( ) throw (::com::sun::star::uno::RuntimeException); + virtual sal_Bool SAL_CALL 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); |