Searched refs:pFactoryFunction (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 158 const sal_Int64* pFactoryFunction = s_pFactoryFunctionPointers->getConstArray(); in getComponentFactory() local 160 …or (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunction) in getComponentFactory() 164 …ion FactoryInstantiationFunction = reinterpret_cast<const FactoryInstantiation>(*pFactoryFunction); in getComponentFactory()
|
/aoo4110/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 142 const sal_Int64* pFactoryFunction = s_pFactoryFunctionPointers->getConstArray(); in getComponentFactory() local 144 …or (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunction) in getComponentFactory() 148 …ion FactoryInstantiationFunction = reinterpret_cast<const FactoryInstantiation>(*pFactoryFunction); in getComponentFactory()
|
/aoo4110/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 264 const sal_Int64* pFactoryFunction = s_pFactoryFunctionPointers->getConstArray(); in getComponentFactory() local 266 …or (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunction) in getComponentFactory() 270 …ion FactoryInstantiationFunction = reinterpret_cast<const FactoryInstantiation>(*pFactoryFunction); in getComponentFactory()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 274 const sal_Int64* pFactoryFunction = s_pFactoryFunctionPointers->getConstArray(); in getComponentFactory() local 276 …or (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunction) in getComponentFactory() 280 …ion FactoryInstantiationFunction = reinterpret_cast<const FactoryInstantiation>(*pFactoryFunction); in getComponentFactory()
|
Completed in 73 milliseconds