LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
List of all members
JumpList Service Reference

Specifies a Jump List service. More...

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

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: