Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx36 uno::Sequence< uno::Sequence< ::rtl::OUString > >* OModuleRegistration::s_pSupportedServices = NUL… 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()
56 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()
84 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
86 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
98 removeElementAt(*s_pSupportedServices, i); in revokeComponent()
[all …]
/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()
72 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()
100 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
102 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
114 removeElementAt(*s_pSupportedServices, i); in revokeComponent()
[all …]
H A Dforms_module.hxx69 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()
188 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()
216 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
218 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
230 removeElementAt(*s_pSupportedServices, i); in revokeComponent()
[all …]
H A DAcomponentmodule.hxx99 s_pSupportedServices;
/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()
178 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… 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()
206 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
208 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
220 removeElementAt(*s_pSupportedServices, i); in revokeComponent()
[all …]
H A Dcomponentmodule.hxx83 s_pSupportedServices;
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx43 s_pSupportedServices;