diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/XDataPilotResults.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotResults.idl b/offapi/com/sun/star/sheet/XDataPilotResults.idl index e5b2c3c23afa..0e4486b91537 100644 --- a/offapi/com/sun/star/sheet/XDataPilotResults.idl +++ b/offapi/com/sun/star/sheet/XDataPilotResults.idl @@ -22,6 +22,7 @@ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/sheet/DataResult.idl> +#include <com/sun/star/sheet/DataPilotFieldFilter.idl> module com { module sun { module star { module sheet { @@ -44,6 +45,8 @@ interface XDataPilotResults: com::sun::star::uno::XInterface */ sequence< sequence< DataResult > > getResults(); + sequence<any> getFilteredResults( + [in] sequence<com::sun::star::sheet::DataPilotFieldFilter> aFilters ); }; |