Home
last modified time | relevance | path

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

/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx52 Sequence< Sequence< ::rtl::OUString > >* OFormsModule::s_pSupportedServices = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule
65 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 …]
H A Dforms_module.hxx69 s_pSupportedServices;
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx36 uno::Sequence< uno::Sequence< ::rtl::OUString > >* OModuleRegistration::s_pSupportedServices = NULL; member in OModuleRegistration
49 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 …]
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx158 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL; member in COMPMOD_NAMESPACE::OModule
171 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 …]
H A Dcomponentmodule.hxx83 s_pSupportedServices;
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx168 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL; member in COMPMOD_NAMESPACE::OModule
181 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 …]
H A DAcomponentmodule.hxx99 s_pSupportedServices;
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx43 s_pSupportedServices;

Completed in 41 milliseconds