bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / src / subtdlg.src
blob0ed7ee4a01f03cb49a003b2f2d62609e22a1ef52
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "subtdlg.hrc"
22 TabPage RID_SCPAGE_SUBT_OPTIONS
24     HelpId = HID_SCPAGE_SUBT_OPTIONS ;
25     Pos = MAP_APPFONT ( 0 , 0 ) ;
26     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
27     Hide = TRUE ;
28     FixedLine FL_GROUP
29     {
30         Pos = MAP_APPFONT ( 6 , 3 ) ;
31         Size = MAP_APPFONT ( 248 , 8 ) ;
32         Text [ en-US ] = "Groups";
33     };
34     CheckBox BTN_PAGEBREAK
35     {
36         HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK";
37         Pos = MAP_APPFONT ( 12 , 14 ) ;
38         Size = MAP_APPFONT ( 239 , 10 ) ;
39         Text [ en-US ] = "~Page break between groups" ;
40         TabStop = TRUE ;
41     };
42     CheckBox BTN_CASE
43     {
44         HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE";
45         Pos = MAP_APPFONT ( 12 , 28 ) ;
46         Size = MAP_APPFONT ( 239 , 10 ) ;
47         Text [ en-US ] = "~Case sensitive" ;
48         TabStop = TRUE ;
49     };
50     CheckBox BTN_SORT
51     {
52         HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT";
53         Pos = MAP_APPFONT ( 12 , 42 ) ;
54         Size = MAP_APPFONT ( 239 , 10 ) ;
55         Text [ en-US ] = "Pre-~sort area according to groups" ;
56         TabStop = TRUE ;
57     };
58     CheckBox BTN_FORMATS
59     {
60         HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS";
61         Pos = MAP_APPFONT ( 12 , 101 ) ;
62         Size = MAP_APPFONT ( 239 , 10 ) ;
63         Text [ en-US ] = "I~nclude formats" ;
64         TabStop = TRUE ;
65     };
66     CheckBox BTN_USERDEF
67     {
68         HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_USERDEF";
69         Pos = MAP_APPFONT ( 12 , 115 ) ;
70         Size = MAP_APPFONT ( 239 , 10 ) ;
71         Text [ en-US ] = "C~ustom sort order" ;
72         TabStop = TRUE ;
73     };
74     ListBox LB_USERDEF
75     {
76         HelpID = "sc:ListBox:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF";
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 20 , 127 ) ;
79         Size = MAP_APPFONT ( 231 , 90 ) ;
80         TabStop = TRUE ;
81         DropDown = TRUE ;
82     };
83     RadioButton BTN_ASCENDING
84     {
85         HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING";
86         Pos = MAP_APPFONT ( 12 , 69 ) ;
87         Size = MAP_APPFONT ( 239 , 10 ) ;
88         Text [ en-US ] = "~Ascending" ;
89         TabStop = TRUE ;
90     };
91     RadioButton BTN_DESCENDING
92     {
93         HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING";
94         Pos = MAP_APPFONT ( 12 , 83 ) ;
95         Size = MAP_APPFONT ( 239 , 10 ) ;
96         Text [ en-US ] = "D~escending" ;
97         TabStop = TRUE ;
98     };
99     FixedLine FL_SORT
100     {
101         Pos = MAP_APPFONT ( 6 , 58 ) ;
102         Size = MAP_APPFONT ( 248 , 8 ) ;
103         Text [ en-US ] = "Sort" ;
104     };
108 TabPage RID_SUBTBASE
110      // Die Elemente haben hart vergebene Hilfe-IDs, weil automatisch generierte
111      // aus den Ableitungen nicht in der HID-Liste auftauchen wuerden
112     HelpId = HID_SCPAGE_SUBT_GROUP ;
113     Pos = MAP_APPFONT ( 0 , 0 ) ;
114     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
115     Hide = TRUE ;
116     FixedText FT_GROUP
117     {
118         Pos = MAP_APPFONT ( 6 , 3 ) ;
119         Size = MAP_APPFONT ( 121 , 8 ) ;
120         Text [ en-US ] = "~Group by" ;
121     };
122     ListBox LB_GROUP
123     {
124         HelpId = HID_SC_SUBT_GROUP ;
125         Border = TRUE ;
126         Pos = MAP_APPFONT ( 6 , 14 ) ;
127         Size = MAP_APPFONT ( 121 , 90 ) ;
128         TabStop = TRUE ;
129         DropDown = TRUE ;
130     };
131     FixedText FT_COLUMNS
132     {
133         Pos = MAP_APPFONT ( 6 , 32 ) ;
134         Size = MAP_APPFONT ( 121 , 8 ) ;
135         Text [ en-US ] = "~Calculate subtotals for" ;
136     };
137     Control WND_COLUMNS
138     {
139         HelpId = HID_SC_SUBT_COLS ;
140         Border = TRUE ;
141         Pos = MAP_APPFONT ( 6 , 43 ) ;
142         Size = MAP_APPFONT ( 121 , 136 ) ;
143         TabStop = TRUE ;
144     };
145     FixedText FT_FUNCTIONS
146     {
147         Pos = MAP_APPFONT ( 133 , 32 ) ;
148         Size = MAP_APPFONT ( 121 , 8 ) ;
149         Text [ en-US ] = "Use ~function" ;
150     };
151     ListBox LB_FUNCTIONS
152     {
153         HelpId = HID_SC_SUBT_FUNC ;
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 133 , 43 ) ;
156         Size = MAP_APPFONT ( 121 , 136 ) ;
157         TabStop = TRUE ;
158         StringList [ en-US ] =
159         {
160             < "Sum" ; Default ; > ;
161             < "Count" ; Default ; > ;
162             < "Average" ; Default ; > ;
163             < "Max" ; Default ; > ;
164             < "Min" ; Default ; > ;
165             < "Product" ; Default ; > ;
166             < "Count (numbers only)" ; Default ; > ;
167             < "StDev (Sample)" ; Default ; > ;
168             < "StDevP (Population)" ; Default ; > ;
169             < "Var (Sample)" ; Default ; > ;
170             < "VarP (Population)" ; Default ; > ;
171         };
172     };
175  // "Control" braucht immer eigene HelpId - ansonsten aus RID_SUBTBASE kopiert
177 TabPage RID_SCPAGE_SUBT_GROUP1 < RID_SUBTBASE
179     HelpId = HID_SCPAGE_SUBT_GROUP1 ;
182 TabPage RID_SCPAGE_SUBT_GROUP2 < RID_SUBTBASE
184     HelpId = HID_SCPAGE_SUBT_GROUP2 ;
187 TabPage RID_SCPAGE_SUBT_GROUP3 < RID_SUBTBASE
189     HelpId = HID_SCPAGE_SUBT_GROUP3 ;
192 TabDialog RID_SCDLG_SUBTOTALS
194     OutputSize = TRUE ;
195     SVLook = TRUE ;
196     Size = MAP_APPFONT ( 294 , 176 ) ;
197     Text [ en-US ] = "Subtotals" ;
198     Moveable = TRUE ;
199     Closeable = FALSE ;
200     TabControl 1
201     {
202         OutputSize = TRUE ;
203         SVLook = TRUE ;
204         Pos = MAP_APPFONT ( 3 , 3 ) ;
205         Size = MAP_APPFONT ( 240 , 150 ) ;
206         PageList =
207         {
208             PageItem
209             {
210                 Identifier = PAGE_GROUP1 ;
211                 Text [ en-US ] = "1st Group" ;
212             };
213             PageItem
214             {
215                 Identifier = PAGE_GROUP2 ;
216                 Text [ en-US ] = "2nd Group" ;
217             };
218             PageItem
219             {
220                 Identifier = PAGE_GROUP3 ;
221                 Text [ en-US ] = "3rd Group" ;
222             };
223             PageItem
224             {
225                 Identifier = PAGE_OPTIONS ;
226                 Text [ en-US ] = "Options" ;
227             };
228         };
229     };
230     PushButton BTN_REMOVE
231     {
232         Pos = MAP_APPFONT ( 143 , 160 ) ;
233         Size = MAP_APPFONT ( 40 , 12 ) ;
234         Text [ en-US ] = "~Delete" ;
235         TabStop = TRUE ;
236     };
239 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */