From bbb08df9767e0d6599929e72283caf731280c54c Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Wed, 27 Feb 2002 16:28:54 +0000 Subject: #95586# added support for selection and character bounds --- sw/source/core/access/accpara.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sw/source/core/access/accpara.hxx') diff --git a/sw/source/core/access/accpara.hxx b/sw/source/core/access/accpara.hxx index 79294a316290..787070aa11f8 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mib $ $Date: 2002-02-20 17:55:57 $ + * last change: $Author: dvo $ $Date: 2002-02-27 17:28:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,7 @@ class SwTxtFrm; class SwTxtNode; +class SwPaM; class SwAccessiblePortionData; namespace rtl { class OUString; } namespace com { namespace sun { namespace star { @@ -104,6 +105,9 @@ class SwAccessibleParagraph : public SwAccessibleContext, /// get the (accessible) text string (requires frame; check before) rtl::OUString GetString(); + /// determine whether the current selection. Fill the values with + /// -1 if there is no selection in the this paragraph + sal_Bool GetSelection(sal_Int32& nStart, sal_Int32& nEnd); public: -- cgit v1.2.3