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#include "sc.hrc" // ->RID_SCDLG_PIVOT_LAYOUT 24 25#define BTN_OK 1 26#define BTN_CANCEL 2 27#define BTN_HELP 3 28#define BTN_MORE 4 29#define BTN_REMOVE 5 30#define BTN_OPTIONS 6 31 32#define FL_LAYOUT 10 33#define FL_SELECT 90 34#define SCROLL_COL 91 35#define WND_COL 11 36#define SCROLL_ROW 92 37#define WND_ROW 12 38#define SCROLL_DATA 93 39#define WND_DATA 13 40#define WND_SELECT 14 41#define WND_HSCROLL 17 42#define SCROLL_PAGE 98 43#define WND_PAGE 18 44#define FT_COL 31 45#define FT_ROW 32 46#define FT_DATA 33 47#define STR_SELECT 34 48#define FT_PAGE 35 49 50#define PTR_FIELD 18 51#define FT_INFO 19 52 53#define FL_OUTPUT 20 54#define FT_OUTAREA 21 55#define LB_OUTAREA 22 56#define ED_OUTAREA 23 57#define RB_OUTAREA 24 58#define BTN_IGNEMPTYROWS 25 59#define BTN_DETECTCAT 26 60#define BTN_TOTALCOL 27 61#define BTN_TOTALROW 28 62#define BTN_FILTER 29 63#define BTN_DRILLDOWN 30 64 65#define FT_INAREA 40 66#define RB_INAREA 41 67#define ED_INAREA 42 68 69#define PIVOTSTR_SUM 1 70#define PIVOTSTR_COUNT 2 71#define PIVOTSTR_AVG 3 72#define PIVOTSTR_MAX 4 73#define PIVOTSTR_MIN 5 74#define PIVOTSTR_PROD 6 75#define PIVOTSTR_COUNT2 7 76#define PIVOTSTR_DEV 8 77#define PIVOTSTR_DEV2 9 78#define PIVOTSTR_VAR 10 79#define PIVOTSTR_VAR2 11 80 81