LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to a list of recently used functions. More...
import"XRecentFunctions.idl";
Public Member Functions | |
sequence< long > | getRecentFunctionIds () |
returns a sequence of those functions that were most recently used. More... | |
void | setRecentFunctionIds ([in] sequence< long > aRecentFunctionIds) |
sets the list of those functions that were most recently used. More... | |
long | getMaxRecentFunctions () |
returns the maximum number of entries that will be stored as recently used functions. 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... | |
provides access to a list of recently used functions.
long getMaxRecentFunctions | ( | ) |
returns the maximum number of entries that will be stored as recently used functions.
sequence< long > getRecentFunctionIds | ( | ) |
returns a sequence of those functions that were most recently used.
The functions are represented by their identifiers.
void setRecentFunctionIds | ( | [in] sequence< long > | aRecentFunctionIds | ) |
sets the list of those functions that were most recently used.
The functions are represented by their identifiers.
aRecentFunctionIds | the sequence of function identifiers most recently used. |