LibreOffice Module vcl (master) 1
Classes | Namespaces | Typedefs | Functions
salinst.hxx File Reference
#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>
Include dependency graph for salinst.hxx:
This graph shows which files directly or indirectly include this file:

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

SalInstanceCreateSalInstance ()
 
void DestroySalInstance (SalInstance *pInst)
 
void SalAbort (const OUString &rErrorText, bool bDumpCore)
 
const OUString & SalGetDesktopEnvironment ()
 

Typedef Documentation

◆ cairo_font_options_t

typedef struct _cairo_font_options cairo_font_options_t

Definition at line 73 of file salinst.hxx.

Function Documentation

◆ CreateSalInstance()

SalInstance * CreateSalInstance ( )

◆ DestroySalInstance()

void DestroySalInstance ( SalInstance pInst)

Definition at line 387 of file salplug.cxx.

Referenced by DeInitVCL().

◆ SalAbort()

void SalAbort ( const OUString &  rErrorText,
bool  bDumpCore 
)

◆ SalGetDesktopEnvironment()

const OUString & SalGetDesktopEnvironment ( )

Definition at line 437 of file salplug.cxx.

Referenced by Application::GetDesktopEnvironment().