LibreOffice
LibreOffice 24.2 SDK API Reference
|
A continuation to return filter options from interaction helper. More...
import <XInteractionFilterOptions.idl;
Public Member Functions | |
void | setFilterOptions ([in] sequence< com::sun::star::beans::PropertyValue > rProperties) |
Store results to the continuation. | |
sequence< com::sun::star::beans::PropertyValue > | getFilterOptions () |
Get results from the continuation. | |
![]() | |
void | select () |
Select this way of continuing from an com::sun::star::task::XInteractionRequest (given a choice of various instances of com::sun::star::task::XInteractionContinuation). | |
![]() | |
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. | |
A continuation to return filter options from interaction helper.
sequence< com::sun::star::beans::PropertyValue > getFilterOptions | ( | ) |
Get results from the continuation.
void setFilterOptions | ( | [in] sequence< com::sun::star::beans::PropertyValue > | rProperties | ) |
Store results to the continuation.
rProperties | the list of properties containing filter options. |