Searched refs:s_pFactoryFunctionPointers (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 54 Sequence< sal_Int64 >* OFormsModule::s_pFactoryFunctionPointers = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule 65 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent() 70 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent() 77 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 84 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 89 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent() 104 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 116 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent() 126 delete s_pFactoryFunctionPointers; s_pFactoryFunctionPointers = NULL; in revokeComponent() 147 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory() [all …]
|
H A D | forms_module.hxx | 73 s_pFactoryFunctionPointers;
|
/aoo4110/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 38 uno::Sequence< sal_Int64 >* OModuleRegistration::s_pFactoryFunctionPointers = NULL; member in OModuleRegistration 49 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent() 54 s_pFactoryFunctionPointers = new uno::Sequence< sal_Int64 >; in registerComponent() 61 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 68 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 73 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent() 88 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 100 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent() 110 delete s_pFactoryFunctionPointers; s_pFactoryFunctionPointers = NULL; in revokeComponent() 131 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory() [all …]
|
/aoo4110/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 160 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule 171 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent() 176 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent() 183 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 190 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 195 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent() 210 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 222 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent() 232 delete s_pFactoryFunctionPointers; s_pFactoryFunctionPointers = NULL; in revokeComponent() 253 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory() [all …]
|
H A D | componentmodule.hxx | 87 s_pFactoryFunctionPointers;
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 170 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule 181 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent() 186 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent() 193 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 200 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent() 205 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent() 220 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 232 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent() 242 delete s_pFactoryFunctionPointers; s_pFactoryFunctionPointers = NULL; in revokeComponent() 263 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory() [all …]
|
H A D | Acomponentmodule.hxx | 103 s_pFactoryFunctionPointers;
|
/aoo4110/main/dbaccess/source/inc/ |
H A D | registrationhelper.hxx | 47 s_pFactoryFunctionPointers;
|
Completed in 33 milliseconds