diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:58:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:58:44 +0000 |
commit | 09ce26bb05565a1900321037d3c4e73428054442 (patch) | |
tree | 45ab5ef0b684e9688a140017de1dc9e81f111170 /sw/inc/ndtxt.hxx | |
parent | 4bf12db1f31e96685ec6812eb593ec1b4ce3268c (diff) |
INTEGRATION: CWS beppec56index01_DEV300 (1.51.58); FILE MERGED
2008/01/29 09:57:26 fme 1.51.58.2: #i53420# Remove compiler wanings
2007/12/02 18:28:10 beppec56 1.51.58.1: Issue number: #i53420#
Submitted by: beppec56
Reviewed by: beppec56
Index generation: add option to chapter numbering
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 91a3b2d5b297..4bc40236a10e 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndtxt.hxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:50:10 $ + * last change: $Author: kz $ $Date: 2008-03-07 11:58:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -425,8 +425,13 @@ public: @param _bInclPrefixAndSuffixStrings optional input parameter - boolean indicating, if the prefix and the suffix strings have to been included or not. default value = <true> + + @param _nRestrictToThisLevel + optional input parameter - unsigned integer indicating the maximum outline + level to which the output string must be restricted to. Default value is + MAXLEVEL */ - XubString GetNumString( const bool _bInclPrefixAndSuffixStrings = true ) const; + XubString GetNumString( const bool _bInclPrefixAndSuffixStrings = true, const unsigned int _nRestrictToThisLevel = MAXLEVEL ) const; /** Returns the additional indents of this text node and its numbering. |