Kaydet (Commit) 4017d090 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS os100 (1.6.18); FILE MERGED

2007/07/10 14:07:56 os 1.6.18.1: #i65257# text append interfaces
üst 7682591c
......@@ -4,9 +4,9 @@
*
* $RCSfile: unoedprx.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: hr $ $Date: 2007-06-27 18:24:55 $
* last change: $Author: obo $ $Date: 2007-07-18 13:06:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -95,6 +95,13 @@ 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
// (not needed for accessibility, only for new import API)
virtual void AppendParagraph();
virtual xub_StrLen AppendTextPortion( USHORT nPara, const String &rText, const SfxItemSet &rSet );
void SetForwarder( SvxTextForwarder& );
sal_Bool HaveImageBullet( USHORT nPara ) const;
sal_Bool HaveTextBullet( USHORT nPara ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment