From 1e79fcc53edcc1adb252c370c64d7337ae4c4f54 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 25 Mar 2004 11:53:13 +0000 Subject: INTEGRATION: CWS tabstops (1.3.466); FILE MERGED 2003/11/28 12:33:25 fme 1.3.466.1: #114143# Tab stop compatibility --- sw/source/core/text/portab.hxx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'sw/source/core/text/portab.hxx') diff --git a/sw/source/core/text/portab.hxx b/sw/source/core/text/portab.hxx index c383d8d67e69..29a75a4bf243 100644 --- a/sw/source/core/text/portab.hxx +++ b/sw/source/core/text/portab.hxx @@ -2,9 +2,9 @@ * * $RCSfile: portab.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fme $ $Date: 2002-02-28 12:42:19 $ + * last change: $Author: kz $ $Date: 2004-03-25 12:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,22 @@ public: OUTPUT_OPERATOR }; + +/************************************************************************* + * class SwAutoTabDecimalPortion + *************************************************************************/ + +class SwAutoTabDecimalPortion : public SwTabDecimalPortion +{ +public: + inline SwAutoTabDecimalPortion( const KSHORT nTabPos, const xub_Unicode cTab, + const xub_Unicode cFill = '\0' ) + : SwTabDecimalPortion( nTabPos, cTab, cFill ) + { SetLen( 0 ); } + virtual void Paint( const SwTxtPaintInfo &rInf ) const; +}; + + CLASSIO( SwTabPortion ) CLASSIO( SwTabLeftPortion ) CLASSIO( SwTabRightPortion ) -- cgit v1.2.3