diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:12:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:12:28 +0000 |
commit | 83abd3d77518b1e0fc32e487307ec5f81e65c8a3 (patch) | |
tree | 6f131e41dfe362e2b502bbdc04653cac5993fbc5 /sw | |
parent | 62f2fef5b16d7433e038f810b95725b10fb32929 (diff) |
INTEGRATION: CWS sw30bf08 (1.58.32); FILE MERGED
2008/07/09 06:50:05 od 1.58.32.2: RESYNC: (1.58-1.59); FILE MERGED
2008/07/01 09:40:48 od 1.58.32.1: #i91133# class <SwTxtNode>
- new method <GetLeftMarginForTabCalculation()>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndtxt.hxx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 72d60a1e07f0..5d133ccd7517 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ndtxt.hxx,v $ - * $Revision: 1.59 $ + * $Revision: 1.60 $ * * This file is part of OpenOffice.org. * @@ -450,6 +450,16 @@ public: */ BOOL GetFirstLineOfsWithNum( short& rFirstOffset ) const; + /** return left margin for tab stop position calculation + + OD 2008-06-30 #i91133# + Needed for text formatting + Method considers new list level attributes, which also can provide a left margin value + + @author OD + */ + long GetLeftMarginForTabCalculation() const; + /** -> #i29560 Returns if this text node has a number. |