Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
NO | NO | NO | NO |
Methods |
|
Module( ); |
|
Module( const ::rtl::OUString & strModuleName, sal_Int32 nRtldMode = SAL_LOADMODULE_DEFAULT ); |
|
~Module( ); |
|
sal_Bool load( const ::rtl::OUString & strModuleName, sal_Int32 nRtldMode = SAL_LOADMODULE_DEFAULT ); |
|
sal_Bool loadRelative( ::oslGenericFunction baseModule, const ::rtl::OUString & relativePath, ::sal_Int32 mode = SAL_LOADMODULE_DEFAULT ); |
|
sal_Bool loadRelative( oslGenericFunction baseModule, const char * relativePath, sal_Int32 mode = SAL_LOADMODULE_DEFAULT ); |
|
void unload( ); |
|
sal_Bool is( ) const; |
|
void * getSymbol( const ::rtl::OUString & strSymbolName ); |
|
oslGenericFunction getFunctionSymbol( const ::rtl::OUString & ustrFunctionSymbolName ); |
Get function address by the function name in the module. |
oslGenericFunction getFunctionSymbol( const char * name ) const; |
|
operator oslModule( ) const; |
Static Methods |
|
static sal_Bool getUrlFromAddress( void * addr, ::rtl::OUString & libraryUrl ); |
|
static sal_Bool getUrlFromAddress( oslGenericFunction addr, ::rtl::OUString & libraryUrl ); |
Get module URL from the specified function address in the module. |
Methods |
|
Module( const Module & ); |
|
Module & operator=( const Module & ); |
Data |
|
oslModule m_Module; |
Copyright © 2000, 2014 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.