diff options
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-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. |