11module
com { module sun { module star { module system { module windows {
83 [in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems )
100 void addTasks([in] sequence<com::sun::star::system::windows::JumpListItem> jumpListItems)
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
is thrown when an object's state does not allow to call requested functionality.
Definition InvalidStateException.idl:27
Specifies an interface for adding custom jump lists to the task bar (Windows only)
Definition XJumpList.idl:26
sequence< com::sun::star::system::windows::JumpListItem > getRemovedItems([in] string application)
Returns items that were removed from the jump list by the user.
void beginList([in] string application)
Start a new jump list.
void deleteList([in] string application)
Deletes the Jump List for a certain application.
void appendCategory([in] string category, [in] sequence< com::sun::star::system::windows::JumpListItem > jumpListItems)
Add a jump list category.
void commitList()
Commits the list.
void addTasks([in] sequence< com::sun::star::system::windows::JumpListItem > jumpListItems)
Add items to the "Tasks" category.
void showFrequentFiles()
Display the frequently used files (populated by LibreOffice)
void abortList()
Aborts a list building session started with beginList.
void showRecentFiles()
Display the recently used files (populated by LibreOffice)
base interface of all UNO interfaces
Definition XInterface.idl:46
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
Definition JumpList.idl:11
Host operating system integration interfaces.
Definition modules.idl:355
Miscellaneous interfaces for sorting, connecting objects etc.
Definition XVndSunStarExpandUrl.idl:20
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Specifies an item for com::sun::star::system::windows::XJumpList .
Definition JumpListItem.idl:19