|
LibreOffice Module unotools (master) 1
|
#include <sal/config.h>#include <unotools/unotoolsdllapi.h>#include <o3tl/typed_flags_set.hxx>#include <vector>#include <memory>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 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Locale | |
| Currency | |
| UiLocale | |
| DecSep | |
| DatePatterns | |
| IgnoreLang | |
| CtlSettingsChanged | |
Definition at line 30 of file options.hxx.