LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDataPilotResults Interface Reference

provides access to a table of results of a data pilot source. More...

import"XDataPilotResults.idl";

Inheritance diagram for XDataPilotResults:
XInterface DataPilotSource

Public Member Functions

sequence< sequence< DataResult > > getResults ()
 returns the result array. More...
 
sequence< double > getFilteredResults ([in] sequence< com::sun::star::sheet::DataPilotFieldFilter > aFilters)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides access to a table of results of a data pilot source.

These results are used to fill the data area of a data pilot table.

See also
com::sun::star::sheet::DataPilotSource
com::sun::star::sheet::XDataPilotMemberResults

Member Function Documentation

◆ getFilteredResults()

sequence<double> getFilteredResults ( [in] sequence< com::sun::star::sheet::DataPilotFieldFilter aFilters)

◆ getResults()

sequence< sequence< DataResult > > getResults ( )

returns the result array.

The outer sequence contains the value rows. The inner sequences contain the values for one row.


The documentation for this interface was generated from the following file: