service DataPilotSourceDimension in module com::sun::star::sheet::

(Global Index)

Syntax

service DataPilotSourceDimension;

Description

a dimension in a data pilot source.

Exported Interfaces

com::sun::star::container::XNamed

Description

specifies the name of the object.


com::sun::star::sheet::XHierarchiesSupplier

Description

gives access to hierarchies.


com::sun::star::util::XCloneable

Description

makes it possible to create a copy of the object.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

Original returns the dimension from which this dimension was cloned, or NULL if it was not cloned.

IsDataLayoutDimension contains true if this is the dimension used to layout the different data dimensions.

Orientation specifies where the dimension is used.

Position specifies the position of the dimension within its orientation.

Function specifies how data are aggregated.

UsedHierarchy specifies which hierarchy of the dimension is used.

Filter specifies which values are used.

Property Details



Original

Syntax

[readonly] com::sun::star::container::XNamed Original;

Description

returns the dimension from which this dimension was cloned, or NULL if it was not cloned.


IsDataLayoutDimension

Syntax

[readonly] boolean IsDataLayoutDimension;

Description

contains true if this is the dimension used to layout the different data dimensions.


Orientation

Syntax

com::sun::star::sheet::DataPilotFieldOrientation Orientation;

Description

specifies where the dimension is used.


Position

Syntax

long Position;

Description

specifies the position of the dimension within its orientation.


Function

Syntax

com::sun::star::sheet::GeneralFunction Function;

Description

specifies how data are aggregated.


UsedHierarchy

Syntax

long UsedHierarchy;

Description

specifies which hierarchy of the dimension is used.


Filter

Syntax

sequence< com::sun::star::sheet::TableFilterField > Filter;

Description

specifies which values are used.

Top of Page