LibreOffice Module unotools (master) 1
Classes | Namespaces | Enumerations | Functions
historyoptions.hxx File Reference
#include <unotools/unotoolsdllapi.h>
#include <rtl/ustring.hxx>
#include <vector>
#include <optional>
Include dependency graph for historyoptions.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ EHistoryType

enum class EHistoryType
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.