1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: FastPropertyIdRanges.hxx,v $
10 * $Revision: 1.4.44.2 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef CHART_FASTPROPERTYIDRANGES_HXX
31 #define CHART_FASTPROPERTYIDRANGES_HXX
36 enum FastPropertyIdRanges
38 FAST_PROPERTY_ID_START
= 10000,
39 FAST_PROPERTY_ID_START_DATA_SERIES
= FAST_PROPERTY_ID_START
+ 1000,
40 FAST_PROPERTY_ID_START_DATA_POINT
= FAST_PROPERTY_ID_START
+ 2000,
41 FAST_PROPERTY_ID_START_CHAR_PROP
= FAST_PROPERTY_ID_START
+ 3000,
42 FAST_PROPERTY_ID_START_LINE_PROP
= FAST_PROPERTY_ID_START
+ 4000,
43 FAST_PROPERTY_ID_START_FILL_PROP
= FAST_PROPERTY_ID_START
+ 5000,
44 FAST_PROPERTY_ID_START_USERDEF_PROP
= FAST_PROPERTY_ID_START
+ 6000,
45 FAST_PROPERTY_ID_START_SCENE_PROP
= FAST_PROPERTY_ID_START
+ 7000,
46 // FAST_PROPERTY_ID_START_NAMED_FILL_PROP = FAST_PROPERTY_ID_START + 8000,
47 // FAST_PROPERTY_ID_START_NAMED_LINE_PROP = FAST_PROPERTY_ID_START + 9000,
48 FAST_PROPERTY_ID_START_CHART_STATISTIC_PROP
= FAST_PROPERTY_ID_START
+ 12000,
49 FAST_PROPERTY_ID_START_CHART_SYMBOL_PROP
= FAST_PROPERTY_ID_START
+ 13000,
50 FAST_PROPERTY_ID_START_CHART_DATACAPTION_PROP
= FAST_PROPERTY_ID_START
+ 14000,
51 FAST_PROPERTY_ID_START_CHART_SPLINE_PROP
= FAST_PROPERTY_ID_START
+ 15000,
52 FAST_PROPERTY_ID_START_CHART_STOCK_PROP
= FAST_PROPERTY_ID_START
+ 16000,
53 FAST_PROPERTY_ID_START_CHART_AUTOPOSITION_PROP
= FAST_PROPERTY_ID_START
+ 17000,
54 FAST_PROPERTY_ID_START_SCALE_TEXT_PROP
= FAST_PROPERTY_ID_START
+ 18000
59 // CHART_FASTPROPERTYIDRANGES_HXX