diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:51:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:51:24 +0000 |
commit | ae61ba69e744b9f44190732463f9f35a53dc2ab1 (patch) | |
tree | d859022b0335ba2ad7c2278e474d1d523eede7f2 /starmath/source/accessibility.hxx | |
parent | 603a22d396e05960586403717c608500dff03f56 (diff) |
INTEGRATION: CWS os100 (1.19.24); FILE MERGED
2007/07/13 15:48:19 os 1.19.24.1: #i65257# text import API extended
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r-- | starmath/source/accessibility.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index e5f9964b0d55..0b7cf574f8d5 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -4,9 +4,9 @@ * * $RCSfile: accessibility.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2007-05-25 12:11:15 $ + * last change: $Author: obo $ $Date: 2007-07-18 12:51:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -300,6 +300,11 @@ public: virtual USHORT GetDepth( USHORT nPara ) const; virtual sal_Bool SetDepth( USHORT nPara, USHORT nNewDepth ); + + virtual const SfxItemSet* GetEmptyItemSetPtr(); + // implementation functions for XParagraphAppend and XTextPortionAppend + virtual void AppendParagraph(); + virtual xub_StrLen AppendTextPortion( USHORT nPara, const String &rText, const SfxItemSet &rSet ); }; |