diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:59:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:59:00 +0000 |
commit | 9a0fff8de299974ab48785b3e42efdad0bca3ea8 (patch) | |
tree | 4dd38118245c503e71926c30800451e2cef025a2 /sw/inc/tox.hxx | |
parent | 378b60513104ca9f77bdfcbc4a82c7f821877bc7 (diff) |
INTEGRATION: CWS beppec56index01_DEV300 (1.18.110); FILE MERGED
2007/12/02 18:28:10 beppec56 1.18.110.1: Issue number: #i53420#
Submitted by: beppec56
Reviewed by: beppec56
Index generation: add option to chapter numbering
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 054fd6361e..0fb04db991 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tox.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:13:47 $ + * last change: $Author: kz $ $Date: 2008-03-07 11:59:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -231,6 +231,7 @@ struct SW_DLLPUBLIC SwFormToken USHORT nPoolId; SvxTabAdjust eTabAlign; USHORT nChapterFormat; //SwChapterFormat; + USHORT nOutlineLevel;//the maximum permitted outline level in numbering USHORT nAuthorityField; //enum ToxAuthorityField sal_Unicode cTabFillChar; sal_Bool bWithTab; // TRUE: do generate tab @@ -243,6 +244,7 @@ struct SW_DLLPUBLIC SwFormToken nPoolId(USHRT_MAX), eTabAlign( SVX_TAB_ADJUST_LEFT ), nChapterFormat(0 /*CF_NUMBER*/), + nOutlineLevel(MAXLEVEL), //default to maximum outline level nAuthorityField(0 /*AUTH_FIELD_IDENTIFIER*/), cTabFillChar(' '), bWithTab(sal_True) // #i21237# |