Methods of Class Module
- Module
- Module(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
- operator=
- Module & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
- Module
- Module();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Module
- Module(
const ::rtl::OUString & |
strModuleName, |
sal_Int32 |
nRtldMode = SAL_LOADMODULE_DEFAULT ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- ~Module
- ~Module();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- load
- sal_Bool load(
const ::rtl::OUString & |
strModuleName, |
sal_Int32 |
nRtldMode = SAL_LOADMODULE_DEFAULT ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- loadRelative
- sal_Bool loadRelative(
::oslGenericFunction |
baseModule, |
const ::rtl::OUString & |
relativePath, |
::sal_Int32 |
mode = SAL_LOADMODULE_DEFAULT ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Since
- UDK 3.2.8
- loadRelative
- sal_Bool loadRelative(
oslGenericFunction |
baseModule, |
const char * |
relativePath, |
sal_Int32 |
mode = SAL_LOADMODULE_DEFAULT ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Since
- LibreOffice 3.5
- unload
- void unload();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- is
- sal_Bool is();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- getSymbol
- void * getSymbol(
const ::rtl::OUString & |
strSymbolName ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- getFunctionSymbol
- oslGenericFunction getFunctionSymbol(
const ::rtl::OUString & |
ustrFunctionSymbolName ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Get function address by the function name in the module.
- Description
- getFunctionSymbol is an alternative function for getSymbol.
Use Function pointer as symbol address to conceal type conversion.
- Parameters
ustrFunctionSymbolName |
[in] Function name to be looked up.
|
- Return
-
- oslGenericFunction format function address
- on success
- NULL
- lookup failed or parameter is somewhat invalid
- See Also
- getSymbol
- getFunctionSymbol
- oslGenericFunction getFunctionSymbol(
const char * |
name ) const; |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Since
- LibreOffice 3.5
- operator oslModule
- operator oslModule();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- getUrlFromAddress
- static sal_Bool getUrlFromAddress(
void * |
addr, |
::rtl::OUString & |
libraryUrl ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- getUrlFromAddress
- static sal_Bool getUrlFromAddress(
oslGenericFunction |
addr, |
::rtl::OUString & |
libraryUrl ); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Get module URL from the specified function address in the module.
- Description
- Similar to getUrlFromAddress, but use a function address to get URL of the Module.
Use Function pointer as symbol address to conceal type conversion.
- Parameters
addr |
[in] function address in oslGenericFunction format.
|
libraryUrl |
[in|out] receives the URL of the module.
|
- Return
-
- sal_True
- on success
- sal_False
- can not get the URL from the specified function address or the parameter is invalid.
- See Also
- getUrlFromAddress
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.