10 #ifndef __com_sun_star_system_windows_XJumpList_idl__
11 #define __com_sun_star_system_windows_XJumpList_idl__
18 module com { module sun { module star { module system { module windows {
57 void beginList([in]
string application)
89 void appendCategory( [in]
string category,
90 [in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems )
107 void addTasks([in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems)
115 void showRecentFiles()
123 void showFrequentFiles()
163 void deleteList( [in]
string application )
187 sequence<com::sun::star::system::windows::JumpListItem> getRemovedItems([in]
string application);
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
is thrown when an object's state does not allow to call requested functionality.
Definition: InvalidStateException.idl:31
Specifies an interface for adding custom jump lists to the task bar (Windows only) ...
Definition: XJumpList.idl:32