|
LibreOffice Module unotools (master) 1
|
#include <unotools/unotoolsdllapi.h>#include <rtl/ustring.hxx>#include <vector>#include <optional>Go to the source code of this file.
Classes | |
| struct | SvtHistoryOptions::HistoryItem |
| Return the complete specified history list. More... | |
Namespaces | |
| namespace | SvtHistoryOptions |
| Collect information about history features. | |
Enumerations | |
| enum class | EHistoryType { PickList , HelpBookmarks } |
| You can use these enum values to specify right history if you call our interface methods. More... | |
Functions | |
| void | SvtHistoryOptions::Clear (EHistoryType eHistory) |
| Clear complete specified list. More... | |
| std::vector< HistoryItem > | SvtHistoryOptions::GetList (EHistoryType eHistory) |
| UNOTOOLS_DLLPUBLIC void | SvtHistoryOptions::AppendItem (EHistoryType eHistory, const OUString &sURL, const OUString &sFilter, const OUString &sTitle, const std::optional< OUString > &sThumbnail, std::optional< bool > oIsReadOnly) |
| Append a new item to the specified list. More... | |
| void | SvtHistoryOptions::DeleteItem (EHistoryType eHistory, const OUString &sURL) |
| Delete item from the specified list. More... | |
| void | SvtHistoryOptions::TogglePinItem (EHistoryType eHistory, const OUString &sURL) |
|
strong |
You can use these enum values to specify right history if you call our interface methods.
| Enumerator | |
|---|---|
| PickList | |
| HelpBookmarks | |
Definition at line 27 of file historyoptions.hxx.