summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-10-30 11:51:04 +0000
committerjp <jp@openoffice.org>2000-10-30 11:51:04 +0000
commit55db9cd721d46ea1ac95531088a564cf64272404 (patch)
treef0819b89b529908bd59984771523c974acb1c0bc /sw/inc/txtatr.hxx
parent7041e60fe0d1635a97cdf17d5dac747d6bae48e4 (diff)
new: EmphasisItem
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx19
1 files changed, 17 insertions, 2 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index 3c622cc9255b..3e3d8015bf00 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtatr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-10-23 11:58:55 $
+ * last change: $Author: jp $ $Date: 2000-10-30 12:49:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -462,6 +462,21 @@ public:
xub_StrLen nStart, xub_StrLen nEnd );
};
+// EMPHASIS_MARK ************************************************************
+
+class SwTxtEmphasisMark : public SwTxtAttrEnd
+{
+ // Hier merkt es sich das SV-Attribut Weight aus dem Font.
+ FontEmphasisMark ePrevEmphasis;
+public:
+ SwTxtEmphasisMark( const SvxEmphasisMarkItem& rAttr,
+ xub_StrLen nStart, xub_StrLen nEnd );
+
+ virtual void ChgFnt(SwFont *);
+ virtual void RstFnt(SwFont *);
+ virtual void ChgTxtAttr( SwTxtAttr & );
+ virtual void RstTxtAttr( SwTxtAttr & );
+};
// --------------- Inline Implementierungen ------------------------