LibreOffice Module uui (master) 1
Namespaces | Functions
getcontinuations.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
Include dependency graph for getcontinuations.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::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)
 

Function Documentation

◆ getContinuations() [1/3]

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 
)

◆ getContinuations() [2/3]

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 
)

Definition at line 62 of file getcontinuations.hxx.

References setContinuation().

◆ getContinuations() [3/3]

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 
)

Definition at line 81 of file getcontinuations.hxx.

References setContinuation().

◆ setContinuation()

template<class t1 >
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().