Home
last modified time | relevance | path

Searched refs:s_pFactoryFunctionPointers (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx38 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 …]
/aoo42x/main/forms/source/inc/
H A Dforms_module_impl.hxx54 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 Dforms_module.hxx73 s_pFactoryFunctionPointers;
/aoo42x/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx170 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 DAcomponentmodule.hxx103 s_pFactoryFunctionPointers;
/aoo42x/main/extensions/source/inc/
H A Dcomponentmodule.cxx160 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 Dcomponentmodule.hxx87 s_pFactoryFunctionPointers;
/aoo42x/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx47 s_pFactoryFunctionPointers;

Completed in 30 milliseconds