LibreOffice
LibreOffice 24.2 SDK API Reference
List of all members
JumpList Service Reference

Specifies a Jump List service. More...

import"JumpList.idl";

Inheritance diagram for JumpList:
XJumpList XInterface

Additional Inherited Members

- Public Member Functions inherited from XJumpList
void beginList ([in] string application) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::util::InvalidStateException )
 Start a new jump list. More...
 
void appendCategory ([in] string category, [in] sequence< com::sun::star::system::windows::JumpListItem > jumpListItems) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::util::InvalidStateException )
 Add a jump list category. More...
 
void addTasks ([in] sequence< com::sun::star::system::windows::JumpListItem > jumpListItems) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::util::InvalidStateException )
 Add items to the "Tasks" category. More...
 
void showRecentFiles () raises (::com::sun::star::util::InvalidStateException)
 Display the recently used files (populated by LibreOffice) More...
 
void showFrequentFiles () raises (::com::sun::star::util::InvalidStateException)
 Display the frequently used files (populated by LibreOffice) More...
 
void commitList () raises ( ::com::sun::star::util::InvalidStateException )
 Commits the list. More...
 
void abortList () raises ( ::com::sun::star::util::InvalidStateException )
 Aborts a list building session started with beginList. More...
 
void deleteList ([in] string application) raises ( ::com::sun::star::lang::IllegalArgumentException )
 Deletes the Jump List for a certain application. More...
 
sequence< com::sun::star::system::windows::JumpListItemgetRemovedItems ([in] string application)
 Returns items that were removed from the jump list by the user. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Specifies a Jump List service.

Allows to add custom commands to the Windows Jump List.

Since
LibreOffice 7.4
See also
com::sun::star::system::windows::XJumpList

The documentation for this service was generated from the following file: