|
LibreOffice Module comphelper (master) 1
|
#include <cppuhelper/implbase.hxx>#include <com/sun/star/task/XInteractionApprove.hpp>#include <com/sun/star/task/XInteractionDisapprove.hpp>#include <com/sun/star/task/XInteractionAbort.hpp>#include <com/sun/star/task/XInteractionRetry.hpp>#include <com/sun/star/task/XInteractionRequest.hpp>#include <comphelper/comphelperdllapi.h>#include <vector>Go to the source code of this file.
Classes | |
| class | comphelper::OInteraction< INTERACTION > |
| template for instantiating concrete interaction handlersthe template argument must be an interface derived from XInteractionContinuation More... | |
| class | comphelper::OInteractionRequest |
| implements an interaction request (com.sun.star.task::XInteractionRequest)at run time, you can freely add any interaction continuation objects More... | |
Namespaces | |
| namespace | comphelper |
Typedefs | |
| typedef OInteraction< css::task::XInteractionApprove > | comphelper::OInteractionApprove |
| typedef OInteraction< css::task::XInteractionDisapprove > | comphelper::OInteractionDisapprove |
| typedef OInteraction< css::task::XInteractionAbort > | comphelper::OInteractionAbort |
| typedef OInteraction< css::task::XInteractionRetry > | comphelper::OInteractionRetry |
| typedef ::cppu::WeakImplHelper< css::task::XInteractionRequest > | comphelper::OInteractionRequest_Base |