LibreOffice Module comphelper (master) 1
|
#include <comphelper/simplefileaccessinteraction.hxx>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/ucb/AuthenticationRequest.hpp>
#include <com/sun/star/ucb/CertificateValidationRequest.hpp>
#include <com/sun/star/ucb/InteractiveIOException.hpp>
#include <com/sun/star/ucb/InteractiveNetworkException.hpp>
#include <com/sun/star/ucb/UnsupportedDataSinkException.hpp>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Variables | |
const sal_Int32 | comphelper::HANDLE_INTERACTIVEIOEXCEPTION = 0 |
Will handle com::sun::star::ucb::InteractiveIOException and derived classes. More... | |
const sal_Int32 | comphelper::HANDLE_UNSUPPORTEDDATASINKEXCEPTION = 1 |
Will handle com::sun::star::ucb::UnsupportedDataSinkException. More... | |
const sal_Int32 | comphelper::HANDLE_INTERACTIVENETWORKEXCEPTION = 2 |
Will handle com::sun::star::ucb::InteractiveNetworkException. More... | |
const sal_Int32 | comphelper::HANDLE_CERTIFICATEREQUEST = 3 |
Will handle com::sun::star::ucb::CertificateValidationRequest. More... | |
const sal_Int32 | comphelper::HANDLE_AUTHENTICATIONREQUEST = 4 |
Will handle com::sun::star::ucb::AuthenticationRequest. More... | |