ucpexpand.cxx (421ed02e) | ucpexpand.cxx (01b48801) |
---|---|
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 --- 249 unchanged lines hidden (view full) --- 258 { 0, 0, 0, 0, 0, 0 } 259}; 260 261} 262 263extern "C" 264{ 265 | 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 --- 249 unchanged lines hidden (view full) --- 258 { 0, 0, 0, 0, 0, 0 } 259}; 260 261} 262 263extern "C" 264{ 265 |
266void SAL_CALL component_getImplementationEnvironment( | 266SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( |
267 const sal_Char ** ppEnvTypeName, uno_Environment ** ) 268{ 269 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; 270} 271 | 267 const sal_Char ** ppEnvTypeName, uno_Environment ** ) 268{ 269 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; 270} 271 |
272void * SAL_CALL component_getFactory( | 272SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( |
273 const sal_Char * pImplName, 274 lang::XMultiServiceFactory * pServiceManager, 275 registry::XRegistryKey * pRegistryKey ) 276{ 277 return ::cppu::component_getFactoryHelper( 278 pImplName, pServiceManager, pRegistryKey, s_entries ); 279} 280 281} | 273 const sal_Char * pImplName, 274 lang::XMultiServiceFactory * pServiceManager, 275 registry::XRegistryKey * pRegistryKey ) 276{ 277 return ::cppu::component_getFactoryHelper( 278 pImplName, pServiceManager, pRegistryKey, s_entries ); 279} 280 281} |