LibreOffice Module vcl (master) 1
|
#include <sal/types.h>
#include <rtl/ref.hxx>
#include <vcl/dllapi.h>
#include <vcl/salgtype.hxx>
#include <vcl/vclenum.hxx>
#include "displayconnectiondispatch.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | SalInstance |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | comphelper |
namespace | vcl |
namespace | weld |
Typedefs | |
typedef struct _cairo_font_options | cairo_font_options_t |
Functions | |
SalInstance * | CreateSalInstance () |
void | DestroySalInstance (SalInstance *pInst) |
void | SalAbort (const OUString &rErrorText, bool bDumpCore) |
const OUString & | SalGetDesktopEnvironment () |
typedef struct _cairo_font_options cairo_font_options_t |
Definition at line 73 of file salinst.hxx.
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().