/aoo4110/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 58 const ::rtl::OUString& _rImplementationName, in registerComponent() 86 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 93 void OFormsModule::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent() argument 111 if (pImplNames->equals(_rImplementationName)) in revokeComponent() 132 const ::rtl::OUString& _rImplementationName, in getComponentFactory() 136 …OSL_ENSURE(_rImplementationName.getLength(), "OFormsModule::getComponentFactory : invalid argument… in getComponentFactory() 162 if (pImplName->equals(_rImplementationName)) in getComponentFactory()
|
H A D | forms_module.hxx | 88 const ::rtl::OUString& _rImplementationName, 98 const ::rtl::OUString& _rImplementationName); 110 const ::rtl::OUString& _rImplementationName,
|
/aoo4110/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 42 const ::rtl::OUString& _rImplementationName, in registerComponent() 70 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 77 void OModuleRegistration::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent() argument 95 if (pImplNames->equals(_rImplementationName)) in revokeComponent() 116 const ::rtl::OUString& _rImplementationName, in getComponentFactory() 120 …OSL_ENSURE(_rImplementationName.getLength(), "OModuleRegistration::getComponentFactory : invalid a… in getComponentFactory() 146 if (pImplName->equals(_rImplementationName)) in getComponentFactory()
|
/aoo4110/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 164 const ::rtl::OUString& _rImplementationName, in registerComponent() 192 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 199 void OModule::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent() argument 217 if (pImplNames->equals(_rImplementationName)) in revokeComponent() 238 const ::rtl::OUString& _rImplementationName, in getComponentFactory() 242 …OSL_ENSURE(_rImplementationName.getLength(), "OModule::getComponentFactory : invalid argument (imp… in getComponentFactory() 268 if (pImplName->equals(_rImplementationName)) in getComponentFactory()
|
H A D | componentmodule.hxx | 108 const ::rtl::OUString& _rImplementationName, 118 const ::rtl::OUString& _rImplementationName); 130 const ::rtl::OUString& _rImplementationName,
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 174 const ::rtl::OUString& _rImplementationName, in registerComponent() 202 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent() 209 void OModule::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent() argument 227 if (pImplNames->equals(_rImplementationName)) in revokeComponent() 248 const ::rtl::OUString& _rImplementationName, in getComponentFactory() 252 …OSL_ENSURE(_rImplementationName.getLength(), "OModule::getComponentFactory : invalid argument (imp… in getComponentFactory() 278 if (pImplName->equals(_rImplementationName)) in getComponentFactory()
|
H A D | Acomponentmodule.hxx | 124 const ::rtl::OUString& _rImplementationName, 134 const ::rtl::OUString& _rImplementationName); 146 const ::rtl::OUString& _rImplementationName,
|
/aoo4110/main/comphelper/source/misc/ |
H A D | legacysingletonfactory.cxx | 71 … ::cppu::ComponentFactoryFunc _componentFactoryFunc, const ::rtl::OUString& _rImplementationName, 102 …y( ::cppu::ComponentFactoryFunc _componentFactoryFunc, const ::rtl::OUString& _rImplementationName, in LegacySingletonFactory() argument 105 ,m_sImplementationName ( _rImplementationName ) in LegacySingletonFactory() 184 … ::cppu::ComponentFactoryFunc _componentFactoryFunc, const ::rtl::OUString& _rImplementationName, in createLegacySingletonFactory() 187 …return new LegacySingletonFactory( _componentFactoryFunc, _rImplementationName, _rServiceNames, _p… in createLegacySingletonFactory()
|
H A D | componentmodule.cxx | 126 …void OModule::registerImplementation( const ::rtl::OUString& _rImplementationName, const ::com::su… in registerImplementation() argument 129 …ComponentDescription aComponent( _rImplementationName, _rServiceNames, ::rtl::OUString(), _pCreate… in registerImplementation() 144 Reference< XInterface > OModule::getComponentFactory( const ::rtl::OUString& _rImplementationName, in getComponentFactory() argument 154 if ( component->sImplementationName == _rImplementationName ) in getComponentFactory()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxmodelfactory.cxx | 82 const ::rtl::OUString& _rImplementationName, 114 … const ::rtl::OUString& _rImplementationName, const SfxModelFactoryFunc _pComponentFactoryFunc, in SfxModelFactory() 117 ,m_sImplementationName( _rImplementationName ) in SfxModelFactory() 227 … const ::rtl::OUString& _rImplementationName, const SfxModelFactoryFunc _pComponentFactoryFunc, in createSfxModelFactory() 230 …return new SfxModelFactory( _rxServiceFactory, _rImplementationName, _pComponentFactoryFunc, _rSer… in createSfxModelFactory()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | componentmodule.hxx | 85 const ::rtl::OUString& _rImplementationName, in ComponentDescription() 91 :sImplementationName( _rImplementationName ) in ComponentDescription() 129 const ::rtl::OUString& _rImplementationName, 148 const ::rtl::OUString& _rImplementationName,
|
H A D | legacysingletonfactory.hxx | 59 const ::rtl::OUString& _rImplementationName,
|
/aoo4110/main/dbaccess/source/inc/ |
H A D | registrationhelper.hxx | 61 const ::rtl::OUString& _rImplementationName, 70 const ::rtl::OUString& _rImplementationName); 78 const ::rtl::OUString& _rImplementationName,
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | sfxmodelfactory.hxx | 62 const ::rtl::OUString& _rImplementationName,
|