LibreOffice Module unotools (master) 1
Classes | Functions | Variables
useroptions.cxx File Reference
#include <sal/config.h>
#include <unotools/useroptions.hxx>
#include <unotools/syslocale.hxx>
#include <com/sun/star/uno/Any.hxx>
#include "itemholder1.hxx"
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp>
#include <com/sun/star/util/ChangesEvent.hpp>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/enumarray.hxx>
#include <o3tl/string_view.hxx>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for useroptions.cxx:

Go to the source code of this file.

Classes

class  SvtUserOptions::ChangeListener
 
class  SvtUserOptions::Impl
 

Functions

static std::recursive_mutex & GetInitMutex ()
 

Variables

static o3tl::enumarray< UserOptToken, char const * > vOptionNames
 

Function Documentation

◆ GetInitMutex()

static std::recursive_mutex & GetInitMutex ( )
static

Variable Documentation

◆ vOptionNames

o3tl::enumarray<UserOptToken, char const *> vOptionNames
static
Initial value:
= {
"l",
"o",
"c",
"mail",
"facsimiletelephonenumber",
"givenname",
"sn",
"position",
"st",
"street",
"homephone",
"telephonenumber",
"title",
"initials",
"postalcode",
"fathersname",
"apartment",
"signingkey",
"encryptionkey",
"encrypttoself"
}

Definition at line 48 of file useroptions.cxx.

Referenced by SvtUserOptions::Impl::GetValue_Impl(), SvtUserOptions::Impl::IsTokenReadonly(), and SvtUserOptions::Impl::SetValue_Impl().