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"
23 // Die Elemente haben hart vergebene Hilfe-IDs, weil automatisch generierte
24 // aus den Ableitungen nicht in der HID-Liste auftauchen wuerden
25 HelpId = HID_SCPAGE_SUBT_GROUP ;
26 Pos = MAP_APPFONT ( 0 , 0 ) ;
27 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31 Pos = MAP_APPFONT ( 6 , 3 ) ;
32 Size = MAP_APPFONT ( 121 , 8 ) ;
33 Text [ en-US ] = "~Group by" ;
37 HelpId = HID_SC_SUBT_GROUP ;
39 Pos = MAP_APPFONT ( 6 , 14 ) ;
40 Size = MAP_APPFONT ( 121 , 90 ) ;
46 Pos = MAP_APPFONT ( 6 , 32 ) ;
47 Size = MAP_APPFONT ( 121 , 8 ) ;
48 Text [ en-US ] = "~Calculate subtotals for" ;
52 HelpId = HID_SC_SUBT_COLS ;
54 Pos = MAP_APPFONT ( 6 , 43 ) ;
55 Size = MAP_APPFONT ( 121 , 136 ) ;
58 FixedText FT_FUNCTIONS
60 Pos = MAP_APPFONT ( 133 , 32 ) ;
61 Size = MAP_APPFONT ( 121 , 8 ) ;
62 Text [ en-US ] = "Use ~function" ;
66 HelpId = HID_SC_SUBT_FUNC ;
68 Pos = MAP_APPFONT ( 133 , 43 ) ;
69 Size = MAP_APPFONT ( 121 , 136 ) ;
71 StringList [ en-US ] =
73 < "Sum" ; Default ; > ;
74 < "Count" ; Default ; > ;
75 < "Average" ; Default ; > ;
76 < "Max" ; Default ; > ;
77 < "Min" ; Default ; > ;
78 < "Product" ; Default ; > ;
79 < "Count (numbers only)" ; Default ; > ;
80 < "StDev (Sample)" ; Default ; > ;
81 < "StDevP (Population)" ; Default ; > ;
82 < "Var (Sample)" ; Default ; > ;
83 < "VarP (Population)" ; Default ; > ;
88 // "Control" braucht immer eigene HelpId - ansonsten aus RID_SUBTBASE kopiert
90 TabPage RID_SCPAGE_SUBT_GROUP1 < RID_SUBTBASE
92 HelpId = HID_SCPAGE_SUBT_GROUP1 ;
95 TabPage RID_SCPAGE_SUBT_GROUP2 < RID_SUBTBASE
97 HelpId = HID_SCPAGE_SUBT_GROUP2 ;
100 TabPage RID_SCPAGE_SUBT_GROUP3 < RID_SUBTBASE
102 HelpId = HID_SCPAGE_SUBT_GROUP3 ;
105 TabDialog RID_SCDLG_SUBTOTALS
109 Size = MAP_APPFONT ( 294 , 176 ) ;
110 Text [ en-US ] = "Subtotals" ;
117 Pos = MAP_APPFONT ( 3 , 3 ) ;
118 Size = MAP_APPFONT ( 240 , 150 ) ;
123 Identifier = PAGE_GROUP1 ;
124 Text [ en-US ] = "1st Group" ;
128 Identifier = PAGE_GROUP2 ;
129 Text [ en-US ] = "2nd Group" ;
133 Identifier = PAGE_GROUP3 ;
134 Text [ en-US ] = "3rd Group" ;
138 Identifier = PAGE_OPTIONS ;
139 Text [ en-US ] = "Options" ;
143 PushButton BTN_REMOVE
145 Pos = MAP_APPFONT ( 143 , 160 ) ;
146 Size = MAP_APPFONT ( 40 , 12 ) ;
147 Text [ en-US ] = "~Delete" ;
152 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */