From 09ce26bb05565a1900321037d3c4e73428054442 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 7 Mar 2008 10:58:44 +0000 Subject: 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 --- sw/inc/ndtxt.hxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sw/inc/ndtxt.hxx') 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 = + + @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. -- cgit