LibreOffice Module chart2 (master) 1
Classes | Typedefs | Enumerations | Functions | Variables
chart::wrapper Namespace Reference

Classes

class  AllAxisItemConverter
 
class  AllDataLabelItemConverter
 
class  AllGridItemConverter
 
class  AllSeriesStatisticsConverter
 
class  AllTitleItemConverter
 
class  AreaWrapper
 
class  AxisItemConverter
 
class  AxisWrapper
 
class  CharacterPropertyItemConverter
 
class  Chart2ModelContact
 
class  ChartDataWrapper
 
class  ChartDocumentWrapper
 
class  ChartDocumentWrapper_Base
 
class  DataPointItemConverter
 
class  DataSeriesPointWrapper
 
class  DataTableItemConverter
 Convert data table properties to and from ItemSet and UNO PropertySet. More...
 
class  DiagramWrapper
 
class  ErrorBarItemConverter
 
class  GraphicPropertyItemConverter
 
class  GridWrapper
 
class  ItemConverter
 This class serves for conversion between properties of an XPropertySet and SfxItems in SfxItemSets. More...
 
struct  lcl_Operator
 
class  LegendItemConverter
 
class  LegendWrapper
 
class  MinMaxLineWrapper
 
class  MultipleItemConverter
 Note: virtual const sal_uInt16 * GetWhichPairs() const; is still pure virtual. More...
 
class  ReferenceSizePropertyProvider
 
class  RegressionCurveItemConverter
 
class  RegressionEquationItemConverter
 
class  SeriesOptionsItemConverter
 
class  StatisticsItemConverter
 
class  TextLabelItemConverter
 
class  TitleItemConverter
 
class  TitleWrapper
 
class  UpDownBarWrapper
 
class  WallFloorWrapper
 
class  WrappedAddInProperty
 
class  WrappedAdditionalShapesProperty
 
class  WrappedAsianCharacterHeightProperty
 
class  WrappedAutomaticPositionProperties
 
class  WrappedAxisAndGridExistenceProperties
 
class  WrappedAxisLabelExistenceProperties
 
class  WrappedAxisTitleExistenceProperties
 
class  WrappedBarOverlapProperty
 
class  WrappedBarPositionProperty_Base
 
class  WrappedBaseDiagramProperty
 
class  WrappedCharacterHeightProperty
 
class  WrappedCharacterHeightProperty_Base
 
class  WrappedComplexCharacterHeightProperty
 
class  WrappedD3DTransformMatrixProperty
 
class  WrappedDataCaptionProperties
 
class  WrappedGapwidthProperty
 
class  WrappedLinkNumberFormatProperty
 
class  WrappedNumberFormatProperty
 
class  WrappedRefreshAddInAllowedProperty
 
class  WrappedScaleProperty
 
class  WrappedScaleTextProperties
 
class  WrappedSceneProperty
 
class  WrappedSeriesAreaOrLineProperty
 
class  WrappedSeriesOrDiagramProperty
 
class  WrappedSplineProperties
 
class  WrappedStatisticProperties
 
class  WrappedStockProperties
 
class  WrappedSymbolProperties
 

Typedefs

typedef std::map< ItemConverter::tWhichIdType, std::pair< ItemConverter::tPropertyNameType, ItemConverter::tMemberIdType > > ItemPropertyMapType
 

Enumerations

enum  tSeriesOrDiagramPropertyType {
  DATA_SERIES ,
  DIAGRAM
}
 
enum class  GraphicObjectType {
  FilledDataPoint ,
  LineDataPoint ,
  LineProperties ,
  LineAndFillProperties
}
 

Functions

static bool lcl_hasTimeIntervalValue (const uno::Any &rAny)
 
static bool lcl_isDateAxis (const SfxItemSet &rItemSet)
 
static bool lcl_isAutoMajor (const SfxItemSet &rItemSet)
 
static bool lcl_isAutoMinor (const SfxItemSet &rItemSet)
 

Variables

const sal_Int32 DEFAULT_GAPWIDTH = 100
 
const sal_Int32 DEFAULT_OVERLAP = 0
 

Typedef Documentation

◆ ItemPropertyMapType

Definition at line 31 of file ItemPropertyMap.hxx.

Enumeration Type Documentation

◆ GraphicObjectType

Enumerator
FilledDataPoint 
LineDataPoint 
LineProperties 
LineAndFillProperties 

Definition at line 30 of file GraphicPropertyItemConverter.hxx.

◆ tSeriesOrDiagramPropertyType

Enumerator
DATA_SERIES 
DIAGRAM 

Definition at line 35 of file WrappedSeriesOrDiagramProperty.hxx.

Function Documentation

◆ lcl_hasTimeIntervalValue()

static bool chart::wrapper::lcl_hasTimeIntervalValue ( const uno::Any rAny)
static

◆ lcl_isAutoMajor()

static bool chart::wrapper::lcl_isAutoMajor ( const SfxItemSet rItemSet)
static

◆ lcl_isAutoMinor()

static bool chart::wrapper::lcl_isAutoMinor ( const SfxItemSet rItemSet)
static

◆ lcl_isDateAxis()

static bool chart::wrapper::lcl_isDateAxis ( const SfxItemSet rItemSet)
static

Variable Documentation

◆ DEFAULT_GAPWIDTH

const sal_Int32 chart::wrapper::DEFAULT_GAPWIDTH = 100

Definition at line 39 of file WrappedGapwidthProperty.cxx.

◆ DEFAULT_OVERLAP

const sal_Int32 chart::wrapper::DEFAULT_OVERLAP = 0

Definition at line 40 of file WrappedGapwidthProperty.cxx.