LibreOffice Module ucbhelper (master) 1
Namespaces | Functions
cancelcommandexecution.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <ucbhelper/ucbhelperdllapi.h>
Include dependency graph for cancelcommandexecution.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::ucb
 
namespace  ucbhelper
 

Functions

UCBHELPER_DLLPUBLIC void ucbhelper::cancelCommandExecution (const css::uno::Any &rException, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 Cancel the execution of a command by throwing the appropriate exception. More...
 
UCBHELPER_DLLPUBLIC void ucbhelper::cancelCommandExecution (const css::ucb::IOErrorCode eError, const css::uno::Sequence< css::uno::Any > &rArgs, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, const OUString &rMessage=OUString(), const css::uno::Reference< css::ucb::XCommandProcessor > &xContext=nullptr)
 Cancel the execution of a command by throwing the appropriate exception. More...