LibreOffice Module cli_ure (master) 1
Classes | Namespaces | Macros | Variables
native_bootstrap.cxx File Reference
#include "native_share.h"
#include "rtl/bootstrap.hxx"
#include "com/sun/star/uno/XComponentContext.hpp"
#include "cppuhelper/bootstrap.hxx"
#include <memory>
#include <stdio.h>
#include <windows.h>
#include <delayimp.h>
Include dependency graph for native_bootstrap.cxx:

Go to the source code of this file.

Classes

class  uno::util::sealed
 Bootstrapping native UNO. More...
 

Namespaces

namespace  uno
 
namespace  uno::util
 

Macros

#define WIN32_LEAN_AND_MEAN
 
#define INSTALL_PATH   L"Software\\LibreOffice\\UNO\\InstallPath"
 
#define UNO_PATH   L"UNO_PATH"
 

Variables

ExternC const PfnDliHook __pfnDliFailureHook2 = delayLoadHook
 

Macro Definition Documentation

◆ INSTALL_PATH

#define INSTALL_PATH   L"Software\\LibreOffice\\UNO\\InstallPath"

Definition at line 31 of file native_bootstrap.cxx.

◆ UNO_PATH

#define UNO_PATH   L"UNO_PATH"

Definition at line 32 of file native_bootstrap.cxx.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 27 of file native_bootstrap.cxx.

Variable Documentation

◆ __pfnDliFailureHook2

ExternC const PfnDliHook __pfnDliFailureHook2 = delayLoadHook

Definition at line 185 of file native_bootstrap.cxx.