Remove component_getImplementationEnvironment
This commit is contained in:
parent
d6f18bf9e0
commit
15f10fc946
@ -225,11 +225,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
pImplName, pServiceManager, pRegistryKey, services);
|
pImplName, pServiceManager, pRegistryKey, services);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
|
|
||||||
component_getImplementationEnvironment(
|
|
||||||
char const ** ppEnvTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -510,14 +510,6 @@ css::uno::Reference< css::uno::XInterface > Service::createInstance(
|
|||||||
return static_cast< cppu::OWeakObject * >(new Service(context));
|
return static_cast< cppu::OWeakObject * >(new Service(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
if (envTypeName != 0) {
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
||||||
void * serviceManager, void *) {
|
void * serviceManager, void *) {
|
||||||
void * p = 0;
|
void * p = 0;
|
||||||
|
@ -162,12 +162,6 @@ css::uno::Reference< css::uno::XInterface > Service::createInstance(
|
|||||||
return static_cast< cppu::OWeakObject * >(new Service(rContext));
|
return static_cast< cppu::OWeakObject * >(new Service(rContext));
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
sal_Char const ** pEnvTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*pEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName,
|
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName,
|
||||||
void * pServiceManager, void *)
|
void * pServiceManager, void *)
|
||||||
{
|
{
|
||||||
|
@ -170,10 +170,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -134,10 +134,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
UDK_3_0_0 {
|
UDK_3_0_0 {
|
||||||
global:
|
global:
|
||||||
component_getFactory;
|
component_getFactory;
|
||||||
component_getImplementationEnvironment;
|
|
||||||
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
@ -423,11 +423,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL mixin_component_getFactory(
|
|||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL mixin_component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -227,12 +227,6 @@ static struct ImplementationEntry g_entries[] =
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * pServiceManager, void * pRegistryKey )
|
void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -506,12 +506,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -304,12 +304,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -351,12 +351,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -263,12 +263,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -104,12 +104,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
component_getImplementationEnvironment
|
|
||||||
component_getFactory
|
component_getFactory
|
||||||
component_writeInfo
|
component_writeInfo
|
||||||
|
@ -47,13 +47,6 @@ using namespace ::com::sun::star::lang;
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * pServiceManager, void * pRegistryKey )
|
void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -245,13 +245,6 @@ static struct cppu::ImplementationEntry g_entries[] =
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
component_getImplementationEnvironment
|
|
||||||
component_writeInfo
|
component_writeInfo
|
||||||
component_getFactory
|
component_getFactory
|
||||||
|
@ -278,12 +278,6 @@ using namespace remotebridges_officeclient;
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * pServiceManager, void * pRegistryKey )
|
void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -214,12 +214,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
component_getImplementationEnvironment
|
|
||||||
component_writeInfo
|
component_writeInfo
|
||||||
component_getFactory
|
component_getFactory
|
||||||
component_canUnload
|
component_canUnload
|
||||||
|
@ -136,10 +136,6 @@ static Reference<XInterface> SAL_CALL test4_createInstance(const Reference<XMult
|
|||||||
|
|
||||||
// Standard UNO library interface -------------------------------------------------
|
// Standard UNO library interface -------------------------------------------------
|
||||||
extern "C" {
|
extern "C" {
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv){
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw()
|
sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw()
|
||||||
{
|
{
|
||||||
if (pRegistryKey)
|
if (pRegistryKey)
|
||||||
|
@ -126,10 +126,6 @@ static Reference<XInterface> SAL_CALL test23_createInstance(const Reference<XMul
|
|||||||
|
|
||||||
// Standard UNO library interface -------------------------------------------------
|
// Standard UNO library interface -------------------------------------------------
|
||||||
extern "C" {
|
extern "C" {
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv){
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw()
|
sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw()
|
||||||
{
|
{
|
||||||
if (pRegistryKey)
|
if (pRegistryKey)
|
||||||
|
@ -125,12 +125,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -480,12 +480,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -3044,13 +3044,6 @@ Reference< XInterface > SAL_CALL ImplIntrospection_CreateInstance( const Referen
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * )
|
const sal_Char * pImplName, void * pServiceManager, void * )
|
||||||
{
|
{
|
||||||
|
@ -1221,12 +1221,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -990,13 +990,6 @@ sal_Bool SAL_CALL component_canUnload(
|
|||||||
&::stoc_invadp::g_moduleCount, pTime );
|
&::stoc_invadp::g_moduleCount, pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==============================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -445,15 +445,6 @@ static struct ImplementationEntry g_entries[] =
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
// NOTE: component_canUnload is not exported, as the library cannot be unloaded.
|
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -609,12 +609,6 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(sal_Char const ** pEnvTypeName,
|
|
||||||
uno_Environment **)
|
|
||||||
{
|
|
||||||
*pEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName,
|
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName,
|
||||||
void * pServiceManager,
|
void * pServiceManager,
|
||||||
void * pRegistryKey)
|
void * pRegistryKey)
|
||||||
|
@ -212,12 +212,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -521,12 +521,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue * pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount, pTime );
|
return g_moduleCount.canUnload( &g_moduleCount, pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -95,12 +95,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
|||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
//==================================================================================================
|
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
@ -155,12 +155,6 @@ Reference<XInterface> SAL_CALL ExampleComponent1_CreateInstance( const Reference
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * /* pServiceManager */ , void * pRegistryKey )
|
void * /* pServiceManager */ , void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -226,12 +226,6 @@ Reference<XInterface> SAL_CALL ExampleComponent2_CreateInstance( const Reference
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * /* pServiceManager */, void * pRegistryKey )
|
void * /* pServiceManager */, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
component_getImplementationEnvironment
|
|
||||||
component_writeInfo
|
component_writeInfo
|
||||||
component_getFactory
|
component_getFactory
|
||||||
|
@ -882,14 +882,6 @@ css::uno::Reference< css::uno::XInterface > Service::createInstance(
|
|||||||
return static_cast< cppu::OWeakObject * >(new Service(context));
|
return static_cast< cppu::OWeakObject * >(new Service(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
if (envTypeName != 0) {
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
||||||
void * serviceManager, void *) {
|
void * serviceManager, void *) {
|
||||||
void * p = 0;
|
void * p = 0;
|
||||||
|
@ -313,14 +313,6 @@ css::uno::Reference< css::uno::XInterface > Service::createInstance(
|
|||||||
return static_cast< cppu::OWeakObject * >(new Service(context));
|
return static_cast< cppu::OWeakObject * >(new Service(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
if (envTypeName != 0) {
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(char const * implName,
|
||||||
void * serviceManager, void *) {
|
void * serviceManager, void *) {
|
||||||
void * p = 0;
|
void * p = 0;
|
||||||
|
@ -292,12 +292,6 @@ extern "C" void SAL_CALL test_ServiceManager()
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
|
|
||||||
{
|
|
||||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
//==================================================================================================
|
|
||||||
sal_Bool SAL_CALL component_writeInfo(
|
sal_Bool SAL_CALL component_writeInfo(
|
||||||
void * /*pServiceManager*/, void * pRegistryKey )
|
void * /*pServiceManager*/, void * pRegistryKey )
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
UDK_3_0_0 {
|
UDK_3_0_0 {
|
||||||
global:
|
global:
|
||||||
component_getImplementationEnvironment;
|
|
||||||
component_writeInfo;
|
component_writeInfo;
|
||||||
component_getFactory;
|
component_getFactory;
|
||||||
test_ServiceManager;
|
test_ServiceManager;
|
||||||
|
@ -265,9 +265,3 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
return ::cppu::component_getFactoryHelper(
|
return ::cppu::component_getFactoryHelper(
|
||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, ::uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
@ -117,9 +117,3 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
return ::cppu::component_getFactoryHelper(
|
return ::cppu::component_getFactoryHelper(
|
||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, ::uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
@ -117,9 +117,3 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
|||||||
return cppu::component_getFactoryHelper(
|
return cppu::component_getFactoryHelper(
|
||||||
implName, serviceManager, registryKey, entries);
|
implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
|
|
||||||
char const ** envTypeName, uno_Environment **)
|
|
||||||
{
|
|
||||||
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
||||||
}
|
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
UDK_3_0_0 {
|
UDK_3_0_0 {
|
||||||
global:
|
global:
|
||||||
component_getFactory;
|
component_getFactory;
|
||||||
component_getImplementationEnvironment;
|
|
||||||
component_writeInfo;
|
component_writeInfo;
|
||||||
|
|
||||||
_ZTI*;
|
_ZTI*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user