Home
last modified time | relevance | path

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

/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx53 Sequence< sal_Int64 >* OFormsModule::s_pCreationFunctionPointers = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule
65 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
69 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
76 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
83 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
88 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
103 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
115 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
125 delete s_pCreationFunctionPointers; s_pCreationFunctionPointers = NULL; in revokeComponent()
146 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
[all …]
H A Dforms_module.hxx71 s_pCreationFunctionPointers;
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx37 uno::Sequence< sal_Int64 >* OModuleRegistration::s_pCreationFunctionPointers = NULL; member in OModuleRegistration
49 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
53 s_pCreationFunctionPointers = new uno::Sequence< sal_Int64 >; in registerComponent()
60 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
67 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
72 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
87 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
99 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
109 delete s_pCreationFunctionPointers; s_pCreationFunctionPointers = NULL; in revokeComponent()
130 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
[all …]
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx159 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
171 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
175 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
182 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
189 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
194 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
209 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
221 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
231 delete s_pCreationFunctionPointers; s_pCreationFunctionPointers = NULL; in revokeComponent()
252 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
[all …]
H A Dcomponentmodule.hxx85 s_pCreationFunctionPointers;
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx169 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
181 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
185 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
192 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
199 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
204 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
219 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
231 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
241 delete s_pCreationFunctionPointers; s_pCreationFunctionPointers = NULL; in revokeComponent()
262 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
[all …]
H A DAcomponentmodule.hxx101 s_pCreationFunctionPointers;
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx45 s_pCreationFunctionPointers;

Completed in 33 milliseconds