2003-10-06 08:58:36 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
2008-04-10 18:47:45 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2003-10-06 08:58:36 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef CHART_TABPAGES_HRC
|
|
|
|
#define CHART_TABPAGES_HRC
|
|
|
|
|
2007-05-22 16:31:10 +00:00
|
|
|
#include "ResourceIds.hrc"
|
|
|
|
|
2003-10-06 08:58:36 +00:00
|
|
|
//see attrib.hrc in old chart
|
|
|
|
|
2008-11-26 15:19:48 +00:00
|
|
|
#define GRP_LEGEND 1
|
|
|
|
#define FL_LEGEND_TEXTORIENT 2
|
|
|
|
#define FT_LEGEND_TEXTDIR 3
|
|
|
|
#define LB_LEGEND_TEXTDIR 4
|
2003-10-06 08:58:36 +00:00
|
|
|
|
|
|
|
#define FL_TEXTBREAK 3
|
|
|
|
#define CBX_TEXTBREAK 2
|
|
|
|
#define CBX_TEXTOVERLAP 4
|
|
|
|
|
|
|
|
//Seit 4/1998 koennen Texte frei gedreht werden: SCHATTR_TEXT_DEGREES
|
|
|
|
// ID's for title rotation tabpage
|
|
|
|
#define CTR_DIAL 6030
|
|
|
|
#define BTN_TXTSTACKED 6031
|
|
|
|
#define FT_DEGREES 6032
|
|
|
|
#define NF_ORIENT 6033
|
|
|
|
#define CTR_DUMMY 6034
|
|
|
|
#define FT_DUMMY 6035
|
|
|
|
#define FL_ALIGN 6037
|
2008-11-26 15:19:48 +00:00
|
|
|
#define FT_TEXTDIR 6038
|
|
|
|
#define LB_TEXTDIR 6039
|
2003-10-06 08:58:36 +00:00
|
|
|
|
|
|
|
//------------
|
|
|
|
//from old chart tplabel.hrc
|
|
|
|
|
|
|
|
#define CB_AXIS_LABEL_SCHOW_DESCR 1
|
|
|
|
#define FL_AXIS_LABEL_ORIENTATION 3
|
|
|
|
#define CT_AXIS_LABEL_DIAL 4
|
|
|
|
#define PB_AXIS_LABEL_TEXTSTACKED 5
|
|
|
|
#define FT_AXIS_LABEL_DEGREES 6
|
|
|
|
#define NF_AXIS_LABEL_ORIENT 7
|
|
|
|
#define FT_UNUSED 8
|
|
|
|
#define CT_UNUSED 9
|
|
|
|
|
|
|
|
#define FL_AXIS_LABEL_TEXTFLOW 10
|
|
|
|
#define CB_AXIS_LABEL_TEXTOVERLAP 11
|
|
|
|
#define CB_AXIS_LABEL_TEXTBREAK 12
|
|
|
|
|
|
|
|
#define FL_AXIS_LABEL_ORDER 13
|
|
|
|
#define RB_AXIS_LABEL_SIDEBYSIDE 14
|
|
|
|
#define RB_AXIS_LABEL_UPDOWN 15
|
|
|
|
#define RB_AXIS_LABEL_DOWNUP 16
|
|
|
|
#define RB_AXIS_LABEL_AUTOORDER 17
|
|
|
|
|
|
|
|
#define FL_SEPARATOR 18
|
2008-11-26 15:19:48 +00:00
|
|
|
#define FT_AXIS_TEXTDIR 19
|
|
|
|
#define LB_AXIS_TEXTDIR 20
|
|
|
|
|
2008-12-12 12:17:17 +00:00
|
|
|
//#define TP_AXIS_POSITIONS 904
|
|
|
|
|
|
|
|
#define FL_AXIS_LINE 1
|
|
|
|
#define FL_LABELS 2
|
|
|
|
#define FL_TICKS 3
|
|
|
|
#define FL_VERTICAL 4
|
|
|
|
#define FL_GRIDS 5
|
|
|
|
|
|
|
|
#define FT_CROSSES_OTHER_AXIS_AT 1
|
|
|
|
#define FT_AXIS_LABEL_DISTANCE 2
|
|
|
|
#define FT_PLACE_LABELS 3
|
|
|
|
#define FT_MAJOR 4
|
|
|
|
#define FT_MINOR 5
|
|
|
|
#define FT_PLACE_TICKS 6
|
|
|
|
|
|
|
|
#define LB_CROSSES_OTHER_AXIS_AT 1
|
|
|
|
#define LB_PLACE_LABELS 2
|
|
|
|
#define EDT_CROSSES_OTHER_AXIS_AT 3
|
|
|
|
#define EDT_CROSSES_OTHER_AXIS_AT_CATEGORY 4
|
|
|
|
#define EDT_AXIS_LABEL_DISTANCE 5
|
|
|
|
#define LB_PLACE_TICKS 6
|
|
|
|
|
|
|
|
#define CB_AXIS_BETWEEN_CATEGORIES 1
|
|
|
|
#define CB_TICKS_INNER 2
|
|
|
|
#define CB_TICKS_OUTER 3
|
|
|
|
#define CB_MINOR_INNER 4
|
|
|
|
#define CB_MINOR_OUTER 5
|
|
|
|
#define CB_MAJOR_GRID 6
|
|
|
|
#define CB_MINOR_GRID 7
|
|
|
|
|
|
|
|
#define PB_MAJOR_GRID 1
|
|
|
|
#define PB_MINOR_GRID 2
|
|
|
|
|
2003-10-06 08:58:36 +00:00
|
|
|
#endif
|