xref: /aoo4110/main/sc/source/ui/inc/subtdlg.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "sc.hrc"
25
26/*
27#define RID_SCDLG_SUBTOTALS 256
28#define RID_SCPAGE_SUBT_GROUP 256
29#define RID_SCPAGE_SUBT_OPTIONS 257
30*/
31
32// TabDialog
33#define BTN_REMOVE			1
34#define PAGE_GROUP1         2
35#define PAGE_GROUP2         3
36#define PAGE_GROUP3         4
37#define PAGE_OPTIONS        5
38
39// Gruppen TabPages
40#define FT_GROUP            10
41#define LB_GROUP            11
42#define FT_COLUMNS          12
43#define WND_COLUMNS         13
44#define LB_FUNCTIONS        14
45#define FT_FUNCTIONS        15
46
47// Optionen TabPage
48#define FL_GROUP            20
49#define BTN_PAGEBREAK       21
50#define BTN_CASE            22
51#define BTN_SORT            23
52
53#define FL_SORT             30
54#define BTN_ASCENDING       31
55#define BTN_DESCENDING      32
56#define BTN_FORMATS         33
57#define BTN_USERDEF         34
58#define LB_USERDEF          35
59
60
61