diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:02:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:02:22 +0000 |
commit | 92a35fc8db9a6e6cb3d022a71db816f6173d91a9 (patch) | |
tree | 99c39d389946045d818268a28d9fd64dc1c335e8 /sw/source | |
parent | d31727aac641139f7086cad05a6ea0db0ca03f7a (diff) |
INTEGRATION: CWS beppec56index01_DEV300 (1.75.316); FILE MERGED
2008/01/29 10:11:17 fme 1.75.316.3: #i53420# Remove compiler wanings
2007/12/02 18:44:48 beppec56 1.75.316.2: Issue number: #i53420#
Submitted by: beppec56
Reviewed by: beppec56
Index generation: add option to chapter numbering. German strings deleted from dialogs
2007/12/02 18:28:12 beppec56 1.75.316.1: Issue number: #i53420#
Submitted by: beppec56
Reviewed by: beppec56
Index generation: add option to chapter numbering
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/index/cnttab.src | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src index fa8ec71ccae7..2df814a6e96a 100644 --- a/sw/source/ui/index/cnttab.src +++ b/sw/source/ui/index/cnttab.src @@ -4,9 +4,9 @@ * * $RCSfile: cnttab.src,v $ * - * $Revision: 1.75 $ + * $Revision: 1.76 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 13:15:31 $ + * last change: $Author: kz $ $Date: 2008-03-07 12:02:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -201,7 +201,7 @@ TabPage TP_TOX_SELECT FixedText FT_LEVEL { Pos = MAP_APPFONT ( 130 , 70 ) ; - Size = MAP_APPFONT ( 90 , 8 ) ; + Size = MAP_APPFONT ( 60 , 8 ) ; Text [ en-US ] = "Evaluate up to level"; }; NumericField NF_LEVEL @@ -766,6 +766,47 @@ TabPage TP_TOX_ENTRY < "Number range and description" ; > ; }; }; + + FixedText FT_ENTRY_NO + { + Pos = MAP_APPFONT ( 37 , 71 ) ; + Size = MAP_APPFONT ( 60, 8 ) ; + Text [ en-US ] = "Format"; + }; + ListBox LB_ENTRY_NO + { + Pos = MAP_APPFONT ( 100 , 69 ) ; + Size = MAP_APPFONT ( 93, 40 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Number" ; > ; + < "Number without separator" ; > ; + }; + }; + + FixedText FT_LEVEL_OL + { + Pos = MAP_APPFONT ( 37 , 87 ) ; + Size = MAP_APPFONT ( 60 , 8 ) ; + Text [ en-US ] = "Evaluate up to level"; + }; + NumericField NF_LEVEL_OL + { + Pos = MAP_APPFONT ( 100 , 85 ) ; + Size = MAP_APPFONT ( 20 , 12 ) ; + Border = TRUE ; + TabStop = TRUE ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = 1 ; + Maximum = 10 ; + Value = 10 ; + SpinSize = 1 ; + }; + FixedText FT_TABPOS { Pos = MAP_APPFONT ( 37 , 87 ) ; |