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()56 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()84 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()87 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()99 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()[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()72 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()100 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()103 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()115 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()[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()188 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()216 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()219 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()231 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()[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()178 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()206 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()209 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()221 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()[all …]
85 s_pCreationFunctionPointers;
45 s_pCreationFunctionPointers;