Searched refs:s_pImplementationNames (Results 1 – 8 of 8) sorted by relevance
35 uno::Sequence< ::rtl::OUString >* OModuleRegistration::s_pImplementationNames = N… member in OModuleRegistration47 if (!s_pImplementationNames) in registerComponent()51 s_pImplementationNames = new uno::Sequence< ::rtl::OUString >; in registerComponent()56 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()59 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()60 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()61 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()64 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()65 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()70 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()[all …]
51 Sequence< ::rtl::OUString >* OFormsModule::s_pImplementationNames = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule63 if (!s_pImplementationNames) in registerComponent()67 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()72 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()75 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()76 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()77 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()80 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()81 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()86 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()[all …]
67 s_pImplementationNames;
167 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL; member in COMPMOD_NAMESPACE::OModule179 if (!s_pImplementationNames) in registerComponent()183 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()188 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()191 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()192 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()193 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()196 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()197 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()202 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()[all …]
97 s_pImplementationNames;
157 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL; member in COMPMOD_NAMESPACE::OModule169 if (!s_pImplementationNames) in registerComponent()173 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()178 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()181 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()182 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()183 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()186 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()187 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()192 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()[all …]
81 s_pImplementationNames;
41 s_pImplementationNames;