#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <rtl/ustring.hxx>
#include <string_view>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| class | framework::JobData |
| | holds all necessary information about a job and handle it's configuration (if any exist!) @descr It can be used from different use cases as a container (or proxy) for all config data of a registered job. More...
|
| |
| struct | framework::JobData::TJob2DocEventBinding |
| | Some jobs can be registered to "logical events", which are generated on demand if another document event occurs. More...
|
| |