LibreOffice Module shell (master) 1
|
#include <global.hxx>
#include <propertyhdl.hxx>
#include <fileextensions.hxx>
#include <metainforeader.hxx>
#include <utilities.hxx>
#include <config.hxx>
#include <propkey.h>
#include <propvarutil.h>
#include <sal/macros.h>
#include <malloc.h>
#include <strsafe.h>
#include <stream_helper.hxx>
Go to the source code of this file.
Functions | |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllCanUnloadNow () |
BOOL WINAPI | DllMain (HINSTANCE hInst, ULONG, LPVOID) |
Variables | |
LONG | g_DllRefCnt = 0 |
static HINSTANCE | g_hModule = nullptr |
const PROPERTYKEY | g_rgPROPERTIES [] |
size_t const | gPropertyTableSize = SAL_N_ELEMENTS(g_rgPROPERTIES) |
STDAPI DllCanUnloadNow | ( | void | ) |
Definition at line 415 of file propertyhdl.cxx.
References g_DllRefCnt, CClassFactory::IsLocked(), and OutputDebugStringFormatW().
STDAPI DllGetClassObject | ( | REFCLSID | rclsid, |
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 398 of file propertyhdl.cxx.
References CLSID_PROPERTY_HANDLER, and OutputDebugStringFormatW().
BOOL WINAPI DllMain | ( | HINSTANCE | hInst, |
ULONG | , | ||
LPVOID | |||
) |
Definition at line 425 of file propertyhdl.cxx.
References g_hModule, OutputDebugStringFormatW(), and TRUE.
LONG g_DllRefCnt = 0 |
Definition at line 39 of file propertyhdl.cxx.
Referenced by CClassFactory::CClassFactory(), CColumnInfo::CColumnInfo(), CInfoTip::CInfoTip(), CPropertyHdl::CPropertyHdl(), CPropertySheet::CPropertySheet(), CThumbviewer::CThumbviewer(), DllCanUnloadNow(), CClassFactory::~CClassFactory(), CColumnInfo::~CColumnInfo(), CInfoTip::~CInfoTip(), CPropertyHdl::~CPropertyHdl(), CPropertySheet::~CPropertySheet(), and CThumbviewer::~CThumbviewer().
|
static |
Definition at line 40 of file propertyhdl.cxx.
Referenced by DllMain(), and internal::LoadSignetImageFromResource().
const PROPERTYKEY g_rgPROPERTIES[] |
Definition at line 42 of file propertyhdl.cxx.
Referenced by CPropertyHdl::LoadProperties().
size_t const gPropertyTableSize = SAL_N_ELEMENTS(g_rgPROPERTIES) |
Definition at line 51 of file propertyhdl.cxx.
Referenced by CPropertyHdl::LoadProperties().