LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
JumpListItem.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef __com_sun_star_system_windows_JumpListItem_idl__
11#define __com_sun_star_system_windows_JumpListItem_idl__
12
15#include <com/sun/star/uno/Sequence.idl>
16
17
18module com { module sun { module star { module system { module windows {
19
26{
30 string name;
31
36
42 string arguments;
43
48 string iconPath;
49};
50
51}; }; }; }; };
52
53#endif
54
55/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
Definition Ambiguous.idl:22
Specifies an item for com::sun::star::system::windows::XJumpList .
Definition JumpListItem.idl:26
string iconPath
Icon to be displayed along the name.
Definition JumpListItem.idl:48
string description
Item description, appears as tooltip.
Definition JumpListItem.idl:35
string arguments
Arguments to be passed to LibreOffice.
Definition JumpListItem.idl:42
string name
Item name.
Definition JumpListItem.idl:30