LibreOffice Module sfx2 (master) 1
|
#include <fltoptint.hxx>
Public Member Functions | |
RequestFilterOptions (css::uno::Reference< css::frame::XModel > const &rModel, const css::uno::Sequence< css::beans::PropertyValue > &rProperties) | |
bool | isAbort () const |
css::uno::Sequence< css::beans::PropertyValue > | getFilterOptions () |
virtual css::uno::Any SAL_CALL | getRequest () override |
virtual css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > SAL_CALL | getContinuations () override |
Private Attributes | |
css::uno::Any | m_aRequest |
rtl::Reference< comphelper::OInteractionAbort > | m_xAbort |
rtl::Reference< FilterOptionsContinuation > | m_xOptions |
Definition at line 37 of file fltoptint.hxx.
RequestFilterOptions::RequestFilterOptions | ( | css::uno::Reference< css::frame::XModel > const & | rModel, |
const css::uno::Sequence< css::beans::PropertyValue > & | rProperties | ||
) |
Definition at line 1713 of file appuno.cxx.
References m_aRequest, m_xAbort, and m_xOptions.
|
overridevirtual |
Definition at line 1734 of file appuno.cxx.
References m_xAbort, and m_xOptions.
|
inline |
Definition at line 50 of file fltoptint.hxx.
References m_xOptions.
|
overridevirtual |
Definition at line 1728 of file appuno.cxx.
References m_aRequest.
|
inline |
Definition at line 48 of file fltoptint.hxx.
References m_xAbort.
|
private |
Definition at line 39 of file fltoptint.hxx.
Referenced by getRequest(), and RequestFilterOptions().
|
private |
Definition at line 41 of file fltoptint.hxx.
Referenced by getContinuations(), isAbort(), and RequestFilterOptions().
|
private |
Definition at line 42 of file fltoptint.hxx.
Referenced by getContinuations(), getFilterOptions(), and RequestFilterOptions().