LibreOffice Module sfx2 (master) 1
|
#include <exoticfileloadexception.hxx>
Public Member Functions | |
ExoticFileLoadException (const OUString &rURL, const OUString &rFilterUIName) | |
bool | isApprove () const |
virtual css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > SAL_CALL | getContinuations () override |
css::uno::Any SAL_CALL | getRequest () override |
Private Attributes | |
css::uno::Any | m_aRequest |
css::uno::Reference< css::task::XInteractionContinuation > | m_xAbort |
css::uno::Reference< css::task::XInteractionContinuation > | m_xApprove |
css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > | m_lContinuations |
Definition at line 17 of file exoticfileloadexception.hxx.
ExoticFileLoadException::ExoticFileLoadException | ( | const OUString & | rURL, |
const OUString & | rFilterUIName | ||
) |
Definition at line 17 of file exoticfileloadexception.cxx.
References m_aRequest, and m_lContinuations.
|
inlineoverridevirtual |
Definition at line 27 of file exoticfileloadexception.hxx.
References m_lContinuations.
|
inlineoverride |
Definition at line 31 of file exoticfileloadexception.hxx.
References m_aRequest.
bool ExoticFileLoadException::isApprove | ( | ) | const |
Definition at line 30 of file exoticfileloadexception.cxx.
References m_xApprove, and comphelper::OInteraction< class INTERACTION >::wasSelected().
|
private |
Definition at line 35 of file exoticfileloadexception.hxx.
Referenced by ExoticFileLoadException(), and getRequest().
|
private |
Definition at line 38 of file exoticfileloadexception.hxx.
Referenced by getContinuations().
|
private |
Definition at line 36 of file exoticfileloadexception.hxx.
|
private |
Definition at line 37 of file exoticfileloadexception.hxx.
Referenced by isApprove().