81 if (aProtocol.
empty())
86 if (pIt != aProtocol.
end())
93 bool bDeactivate(
false);
94 pIt->second >>= bDeactivate;
100 if (pIt != aProtocol.
end())
102 css::uno::Sequence<css::beans::NamedValue> aTmp;
103 pIt->second >>= aTmp;
110 if (pIt != aProtocol.
end())
iterator find(const OUString &rKey)
SequenceAsHashMapBase::const_iterator const_iterator
static constexpr OUStringLiteral ANSWER_SAVE_ARGUMENTS
static constexpr OUStringLiteral ANSWER_SEND_DISPATCHRESULT
static constexpr OUStringLiteral ANSWER_DEACTIVATE_JOB
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 ...
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
DstType sequenceToContainer(const css::uno::Sequence< SrcType > &i_Sequence)