LibreOffice Module shell (master) 1
|
#include <sal/config.h>
#include <algorithm>
#include <cassert>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <o3tl/runtimetooustring.hxx>
#include <o3tl/safeCoInitUninit.hxx>
#include <osl/file.hxx>
#include <osl/mutex.hxx>
#include <osl/process.h>
#include <sal/log.hxx>
#include <systools/win32/comtools.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/system/windows/JumpListItem.hpp>
#include <com/sun/star/system/windows/XJumpList.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/InvalidStateException.hpp>
#include <prewin.h>
#include <Shlobj.h>
#include <propkey.h>
#include <propvarutil.h>
#include <postwin.h>
Go to the source code of this file.
Functions | |
SAL_DLLPUBLIC_EXPORT XInterface * | shell_JumpListExec_get_implementation (XComponentContext *context, Sequence< Any > const &) |
SAL_DLLPUBLIC_EXPORT XInterface * shell_JumpListExec_get_implementation | ( | XComponentContext * | context, |
Sequence< Any > const & | |||
) |
Definition at line 524 of file JumpList.cxx.