LibreOffice Module svx (master) 1
|
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <svl/eitem.hxx>
#include <svl/poolitem.hxx>
#include <svx/svxdllapi.h>
Go to the source code of this file.
Classes | |
class | SvxChartRegressItem |
class | SvxChartTextOrderItem |
class | SvxChartKindErrorItem |
class | SvxChartIndicateItem |
class | SvxDoubleItem |
Macros | |
#define | CHTXTORDER_COUNT (sal_uInt16(SvxChartTextOrder::Auto) + 1) |
#define | CHERROR_COUNT (sal_uInt16(SvxChartKindError::Range) + 1) |
#define | CHINDICATE_COUNT (sal_uInt16(SvxChartIndicate::Down) + 1) |
#define | CHREGRESS_COUNT (sal_uInt16(SvxChartRegress::Unknown) + 1) |
Enumerations | |
enum class | SvxChartTextOrder { SideBySide , UpDown , DownUp , Auto } |
enum class | SvxChartKindError { NONE , Variant , Sigma , Percent , BigError , Const , StdError , Range } |
enum class | SvxChartIndicate { NONE , Both , Up , Down } |
enum class | SvxChartRegress { NONE , Linear , Log , Exp , Power , Polynomial , MovingAverage , MeanValue , Unknown } |
#define CHERROR_COUNT (sal_uInt16(SvxChartKindError::Range) + 1) |
Definition at line 53 of file chrtitem.hxx.
#define CHINDICATE_COUNT (sal_uInt16(SvxChartIndicate::Down) + 1) |
Definition at line 63 of file chrtitem.hxx.
#define CHREGRESS_COUNT (sal_uInt16(SvxChartRegress::Unknown) + 1) |
Definition at line 78 of file chrtitem.hxx.
#define CHTXTORDER_COUNT (sal_uInt16(SvxChartTextOrder::Auto) + 1) |
Definition at line 39 of file chrtitem.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Both | |
Up | |
Down |
Definition at line 55 of file chrtitem.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Variant | |
Sigma | |
Percent | |
BigError | |
Const | |
StdError | |
Range |
Definition at line 41 of file chrtitem.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Linear | |
Log | |
Exp | |
Power | |
Polynomial | |
MovingAverage | |
MeanValue | |
Unknown |
Definition at line 65 of file chrtitem.hxx.
|
strong |
Enumerator | |
---|---|
SideBySide | |
UpDown | |
DownUp | |
Auto |
Definition at line 31 of file chrtitem.hxx.