Home
last modified time | relevance | path

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

/AOO41X/main/forms/source/inc/
H A Dforms_module_impl.hxx54 Sequence< sal_Int64 >* OFormsModule::s_pFactoryFunctionPointers = NULL; member in FORMS_MODULE_NAMESPACE::OFormsModule
65 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
70 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
72 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in registerComponent()
77 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
84 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
89s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
100 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in revokeComponent()
104 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
116 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent()
[all …]
H A Dforms_module.hxx73 s_pFactoryFunctionPointers;
/AOO41X/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx38 uno::Sequence< sal_Int64 >* OModuleRegistration::s_pFactoryFunctionPointers = NULL; member in OModuleRegistration
49 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
54 s_pFactoryFunctionPointers = new uno::Sequence< sal_Int64 >; in registerComponent()
56 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in registerComponent()
61 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
68 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
73s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
84 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in revokeComponent()
88 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
100 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent()
[all …]
/AOO41X/main/extensions/source/inc/
H A Dcomponentmodule.cxx160 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
171 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
176 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
178 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in registerComponent()
183 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
190 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
195s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
206 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in revokeComponent()
210 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
222 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent()
[all …]
H A Dcomponentmodule.hxx87 s_pFactoryFunctionPointers;
/AOO41X/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx170 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL; member in COMPMOD_NAMESPACE::OModule
181 … OSL_ENSURE(!s_pSupportedServices && !s_pCreationFunctionPointers && !s_pFactoryFunctionPointers, in registerComponent()
186 s_pFactoryFunctionPointers = new Sequence< sal_Int64 >; in registerComponent()
188 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in registerComponent()
193 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
200 s_pFactoryFunctionPointers->realloc(nOldLen + 1); in registerComponent()
205s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
216 …entationNames && s_pSupportedServices && s_pCreationFunctionPointers && s_pFactoryFunctionPointers, in revokeComponent()
220 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
232 removeElementAt(*s_pFactoryFunctionPointers, i); in revokeComponent()
[all …]
H A DAcomponentmodule.hxx103 s_pFactoryFunctionPointers;
/AOO41X/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx47 s_pFactoryFunctionPointers;