LibreOffice Module svx (master) 1
Classes | Macros | Enumerations
chrtitem.hxx File Reference
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <svl/eitem.hxx>
#include <svl/poolitem.hxx>
#include <svx/svxdllapi.h>
Include dependency graph for chrtitem.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ CHERROR_COUNT

#define CHERROR_COUNT   (sal_uInt16(SvxChartKindError::Range) + 1)

Definition at line 53 of file chrtitem.hxx.

◆ CHINDICATE_COUNT

#define CHINDICATE_COUNT   (sal_uInt16(SvxChartIndicate::Down) + 1)

Definition at line 63 of file chrtitem.hxx.

◆ CHREGRESS_COUNT

#define CHREGRESS_COUNT   (sal_uInt16(SvxChartRegress::Unknown) + 1)

Definition at line 78 of file chrtitem.hxx.

◆ CHTXTORDER_COUNT

#define CHTXTORDER_COUNT   (sal_uInt16(SvxChartTextOrder::Auto) + 1)

Definition at line 39 of file chrtitem.hxx.

Enumeration Type Documentation

◆ SvxChartIndicate

enum class SvxChartIndicate
strong
Enumerator
NONE 
Both 
Up 
Down 

Definition at line 55 of file chrtitem.hxx.

◆ SvxChartKindError

enum class SvxChartKindError
strong
Enumerator
NONE 
Variant 
Sigma 
Percent 
BigError 
Const 
StdError 
Range 

Definition at line 41 of file chrtitem.hxx.

◆ SvxChartRegress

enum class SvxChartRegress
strong
Enumerator
NONE 
Linear 
Log 
Exp 
Power 
Polynomial 
MovingAverage 
MeanValue 
Unknown 

Definition at line 65 of file chrtitem.hxx.

◆ SvxChartTextOrder

enum class SvxChartTextOrder
strong
Enumerator
SideBySide 
UpDown 
DownUp 
Auto 

Definition at line 31 of file chrtitem.hxx.