1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "sc.hrc" 29 30// RID_SCDLG_DPDATAFIELD - DataPilot Data Field Function 31// RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals 32 33#define BTN_OK 1 34#define BTN_CANCEL 2 35#define BTN_HELP 3 36#define BTN_MORE 4 37#define BTN_OPTIONS 5 38 39#define RB_NONE 1 40#define RB_AUTO 2 41#define RB_USER 3 42#define RB_SORT_ASC 4 43#define RB_SORT_DESC 5 44#define RB_SORT_MAN 6 45 46#define FL_FUNC 1 47#define FL_DISPLAY 2 48#define FL_SORT_BY 3 49#define FL_LAYOUT 4 50#define FL_AUTOSHOW 5 51#define FL_HIDE 6 52 53#define LB_FUNC 1 54#define LB_TYPE 2 55#define LB_BASEFIELD 3 56#define LB_BASEITEM 4 57#define LB_SORT_BY 5 58#define LB_LAYOUT 6 59#define LB_SHOW_FROM 7 60#define LB_SHOW_USING 8 61#define LB_HIERARCHY 9 62#define LB_DIMS 10 63 64#define FT_NAMELABEL 1 65#define FT_NAME 2 66#define FT_TYPE 3 67#define FT_BASEFIELD 4 68#define FT_BASEITEM 5 69#define FT_LAYOUT 6 70#define FT_SHOW 7 71#define FT_SHOW_FROM 8 72#define FT_SHOW_USING 9 73#define FT_HIERARCHY 10 74#define FT_DIMS 11 75 76#define CB_SHOWALL 1 77#define CB_LAYOUT_EMPTY 2 78#define CB_SHOW 3 79 80#define NF_SHOW 1 81 82#define CT_HIDE 1 83 84