diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:05:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:05:06 +0000 |
commit | 9faa0684cb0b8f99db43c8d98f4797ccc9c2ca0d (patch) | |
tree | 28c47ff989f48499a8ec2b2ac564d7e114bf0db1 /svx/inc/svxrtf.hxx | |
parent | 29bf2365593654004b05afe4ac23e7811b976dda (diff) |
INTEGRATION: CWS traleefilterteam20 (1.12.6); FILE MERGED
2004/01/22 14:07:48 cmc 1.12.6.1: #i15020# add handy virtual methods to base rtf parser
Diffstat (limited to 'svx/inc/svxrtf.hxx')
-rw-r--r-- | svx/inc/svxrtf.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/svxrtf.hxx b/svx/inc/svxrtf.hxx index ebb712ccc30a..7d9ed9c183f7 100644 --- a/svx/inc/svxrtf.hxx +++ b/svx/inc/svxrtf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svxrtf.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2003-12-09 12:20:09 $ + * last change: $Author: hr $ $Date: 2004-02-04 12:05:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -298,6 +298,11 @@ class SvxRTFParser : public SvRTFParser void BuildWhichTbl(); protected: + virtual void EnterEnvironment(); + virtual void LeaveEnvironment(); + virtual void ResetPard(); + virtual void InsertPara() = 0; + String& DelCharAtEnd( String& rStr, const sal_Unicode cDel ); @@ -325,7 +330,6 @@ protected: void SetAllAttrOfStk(); // end all Attr. and set it into doc - virtual void InsertPara() = 0; virtual void InsertText() = 0; virtual void MovePos( int bForward = TRUE ) = 0; virtual void SetEndPrevPara( SvxNodeIdx*& rpNodePos, |