Searched refs:pComponentFunction (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 157 const sal_Int64* pComponentFunction = s_pCreationFunctionPointers->getConstArray(); in getComponentFactory() local 160 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory() 165 …mponentInstantiationFunction = reinterpret_cast<const ComponentInstantiation>(*pComponentFunction); in getComponentFactory()
|
/aoo4110/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 141 const sal_Int64* pComponentFunction = s_pCreationFunctionPointers->getConstArray(); in getComponentFactory() local 144 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory() 149 …mponentInstantiationFunction = reinterpret_cast<const ComponentInstantiation>(*pComponentFunction); in getComponentFactory()
|
/aoo4110/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 263 const sal_Int64* pComponentFunction = s_pCreationFunctionPointers->getConstArray(); in getComponentFactory() local 266 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory() 271 …mponentInstantiationFunction = reinterpret_cast<const ComponentInstantiation>(*pComponentFunction); in getComponentFactory()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 273 const sal_Int64* pComponentFunction = s_pCreationFunctionPointers->getConstArray(); in getComponentFactory() local 276 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory() 281 …mponentInstantiationFunction = reinterpret_cast<const ComponentInstantiation>(*pComponentFunction); in getComponentFactory()
|
Completed in 29 milliseconds