22#include <com/sun/star/beans/NamedValue.hpp>
23#include <com/sun/star/frame/DispatchResultEvent.hpp>
90 JobResult(
const css::uno::Any& aResult );
96 bool existPart ( sal_uInt32 eParts )
const;
97 std::vector< css::beans::NamedValue >
getArguments ( )
const;
represent a result of a finished job execution @descr Such result instance transport all necessary da...
~JobResult()
standard dtor @descr Free all internally used resources at the end of living.
sal_uInt32 m_eParts
an user of us must know, which (possible) parts of a "pure result" was really set by an executed job.
std::vector< css::beans::NamedValue > getArguments() const
provides access to our internal members @descr The return value will be valid only in case a call of ...
EParts
These enum values are used to build a flag mask of possible set parts of an analyzed pure job executi...
JobResult(const css::uno::Any &aResult)
special ctor @descr It initialize this new instance with a pure job execution result and analyze it.
JobResult & operator=(const JobResult &rCopy)
=operator @descr Must be implemented to overwrite this instance with another one.
css::frame::DispatchResultEvent m_aDispatchResult
represent the part "DispatchResult" It's a fulfilled event type, which was given back by the executed...
bool existPart(sal_uInt32 eParts) const
checks for existing parts of the analyzed result @descr The internal flag mask was set after analyzin...
std::vector< css::beans::NamedValue > m_lArguments
a job can have persistent data They are part of the pure result and will be used to write it to the c...
css::frame::DispatchResultEvent getDispatchResult() const