LibreOffice Module vcl (master) 1
Classes | Functions
app/settings.cxx File Reference
#include <config_folders.h>
#include <officecfg/Office/Common.hxx>
#include <comphelper/processfactory.hxx>
#include <rtl/bootstrap.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <comphelper/lok.hxx>
#include <vcl/graphicfilter.hxx>
#include <IconThemeScanner.hxx>
#include <IconThemeSelector.hxx>
#include <vcl/IconThemeInfo.hxx>
#include <vcl/svapp.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/i18nhelp.hxx>
#include <configsettings.hxx>
#include <vcl/outdev.hxx>
#include <unotools/fontcfg.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/confignode.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/syslocaleoptions.hxx>
#include <salframe.hxx>
#include <svdata.hxx>
Include dependency graph for app/settings.cxx:

Go to the source code of this file.

Classes

struct  ImplMouseData
 
struct  ImplStyleData
 
struct  ImplMiscData
 
struct  ImplHelpData
 
struct  ImplAllSettingsData
 

Functions

static BitmapEx readBitmapEx (const OUString &rPath)
 
static void setupPersonaHeaderFooter (WhichPersona eWhich, OUString &rHeaderFooter, BitmapEx &rHeaderFooterBitmap, std::optional< Color > &rMenuBarTextColor)
 Update the setting of the Persona header / footer in ImplStyleData. More...
 

Function Documentation

◆ readBitmapEx()

static BitmapEx readBitmapEx ( const OUString &  rPath)
static

◆ setupPersonaHeaderFooter()

static void setupPersonaHeaderFooter ( WhichPersona  eWhich,
OUString &  rHeaderFooter,
BitmapEx rHeaderFooterBitmap,
std::optional< Color > &  rMenuBarTextColor 
)
static