LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sheet::DataResultFlags Constant Group Reference

used to specify the result type of one element in the data pilot data array. More...

Variables

const long HASDATA = 1
 The element contains data. More...
 
const long SUBTOTAL = 2
 The element contains a subtotal. More...
 
const long ERROR = 4
 The element has an error. More...
 

Detailed Description

used to specify the result type of one element in the data pilot data array.

See also
com::sun::star::sheet::DataResult

Variable Documentation

◆ ERROR

const long ERROR = 4

The element has an error.

◆ HASDATA

const long HASDATA = 1

The element contains data.

◆ SUBTOTAL

const long SUBTOTAL = 2

The element contains a subtotal.