diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-08-02 10:36:24 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-08-02 10:36:24 +0000 |
commit | 42dc7153ca12487fc758ba04f61c16974025fef8 (patch) | |
tree | 5697018cddced3b80e775d793228be21850e3c3e /starmath/source/accessibility.hxx | |
parent | bbdb581c4939c9906e0b85bbb98ea1b6da7ff847 (diff) |
#101003# Added GetAttributeRun
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r-- | starmath/source/accessibility.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 3efc2536b51e..74385490281e 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -2,9 +2,9 @@ * * $RCSfile: accessibility.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tl $ $Date: 2002-07-31 08:27:25 $ + * last change: $Author: thb $ $Date: 2002-08-02 11:36:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -300,6 +300,7 @@ public: virtual OutputDevice* GetRefDevice() const; virtual sal_Bool GetIndexAtPoint( const Point&, USHORT& nPara, USHORT& nIndex ) const; virtual sal_Bool GetWordIndices( USHORT nPara, USHORT nIndex, USHORT& nStart, USHORT& nEnd ) const; + virtual sal_Bool GetAttributeRun( USHORT& nStartIndex, USHORT& nEndIndex, USHORT nPara, USHORT nIndex ) const; virtual USHORT GetLineCount( USHORT nPara ) const; virtual USHORT GetLineLen( USHORT nPara, USHORT nLine ) const; virtual sal_Bool Delete( const ESelection& ); |