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#define FL_ERROR 1
29#define FL_INDICATE 2
30#define FL_PARAMETERS 3
31
32#define FT_POSITIVE 1
33#define FT_NEGATIVE 2
34
35#define RB_NONE 1
36#define RB_CONST 2
37#define RB_PERCENT 3
38#define RB_FUNCTION 4
39#define RB_BOTH 5
40#define RB_POSITIVE 6
41#define RB_NEGATIVE 7
42#define RB_RANGE 8
43
44#define ED_RANGE_POSITIVE 1
45#define ED_RANGE_NEGATIVE 2
46
47#define FI_BOTH 1
48#define FI_POSITIVE 2
49#define FI_NEGATIVE 3
50#define IB_RANGE_POSITIVE 4
51#define IB_RANGE_NEGATIVE 5
52
53#define LB_FUNCTION 1
54
55#define MF_POSITIVE 1
56#define MF_NEGATIVE 2
57
58#define CB_SYN_POS_NEG 1
59
60#define CHART_LB_FUNCTION_STD_ERROR     0
61#define CHART_LB_FUNCTION_STD_DEV       1
62#define CHART_LB_FUNCTION_VARIANCE      2
63#define CHART_LB_FUNCTION_ERROR_MARGIN  3
64