xref: /aoo41x/main/sc/source/ui/dbgui/pvfundlg.hrc (revision a5ae5a41)
1*a5ae5a41SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a5ae5a41SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a5ae5a41SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a5ae5a41SAndrew Rist * distributed with this work for additional information
6*a5ae5a41SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a5ae5a41SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a5ae5a41SAndrew Rist * "License"); you may not use this file except in compliance
9*a5ae5a41SAndrew Rist * with the License.  You may obtain a copy of the License at
10*a5ae5a41SAndrew Rist *
11*a5ae5a41SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a5ae5a41SAndrew Rist *
13*a5ae5a41SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a5ae5a41SAndrew Rist * software distributed under the License is distributed on an
15*a5ae5a41SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a5ae5a41SAndrew Rist * KIND, either express or implied.  See the License for the
17*a5ae5a41SAndrew Rist * specific language governing permissions and limitations
18*a5ae5a41SAndrew Rist * under the License.
19*a5ae5a41SAndrew Rist *
20*a5ae5a41SAndrew Rist *************************************************************/
21*a5ae5a41SAndrew Rist
22*a5ae5a41SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "sc.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// RID_SCDLG_DPDATAFIELD - DataPilot Data Field Function
27cdf0e10cSrcweir// RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define BTN_OK          1
30cdf0e10cSrcweir#define BTN_CANCEL      2
31cdf0e10cSrcweir#define BTN_HELP        3
32cdf0e10cSrcweir#define BTN_MORE        4
33cdf0e10cSrcweir#define BTN_OPTIONS     5
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define RB_NONE         1
36cdf0e10cSrcweir#define RB_AUTO         2
37cdf0e10cSrcweir#define RB_USER         3
38cdf0e10cSrcweir#define RB_SORT_ASC     4
39cdf0e10cSrcweir#define RB_SORT_DESC    5
40cdf0e10cSrcweir#define RB_SORT_MAN     6
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define FL_FUNC         1
43cdf0e10cSrcweir#define FL_DISPLAY      2
44cdf0e10cSrcweir#define FL_SORT_BY      3
45cdf0e10cSrcweir#define FL_LAYOUT       4
46cdf0e10cSrcweir#define FL_AUTOSHOW     5
47cdf0e10cSrcweir#define FL_HIDE         6
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define LB_FUNC         1
50cdf0e10cSrcweir#define LB_TYPE         2
51cdf0e10cSrcweir#define LB_BASEFIELD    3
52cdf0e10cSrcweir#define LB_BASEITEM     4
53cdf0e10cSrcweir#define LB_SORT_BY      5
54cdf0e10cSrcweir#define LB_LAYOUT       6
55cdf0e10cSrcweir#define LB_SHOW_FROM    7
56cdf0e10cSrcweir#define LB_SHOW_USING   8
57cdf0e10cSrcweir#define LB_HIERARCHY    9
58cdf0e10cSrcweir#define LB_DIMS         10
59cdf0e10cSrcweir
60cdf0e10cSrcweir#define FT_NAMELABEL    1
61cdf0e10cSrcweir#define FT_NAME         2
62cdf0e10cSrcweir#define FT_TYPE         3
63cdf0e10cSrcweir#define FT_BASEFIELD    4
64cdf0e10cSrcweir#define FT_BASEITEM     5
65cdf0e10cSrcweir#define FT_LAYOUT       6
66cdf0e10cSrcweir#define FT_SHOW         7
67cdf0e10cSrcweir#define FT_SHOW_FROM    8
68cdf0e10cSrcweir#define FT_SHOW_USING   9
69cdf0e10cSrcweir#define FT_HIERARCHY    10
70cdf0e10cSrcweir#define FT_DIMS         11
71cdf0e10cSrcweir
72cdf0e10cSrcweir#define CB_SHOWALL		1
73cdf0e10cSrcweir#define CB_LAYOUT_EMPTY 2
74cdf0e10cSrcweir#define CB_SHOW         3
75cdf0e10cSrcweir
76cdf0e10cSrcweir#define NF_SHOW         1
77cdf0e10cSrcweir
78cdf0e10cSrcweir#define CT_HIDE         1
79cdf0e10cSrcweir
80