#include <sal/config.h>
#include <mutex>
#include <string_view>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/task/XJob.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
|
class | framework::HelpOnStartup |
| implements a job component, which handle the special feature to show a suitable help page for every (visible!) loaded document. More...
|
|