LibreOffice Module vcl (master) 1
|
#include <config_features.h>
#include <config_vclplug.h>
#include <cstdio>
#include <desktop/crashreport.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/process.h>
#include <salinst.hxx>
#include <sal/log.hxx>
#include <svdata.hxx>
#include <vcl/svapp.hxx>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | STATIC_SAL_INSTANCE 1 |
Functions | |
SalInstance * | create_SalInstance () |
SalInstance * | CreateSalInstance () |
void | DestroySalInstance (SalInstance *pInst) |
void | SalAbort (const OUString &rErrorText, bool bDumpCore) |
const OUString & | SalGetDesktopEnvironment () |
#define STATIC_SAL_INSTANCE 1 |
Definition at line 53 of file salplug.cxx.
SalInstance * create_SalInstance | ( | ) |
Referenced by CreateSalInstance().
SalInstance * CreateSalInstance | ( | ) |
Definition at line 305 of file salplug.cxx.
References create_SalInstance(), Application::EnableBitmapRendering(), i, Application::IsBitmapRendering(), and SAL_INFO_IF.
Referenced by InitVCL().
void DestroySalInstance | ( | SalInstance * | pInst | ) |
Definition at line 387 of file salplug.cxx.
Referenced by DeInitVCL().
void SalAbort | ( | const OUString & | rErrorText, |
bool | bDumpCore | ||
) |
Definition at line 396 of file salplug.cxx.
References CrashReporter::addKeyValue(), SalInstance::BeforeAbort(), GetSalInstance(), LOGE, OUStringToOString(), and CrashReporter::Write.
Referenced by Application::Abort().
const OUString & SalGetDesktopEnvironment | ( | ) |
Definition at line 437 of file salplug.cxx.
Referenced by Application::GetDesktopEnvironment().