LibreOffice Module uui (master) 1
|
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::task |
Functions | |
template<class t1 > | |
bool | setContinuation (css::uno::Reference< css::task::XInteractionContinuation > const &rContinuation, css::uno::Reference< t1 > *pContinuation) |
template<class t1 , class t2 > | |
void | getContinuations (css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const &rContinuations, css::uno::Reference< t1 > *pContinuation1, css::uno::Reference< t2 > *pContinuation2) |
template<class t1 , class t2 , class t3 > | |
void | getContinuations (css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const &rContinuations, css::uno::Reference< t1 > *pContinuation1, css::uno::Reference< t2 > *pContinuation2, css::uno::Reference< t3 > *pContinuation3) |
template<class t1 , class t2 , class t3 , class t4 > | |
void | getContinuations (css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const &rContinuations, css::uno::Reference< t1 > *pContinuation1, css::uno::Reference< t2 > *pContinuation2, css::uno::Reference< t3 > *pContinuation3, css::uno::Reference< t4 > *pContinuation4) |
void getContinuations | ( | css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const & | rContinuations, |
css::uno::Reference< t1 > * | pContinuation1, | ||
css::uno::Reference< t2 > * | pContinuation2 | ||
) |
Definition at line 46 of file getcontinuations.hxx.
References setContinuation().
Referenced by UUIInteractionHelper::handleAuthFallbackRequest(), UUIInteractionHelper::handleBrokenPackageRequest(), UUIInteractionHelper::handleErrorHandlerRequest(), UUIInteractionHelper::handleGenericErrorRequest(), UUIInteractionHelper::handleMacroConfirmRequest(), UUIInteractionHelper::handleNameClashResolveRequest(), and UUIInteractionHelper::handleRequest_impl().
void getContinuations | ( | css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const & | rContinuations, |
css::uno::Reference< t1 > * | pContinuation1, | ||
css::uno::Reference< t2 > * | pContinuation2, | ||
css::uno::Reference< t3 > * | pContinuation3 | ||
) |
Definition at line 62 of file getcontinuations.hxx.
References setContinuation().
void getContinuations | ( | css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > const & | rContinuations, |
css::uno::Reference< t1 > * | pContinuation1, | ||
css::uno::Reference< t2 > * | pContinuation2, | ||
css::uno::Reference< t3 > * | pContinuation3, | ||
css::uno::Reference< t4 > * | pContinuation4 | ||
) |
Definition at line 81 of file getcontinuations.hxx.
References setContinuation().
bool setContinuation | ( | css::uno::Reference< css::task::XInteractionContinuation > const & | rContinuation, |
css::uno::Reference< t1 > * | pContinuation | ||
) |
Definition at line 32 of file getcontinuations.hxx.
Referenced by getContinuations().