diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:18 +0000 |
commit | 961e07f760b96d9602430d51385499d39918b165 (patch) | |
tree | 920ec18a65e7462d1916431529a657ce8bbc733c /sw/inc/numrule.hxx | |
parent | 741b57fef53aacb8a0836e9f7ac7c53548a4948e (diff) |
INTEGRATION: CWS swcrossref01_DEV300 (1.30.164); FILE MERGED
2007/12/03 09:23:15 od 1.30.164.4: RESYNC: (1.31-1.33); FILE MERGED
2007/10/01 11:10:13 od 1.30.164.3: RESYNC: (1.30-1.31); FILE MERGED
2007/09/28 10:01:56 od 1.30.164.2: #i81002# method <SwNumRule::MakeRefNumString(..)> now constant
2007/09/17 12:07:34 od 1.30.164.1: #i81002# class <SwNumRule>
- new method <MakeRefNumString(..)> to provide reference numbering string
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index deec7829c617..689ead74eed1 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -4,9 +4,9 @@ * * $RCSfile: numrule.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: vg $ $Date: 2007-10-22 15:06:33 $ + * last change: $Author: obo $ $Date: 2008-02-26 10:31:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -227,6 +227,11 @@ public: const BOOL bOnlyArabic = FALSE, const unsigned int _nRestrictToThisLevel = MAXLEVEL ) const; // <-- + // --> OD 2007-08-24 #i81002# + String MakeRefNumString( const SwNodeNum& rNodeNum, + const bool bInclSuperiorNumLabels = false, + const sal_uInt8 nRestrictInclToThisLevel = 0 ) const; + // <-- /** Returns list of associated text nodes. |