Searched refs:s_pFactoryFunctionPointers (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/forms/source/inc/ |
| H A D | forms_module_impl.hxx | 54 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() 89 … s_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 D | forms_module.hxx | 73 s_pFactoryFunctionPointers;
|
| /AOO41X/main/dbaccess/source/shared/ |
| H A D | registrationhelper.cxx | 38 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() 73 … s_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 D | componentmodule.cxx | 160 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() 195 … s_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 D | componentmodule.hxx | 87 s_pFactoryFunctionPointers;
|
| /AOO41X/main/dbaccess/source/ext/adabas/ |
| H A D | Acomponentmodule.cxx | 170 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() 205 … s_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 D | Acomponentmodule.hxx | 103 s_pFactoryFunctionPointers;
|
| /AOO41X/main/dbaccess/source/inc/ |
| H A D | registrationhelper.hxx | 47 s_pFactoryFunctionPointers;
|