Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' 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.

Properties' Details

Original
 
[ 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
 
[ readonly ] boolean IsDataLayoutDimension;
Description
contains true if this is the dimension used to layout the different data dimensions.
Orientation
 
com::sun::star::sheet::DataPilotFieldOrientation Orientation;
Description
specifies where the dimension is used.
Position
 
long Position;
Description
specifies the position of the dimension within its orientation.
Function
 
com::sun::star::sheet::GeneralFunction Function;
Description
specifies how data are aggregated.
UsedHierarchy
 
long UsedHierarchy;
Description
specifies which hierarchy of the dimension is used.
Filter
 
sequence< com::sun::star::sheet::TableFilterField > Filter;
Description
specifies which values are used.

Top of Page