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// RID_SCDLG_DPDATAFIELD - DataPilot Data Field Function 27// RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals 28 29#define BTN_OK 1 30#define BTN_CANCEL 2 31#define BTN_HELP 3 32#define BTN_MORE 4 33#define BTN_OPTIONS 5 34 35#define RB_NONE 1 36#define RB_AUTO 2 37#define RB_USER 3 38#define RB_SORT_ASC 4 39#define RB_SORT_DESC 5 40#define RB_SORT_MAN 6 41 42#define FL_FUNC 1 43#define FL_DISPLAY 2 44#define FL_SORT_BY 3 45#define FL_LAYOUT 4 46#define FL_AUTOSHOW 5 47#define FL_HIDE 6 48 49#define LB_FUNC 1 50#define LB_TYPE 2 51#define LB_BASEFIELD 3 52#define LB_BASEITEM 4 53#define LB_SORT_BY 5 54#define LB_LAYOUT 6 55#define LB_SHOW_FROM 7 56#define LB_SHOW_USING 8 57#define LB_HIERARCHY 9 58#define LB_DIMS 10 59 60#define FT_NAMELABEL 1 61#define FT_NAME 2 62#define FT_TYPE 3 63#define FT_BASEFIELD 4 64#define FT_BASEITEM 5 65#define FT_LAYOUT 6 66#define FT_SHOW 7 67#define FT_SHOW_FROM 8 68#define FT_SHOW_USING 9 69#define FT_HIERARCHY 10 70#define FT_DIMS 11 71 72#define CB_SHOWALL 1 73#define CB_LAYOUT_EMPTY 2 74#define CB_SHOW 3 75 76#define NF_SHOW 1 77 78#define CT_HIDE 1 79 80