Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx35 uno::Sequence< ::rtl::OUString >* OModuleRegistration::s_pImplementationNames = N… member in OModuleRegistration
47 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 …]
/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx51 Sequence< ::rtl::OUString >* OFormsModule::s_pImplementationNames = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule
63 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 …]
H A Dforms_module.hxx67 s_pImplementationNames;
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx167 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL; member in COMPMOD_NAMESPACE::OModule
179 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 …]
H A DAcomponentmodule.hxx97 s_pImplementationNames;
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx157 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL; member in COMPMOD_NAMESPACE::OModule
169 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 …]
H A Dcomponentmodule.hxx81 s_pImplementationNames;
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx41 s_pImplementationNames;