provides access to a table of results of a data pilot source. More...
import "XDataPilotResults.idl";
Public Member Functions | |
sequence< sequence< DataResult > > | getResults () |
returns the result array. | |
sequence< double > | getFilteredResults ([in] sequence< com::sun::star::sheet::DataPilotFieldFilter > aFilters) |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.
sequence< double > getFilteredResults | ( | [in] sequence< com::sun::star::sheet::DataPilotFieldFilter > | aFilters | ) |
sequence< sequence< DataResult > > getResults | ( | ) |
returns the result array.
The outer sequence contains the value rows. The inner sequences contain the values for one row.