summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-10-30 09:00:34 +0000
committerAndreas Martens <ama@openoffice.org>2000-10-30 09:00:34 +0000
commit1d10fb1197ea93f3532726c55ddd5a0eaa9ed944 (patch)
tree0f36d79418d328340a5a7d6f939f122a64f2a2dd /sw/source/core/text/portxt.hxx
parent8111e2614829e006a6ddb864a89b533527fa8f17 (diff)
New: Text adjustment in multiportions
Diffstat (limited to 'sw/source/core/text/portxt.hxx')
-rw-r--r--sw/source/core/text/portxt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portxt.hxx b/sw/source/core/text/portxt.hxx
index aff9a67d98e5..97a65a5c79f0 100644
--- a/sw/source/core/text/portxt.hxx
+++ b/sw/source/core/text/portxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: portxt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:26 $
+ * last change: $Author: ama $ $Date: 2000-10-30 10:00:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,10 +99,10 @@ public:
virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
virtual short GetEscapement() const;
+ virtual long CalcSpacing( short nSpaceAdd, const SwTxtSizeInfo &rInf ) const;
// zaehlt die Spaces fuer Blocksatz
xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf, xub_StrLen& rCnt ) const;
- long CalcSpacing( short nSpaceAdd, const SwTxtSizeInfo &rInf ) const;
xub_StrLen GetCrsrOfst( const KSHORT nOfst, SwTxtSizeInfo &rSizeInf ) const;
sal_Bool IsHyphenate( SwTxtFormatInfo &rInf, SwTxtGuess &rGuess );