Home
last modified time | relevance | path

Searched refs:_rImplementationName (Results 1 – 14 of 14) sorted by relevance

/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx58 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 Dforms_module.hxx88 const ::rtl::OUString& _rImplementationName,
98 const ::rtl::OUString& _rImplementationName);
110 const ::rtl::OUString& _rImplementationName,
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx42 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()
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx164 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 Dcomponentmodule.hxx108 const ::rtl::OUString& _rImplementationName,
118 const ::rtl::OUString& _rImplementationName);
130 const ::rtl::OUString& _rImplementationName,
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx174 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 DAcomponentmodule.hxx124 const ::rtl::OUString& _rImplementationName,
134 const ::rtl::OUString& _rImplementationName);
146 const ::rtl::OUString& _rImplementationName,
/trunk/main/comphelper/source/misc/
H A Dlegacysingletonfactory.cxx71 … ::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 Dcomponentmodule.cxx126 …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()
/trunk/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx82 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()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentmodule.hxx85 const ::rtl::OUString& _rImplementationName, in ComponentDescription()
91 :sImplementationName( _rImplementationName ) in ComponentDescription()
129 const ::rtl::OUString& _rImplementationName,
148 const ::rtl::OUString& _rImplementationName,
H A Dlegacysingletonfactory.hxx59 const ::rtl::OUString& _rImplementationName,
/trunk/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx61 const ::rtl::OUString& _rImplementationName,
70 const ::rtl::OUString& _rImplementationName);
78 const ::rtl::OUString& _rImplementationName,
/trunk/main/sfx2/inc/sfx2/
H A Dsfxmodelfactory.hxx62 const ::rtl::OUString& _rImplementationName,

Completed in 46 milliseconds