FPentry.cxx (b557fc96) FPentry.cxx (8d854f23)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 67 unchanged lines hidden (view full) ---

76
77extern "C"
78{
79
80//------------------------------------------------
81// component_getImplementationEnvironment
82//------------------------------------------------
83
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 67 unchanged lines hidden (view full) ---

76
77extern "C"
78{
79
80//------------------------------------------------
81// component_getImplementationEnvironment
82//------------------------------------------------
83
84void SAL_CALL component_getImplementationEnvironment(
84SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
85 const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
86{
87 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
88}
89
90//------------------------------------------------
91//
92//------------------------------------------------
93
85 const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
86{
87 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
88}
89
90//------------------------------------------------
91//
92//------------------------------------------------
93
94void* SAL_CALL component_getFactory(
94SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
95 const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
96{
97 void* pRet = 0;
98
99 if( pSrvManager )
100 {
101 // FIXME: PJ: when we do not need native file and folder picker...
102 if (0) return 0;

--- 39 unchanged lines hidden ---
95 const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
96{
97 void* pRet = 0;
98
99 if( pSrvManager )
100 {
101 // FIXME: PJ: when we do not need native file and folder picker...
102 if (0) return 0;

--- 39 unchanged lines hidden ---