LibreOffice Module vcl (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
MiscSettings Class Reference

#include <settings.hxx>

Public Member Functions

 MiscSettings ()
 
bool GetEnableATToolSupport () const
 
bool GetDisablePrinting () const
 
void SetEnableLocalizedDecimalSep (bool bEnable)
 
bool GetEnableLocalizedDecimalSep () const
 
bool operator== (const MiscSettings &rSet) const
 
bool operator!= (const MiscSettings &rSet) const
 

Static Public Member Functions

static void SetDarkMode (int nMode)
 
static int GetDarkMode ()
 
static bool GetUseDarkMode ()
 
static void SetAppColorMode (int nMode)
 
static int GetAppColorMode ()
 
static bool GetUseReducedAnimation ()
 

Private Attributes

std::shared_ptr< ImplMiscDatamxData
 

Detailed Description

Definition at line 637 of file settings.hxx.

Constructor & Destructor Documentation

◆ MiscSettings()

MiscSettings::MiscSettings ( )

Definition at line 2610 of file app/settings.cxx.

References make_shared().

Member Function Documentation

◆ GetAppColorMode()

int MiscSettings::GetAppColorMode ( )
static

Definition at line 2815 of file app/settings.cxx.

References utl::ConfigManager::IsFuzzing().

◆ GetDarkMode()

int MiscSettings::GetDarkMode ( )
static

Definition at line 2788 of file app/settings.cxx.

◆ GetDisablePrinting()

bool MiscSettings::GetDisablePrinting ( ) const

◆ GetEnableATToolSupport()

bool MiscSettings::GetEnableATToolSupport ( ) const

◆ GetEnableLocalizedDecimalSep()

bool MiscSettings::GetEnableLocalizedDecimalSep ( ) const

Definition at line 2783 of file app/settings.cxx.

References mxData.

Referenced by AllSettings::LocaleSettingsChanged().

◆ GetUseDarkMode()

bool MiscSettings::GetUseDarkMode ( )
static

◆ GetUseReducedAnimation()

bool MiscSettings::GetUseReducedAnimation ( )
static

◆ operator!=()

bool MiscSettings::operator!= ( const MiscSettings rSet) const

Definition at line 2626 of file app/settings.cxx.

References rSet.

◆ operator==()

bool MiscSettings::operator== ( const MiscSettings rSet) const

Definition at line 2615 of file app/settings.cxx.

References mxData, and rSet.

◆ SetAppColorMode()

void MiscSettings::SetAppColorMode ( int  nMode)
static

Definition at line 2822 of file app/settings.cxx.

References comphelper::ConfigurationChanges::create().

◆ SetDarkMode()

void MiscSettings::SetDarkMode ( int  nMode)
static

◆ SetEnableLocalizedDecimalSep()

void MiscSettings::SetEnableLocalizedDecimalSep ( bool  bEnable)

Member Data Documentation

◆ mxData

std::shared_ptr<ImplMiscData> MiscSettings::mxData
private

The documentation for this class was generated from the following files: