Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx37 uno::Sequence< sal_Int64 >* OModuleRegistration::s_pCreationFunctionPointers = NULL; member in OModuleRegistration
49 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
53 s_pCreationFunctionPointers = new uno::Sequence< sal_Int64 >; in registerComponent()
56 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()
60 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
67 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
72s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
84 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
87 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
99 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
[all …]
/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx53 Sequence< sal_Int64 >* OFormsModule::s_pCreationFunctionPointers = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule
65 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
69 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
72 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()
76 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
83 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
88s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
100 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
103 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
115 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
[all …]
H A Dforms_module.hxx71 s_pCreationFunctionPointers;
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx169 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
181 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
185 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
188 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()
192 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
199 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
204s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
216 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
219 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
231 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
[all …]
H A DAcomponentmodule.hxx101 s_pCreationFunctionPointers;
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx159 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
171 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
175 s_pCreationFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
178 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in registerComponent()
182 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
189 s_pCreationFunctionPointers->realloc(nOldLen + 1); in registerComponent()
194s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
206 …OSL_ENSURE(s_pImplementationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFac… in revokeComponent()
209 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
221 removeElementAt(*s_pCreationFunctionPointers, i); in revokeComponent()
[all …]
H A Dcomponentmodule.hxx85 s_pCreationFunctionPointers;
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx45 s_pCreationFunctionPointers;