11 module
com { module sun { module star { module system { module windows {
50 void beginList([in]
string application)
82 void appendCategory( [in]
string category,
83 [in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems )
100 void addTasks([in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems)
108 void showRecentFiles()
116 void showFrequentFiles()
156 void deleteList( [in]
string application )
180 sequence<com::sun::star::system::windows::JumpListItem> getRemovedItems([in]
string application);
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
base interface of all UNO interfaces
Definition: XInterface.idl:45
is thrown when an object's state does not allow to call requested functionality.
Definition: InvalidStateException.idl:26
Specifies an interface for adding custom jump lists to the task bar (Windows only) ...
Definition: XJumpList.idl:25