LibreOffice Module sfx2 (master) 1
Typedefs | Functions
appinit.cxx File Reference
#include <config_features.h>
#include <sfx2/app.hxx>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/frame/theGlobalEventBroadcaster.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <basic/sbdef.hxx>
#include <tools/svlibrary.h>
#include <svtools/soerr.hxx>
#include <unotools/configmgr.hxx>
#include <svtools/ehdl.hxx>
#include <comphelper/processfactory.hxx>
#include <osl/module.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <vcl/specialchars.hxx>
#include <vcl/help.hxx>
#include <vcl/svapp.hxx>
#include <unoctitm.hxx>
#include <appdata.hxx>
#include <sfx2/dispatch.hxx>
#include <nochaos.hxx>
Include dependency graph for appinit.cxx:

Go to the source code of this file.

Typedefs

typedef bool(* PFunc_getSpecialCharsForEdit) (weld::Widget *i_pParent, const vcl::Font &i_rFont, OUString &o_rOutString)
 

Functions

static void thisModule ()
 
static OUString SfxGetSpecialCharsForEdit (weld::Widget *pParent, const vcl::Font &rFont)
 

Typedef Documentation

◆ PFunc_getSpecialCharsForEdit

typedef bool(* PFunc_getSpecialCharsForEdit) (weld::Widget *i_pParent, const vcl::Font &i_rFont, OUString &o_rOutString)

Definition at line 127 of file appinit.cxx.

Function Documentation

◆ SfxGetSpecialCharsForEdit()

static OUString SfxGetSpecialCharsForEdit ( weld::Widget pParent,
const vcl::Font rFont 
)
static

Definition at line 144 of file appinit.cxx.

References DBG_ASSERT, GetSpecialCharsForEdit(), SVLIBRARY, and thisModule().

Referenced by SfxApplication::Initialize_Impl().

◆ thisModule()

static void thisModule ( )
static

Definition at line 136 of file appinit.cxx.

References thisModule().

Referenced by SfxGetSpecialCharsForEdit(), and thisModule().