1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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 ) ;
30 Pos = MAP_APPFONT ( 6 , 3 ) ;
31 Size = MAP_APPFONT ( 248 , 8 ) ;
32 Text [ en-US ] = "Groups";
34 CheckBox BTN_PAGEBREAK
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" ;
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" ;
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" ;
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" ;
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" ;
76 HelpID = "sc:ListBox:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF";
78 Pos = MAP_APPFONT ( 20 , 127 ) ;
79 Size = MAP_APPFONT ( 231 , 90 ) ;
83 RadioButton BTN_ASCENDING
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" ;
91 RadioButton BTN_DESCENDING
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" ;
101 Pos = MAP_APPFONT ( 6 , 58 ) ;
102 Size = MAP_APPFONT ( 248 , 8 ) ;
103 Text [ en-US ] = "Sort" ;
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 ) ;
118 Pos = MAP_APPFONT ( 6 , 3 ) ;
119 Size = MAP_APPFONT ( 121 , 8 ) ;
120 Text [ en-US ] = "~Group by" ;
124 HelpId = HID_SC_SUBT_GROUP ;
126 Pos = MAP_APPFONT ( 6 , 14 ) ;
127 Size = MAP_APPFONT ( 121 , 90 ) ;
133 Pos = MAP_APPFONT ( 6 , 32 ) ;
134 Size = MAP_APPFONT ( 121 , 8 ) ;
135 Text [ en-US ] = "~Calculate subtotals for" ;
139 HelpId = HID_SC_SUBT_COLS ;
141 Pos = MAP_APPFONT ( 6 , 43 ) ;
142 Size = MAP_APPFONT ( 121 , 136 ) ;
145 FixedText FT_FUNCTIONS
147 Pos = MAP_APPFONT ( 133 , 32 ) ;
148 Size = MAP_APPFONT ( 121 , 8 ) ;
149 Text [ en-US ] = "Use ~function" ;
153 HelpId = HID_SC_SUBT_FUNC ;
155 Pos = MAP_APPFONT ( 133 , 43 ) ;
156 Size = MAP_APPFONT ( 121 , 136 ) ;
158 StringList [ en-US ] =
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 ; > ;
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
196 Size = MAP_APPFONT ( 294 , 176 ) ;
197 Text [ en-US ] = "Subtotals" ;
204 Pos = MAP_APPFONT ( 3 , 3 ) ;
205 Size = MAP_APPFONT ( 240 , 150 ) ;
210 Identifier = PAGE_GROUP1 ;
211 Text [ en-US ] = "1st Group" ;
215 Identifier = PAGE_GROUP2 ;
216 Text [ en-US ] = "2nd Group" ;
220 Identifier = PAGE_GROUP3 ;
221 Text [ en-US ] = "3rd Group" ;
225 Identifier = PAGE_OPTIONS ;
226 Text [ en-US ] = "Options" ;
230 PushButton BTN_REMOVE
232 Pos = MAP_APPFONT ( 143 , 160 ) ;
233 Size = MAP_APPFONT ( 40 , 12 ) ;
234 Text [ en-US ] = "~Delete" ;
239 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */