LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
Backwards-compatibility remainders of a removed library unloading feature. More...
#include "sal/config.h"
#include "osl/interlck.h"
#include "osl/time.h"
#include "sal/saldllapi.h"
#include "sal/types.h"
Go to the source code of this file.
Classes | |
struct | _rtl_ModuleCount |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
struct | _rtl_StandardModuleCount |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
Macros | |
#define | MODULE_COUNT_INIT { {rtl_moduleCount_acquire,rtl_moduleCount_release}, rtl_moduleCount_canUnload, 0, {0, 0}} |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
Typedefs | |
typedef struct SAL_DLLPUBLIC_RTTI _rtl_ModuleCount | rtl_ModuleCount |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
typedef struct _rtl_StandardModuleCount | rtl_StandardModuleCount |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
Functions | |
SAL_DLLPUBLIC void | rtl_moduleCount_acquire (rtl_ModuleCount *that) SAL_COLD |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
SAL_DLLPUBLIC void | rtl_moduleCount_release (rtl_ModuleCount *that) SAL_COLD |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
SAL_DLLPUBLIC sal_Bool | rtl_moduleCount_canUnload (rtl_StandardModuleCount *that, TimeValue *libUnused) SAL_COLD |
Backwards-compatibility remainder of a removed library unloading feature. More... | |
Backwards-compatibility remainders of a removed library unloading feature.
#define MODULE_COUNT_INIT { {rtl_moduleCount_acquire,rtl_moduleCount_release}, rtl_moduleCount_canUnload, 0, {0, 0}} |
Backwards-compatibility remainder of a removed library unloading feature.
typedef struct SAL_DLLPUBLIC_RTTI _rtl_ModuleCount rtl_ModuleCount |
Backwards-compatibility remainder of a removed library unloading feature.
typedef struct _rtl_StandardModuleCount rtl_StandardModuleCount |
Backwards-compatibility remainder of a removed library unloading feature.
SAL_DLLPUBLIC void rtl_moduleCount_acquire | ( | rtl_ModuleCount * | that | ) |
Backwards-compatibility remainder of a removed library unloading feature.
SAL_DLLPUBLIC sal_Bool rtl_moduleCount_canUnload | ( | rtl_StandardModuleCount * | that, |
TimeValue * | libUnused | ||
) |
Backwards-compatibility remainder of a removed library unloading feature.
SAL_DLLPUBLIC void rtl_moduleCount_release | ( | rtl_ModuleCount * | that | ) |
Backwards-compatibility remainder of a removed library unloading feature.