diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 12:00:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 12:00:46 +0000 |
commit | 5bee76510f644f95d7d4982b2c13257a0fc7e711 (patch) | |
tree | 00072a685e928deceae1f722c91a4fd8c73a3478 /starmath | |
parent | 8239e89fd0904bda4bac8bbfaa2ce27e95dee4fa (diff) |
INTEGRATION: CWS xmlfilter05 (1.21.10); FILE MERGED
2008/06/16 08:47:47 dr 1.21.10.3: RESYNC: (1.22-1.23); FILE MERGED
2008/05/19 12:03:53 hbrinkm 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED
2008/05/06 11:34:41 hbrinkm 1.21.10.1: ex-pure virtual functions had to be implemented
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/accessibility.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 85427a3e143d..0e12425bf15c 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accessibility.hxx,v $ - * $Revision: 1.23 $ + * $Revision: 1.24 $ * * This file is part of OpenOffice.org. * @@ -227,6 +227,7 @@ public: virtual SfxItemSet GetAttribs( const ESelection& rSel, BOOL bOnlyHardAttrib = EditEngineAttribs_All ) const; virtual SfxItemSet GetParaAttribs( USHORT nPara ) const; virtual void SetParaAttribs( USHORT nPara, const SfxItemSet& rSet ); + virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich ); virtual void GetPortions( USHORT nPara, SvUShorts& rList ) const; virtual USHORT GetItemState( const ESelection& rSel, USHORT nWhich ) const; @@ -266,6 +267,8 @@ public: // implementation functions for XParagraphAppend and XTextPortionAppend virtual void AppendParagraph(); virtual xub_StrLen AppendTextPortion( USHORT nPara, const String &rText, const SfxItemSet &rSet ); + + virtual void CopyText(const SvxTextForwarder& rSource); }; |