Searched refs:s_pSupportedServices (Results 1 – 8 of 8) sorted by relevance
52 Sequence< Sequence< ::rtl::OUString > >* OFormsModule::s_pSupportedServices = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule65 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()68 s_pSupportedServices = new Sequence< Sequence< ::rtl::OUString > >; in registerComponent()75 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()82 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()87 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()102 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()114 removeElementAt(*s_pSupportedServices, i); in revokeComponent()124 delete s_pSupportedServices; s_pSupportedServices = NULL; in revokeComponent()145 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()[all …]
69 s_pSupportedServices;
36 uno::Sequence< uno::Sequence< ::rtl::OUString > >* OModuleRegistration::s_pSupportedServices = NULL; member in OModuleRegistration49 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()52 s_pSupportedServices = new uno::Sequence< uno::Sequence< ::rtl::OUString > >; in registerComponent()59 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()66 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()71 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()86 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()98 removeElementAt(*s_pSupportedServices, i); in revokeComponent()108 delete s_pSupportedServices; s_pSupportedServices = NULL; in revokeComponent()129 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()[all …]
158 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL; member in COMPMOD_NAMESPACE::OModule171 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()174 s_pSupportedServices = new Sequence< Sequence< ::rtl::OUString > >; in registerComponent()181 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()188 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()193 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()208 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()220 removeElementAt(*s_pSupportedServices, i); in revokeComponent()230 delete s_pSupportedServices; s_pSupportedServices = NULL; in revokeComponent()251 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()[all …]
83 s_pSupportedServices;
168 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL; member in COMPMOD_NAMESPACE::OModule181 OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()184 s_pSupportedServices = new Sequence< Sequence< ::rtl::OUString > >; in registerComponent()191 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()198 s_pSupportedServices->realloc(nOldLen + 1); in registerComponent()203 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()218 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()230 removeElementAt(*s_pSupportedServices, i); in revokeComponent()240 delete s_pSupportedServices; s_pSupportedServices = NULL; in revokeComponent()261 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()[all …]
99 s_pSupportedServices;
43 s_pSupportedServices;
Completed in 34 milliseconds