|
LibreOffice Module chart2 (master) 1
|
#include <dlg_CreationWizard.hxx>#include <ResId.hxx>#include <strings.hrc>#include <helpids.h>#include <ChartModel.hxx>#include "tp_ChartType.hxx"#include "tp_RangeChooser.hxx"#include "tp_Wizard_TitlesAndObjects.hxx"#include "tp_DataSource.hxx"#include <ChartTypeTemplateProvider.hxx>#include <ChartTypeTemplate.hxx>#include <utility>#include "DialogModel.hxx"Go to the source code of this file.
Namespaces | |
| namespace | chart |
Macros | |
| #define | PATH_FULL 1 |
| #define | STATE_FIRST 0 |
| #define | STATE_CHARTTYPE STATE_FIRST |
| #define | STATE_SIMPLE_RANGE 1 |
| #define | STATE_DATA_SERIES 2 |
| #define | STATE_OBJECTS 3 |
| #define | STATE_LAST STATE_OBJECTS |
| #define PATH_FULL 1 |
Definition at line 41 of file dlg_CreationWizard.cxx.
| #define STATE_CHARTTYPE STATE_FIRST |
Definition at line 43 of file dlg_CreationWizard.cxx.
| #define STATE_DATA_SERIES 2 |
Definition at line 45 of file dlg_CreationWizard.cxx.
| #define STATE_FIRST 0 |
Definition at line 42 of file dlg_CreationWizard.cxx.
| #define STATE_LAST STATE_OBJECTS |
Definition at line 47 of file dlg_CreationWizard.cxx.
| #define STATE_OBJECTS 3 |
Definition at line 46 of file dlg_CreationWizard.cxx.
| #define STATE_SIMPLE_RANGE 1 |
Definition at line 44 of file dlg_CreationWizard.cxx.