LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::sheet::DimensionFlags Constant Group Referencepublished

used to specify flags for a dimension in a data pilot source. More...

Variables

const long NO_COLUMN_ORIENTATION = 1
 The dimension cannot be used in column orientation.
 
const long NO_ROW_ORIENTATION = 2
 The dimension cannot be used in row orientation.
 
const long NO_PAGE_ORIENTATION = 4
 The dimension cannot be used in page orientation.
 
const long NO_DATA_ORIENTATION = 8
 The dimension cannot be used in data orientation.
 

Detailed Description

used to specify flags for a dimension in a data pilot source.

See also
com::sun::star::sheet::DataPilotSourceDimension

Variable Documentation

◆ NO_COLUMN_ORIENTATION

const long NO_COLUMN_ORIENTATION = 1

The dimension cannot be used in column orientation.

◆ NO_DATA_ORIENTATION

const long NO_DATA_ORIENTATION = 8

The dimension cannot be used in data orientation.

◆ NO_PAGE_ORIENTATION

const long NO_PAGE_ORIENTATION = 4

The dimension cannot be used in page orientation.

◆ NO_ROW_ORIENTATION

const long NO_ROW_ORIENTATION = 2

The dimension cannot be used in row orientation.