LibreOffice Module unotools (master) 1
Classes | Namespaces | Typedefs | Enumerations
options.hxx File Reference
#include <sal/config.h>
#include <unotools/unotoolsdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
#include <memory>
Include dependency graph for options.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< ConfigurationHints >
 
class  utl::ConfigurationListener
 
class  utl::ConfigurationBroadcaster
 
class  utl::detail::Options
 

Namespaces

namespace  o3tl
 
namespace  utl
 
namespace  utl::detail
 

Typedefs

typedef ::std::vector< ConfigurationListener * > utl::IMPL_ConfigurationListenerList
 

Enumerations

enum class  ConfigurationHints {
  NONE = 0x0000 ,
  Locale = 0x0001 ,
  Currency = 0x0002 ,
  UiLocale = 0x0004 ,
  DecSep = 0x0008 ,
  DatePatterns = 0x0010 ,
  IgnoreLang = 0x0020 ,
  CtlSettingsChanged = 0x2000
}
 

Enumeration Type Documentation

◆ ConfigurationHints

enum class ConfigurationHints
strong
Enumerator
NONE 
Locale 
Currency 
UiLocale 
DecSep 
DatePatterns 
IgnoreLang 
CtlSettingsChanged 

Definition at line 30 of file options.hxx.