Searched refs:s_pCreationFunctionPointers (Results 1 – 8 of 8) sorted by relevance
37 uno::Sequence< sal_Int64 >* OModuleRegistration::s_pCreationFunctionPointers = NULL; member in OModuleRegistration49 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 …]
53 Sequence< sal_Int64 >* OFormsModule::s_pCreationFunctionPointers = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule65 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 …]
71 s_pCreationFunctionPointers;
169 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule181 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 …]
101 s_pCreationFunctionPointers;
159 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule171 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 …]
85 s_pCreationFunctionPointers;
45 s_pCreationFunctionPointers;
Completed in 51 milliseconds