Home
last modified time | relevance | path

Searched refs:_rServiceName (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/extensions/source/logging/
H A Dlogger.cxx80 … sal_Bool lcl_supportsService_nothrow( XServiceInfo& _rSI, const ::rtl::OUString& _rServiceName ) in lcl_supportsService_nothrow() argument
87 if ( _rServiceName == *pServiceNames ) in lcl_supportsService_nothrow()
117 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
167 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
302 …::sal_Bool EventLogger::supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeExcep… in supportsService() argument
304 return lcl_supportsService_nothrow( *this, _rServiceName ); in supportsService()
331 …::sal_Bool SAL_CALL LoggerPool::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runt… in supportsService() argument
333 return lcl_supportsService_nothrow( *this, _rServiceName ); in supportsService()
H A Dplaintextformatter.cxx83 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
170 …::sal_Bool SAL_CALL PlainTextFormatter::supportsService( const ::rtl::OUString& _rServiceName ) th… in supportsService() argument
177 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dconsolehandler.cxx114 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
292 …::sal_Bool SAL_CALL ConsoleHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService() argument
299 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dfilehandler.cxx126 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
391 …::sal_Bool SAL_CALL FileHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService() argument
398 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dsysloghandler.cxx116 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
352 …::sal_Bool SAL_CALL SyslogHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService() argument
359 if ( _rServiceName == *pServiceNames ) in supportsService()
/trunk/main/comphelper/source/misc/
H A Dcomponentcontext.cxx109 …Reference< XInterface > ComponentContext::createComponent( const ::rtl::OUString& _rServiceName ) … in createComponent()
112 m_xORB->createInstanceWithContext( _rServiceName, m_xContext ) in createComponent()
115 throw ServiceNotRegisteredException( _rServiceName, NULL ); in createComponent()
120 …omponentContext::createComponentWithArguments( const ::rtl::OUString& _rServiceName, const Sequenc… in createComponentWithArguments() argument
123 m_xORB->createInstanceWithArgumentsAndContext( _rServiceName, _rArguments, m_xContext ) in createComponentWithArguments()
126 throw ServiceNotRegisteredException( _rServiceName, NULL ); in createComponentWithArguments()
H A Dlegacysingletonfactory.cxx128 …_CALL LegacySingletonFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw (Runti… in supportsService() argument
133 return ::std::find( pStart, pEnd, _rServiceName ) != pEnd; in supportsService()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentcontext.hxx89 …bool createComponent( const ::rtl::OUString& _rServiceName, ::com::sun::star::uno::Reference< INTE… in createComponent() argument
93 m_xORB->createInstanceWithContext( _rServiceName, m_xContext ) in createComponent()
115 …bool createComponentWithArguments( const ::rtl::OUString& _rServiceName, const ::com::sun::star::u… in createComponentWithArguments() argument
119 … m_xORB->createInstanceWithArgumentsAndContext( _rServiceName, _rArguments, m_xContext ) in createComponentWithArguments()
144 … ::com::sun::star::uno::XInterface > createComponent( const ::rtl::OUString& _rServiceName ) const;
170 const ::rtl::OUString& _rServiceName,
/trunk/main/extensions/source/propctrlr/
H A Dpcrcomponentcontext.cxx83 …Reference< XInterface > ComponentContext::createComponent( const ::rtl::OUString& _rServiceName ) … in createComponent()
86 m_xORB->createInstanceWithContext( _rServiceName, m_xContext ) in createComponent()
89 throw ServiceNotRegisteredException( _rServiceName, NULL ); in createComponent()
H A Dpcrcomponentcontext.hxx75 …bool createComponent( const ::rtl::OUString& _rServiceName, ::com::sun::star::uno::Reference< INTE… in createComponent() argument
79 m_xORB->createInstanceWithContext( _rServiceName, m_xContext ) in createComponent()
104 … ::com::sun::star::uno::XInterface > createComponent( const ::rtl::OUString& _rServiceName ) const;
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx114 sal_Bool OColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException) in supportsService() argument
116 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
236 sal_Bool OColumns::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException) in supportsService() argument
238 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
/trunk/main/connectivity/source/sdbcx/
H A DVIndexColumn.cxx52 sal_Bool SAL_CALL OIndexColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com… in supportsService() argument
57 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
H A DVKeyColumn.cxx53 sal_Bool SAL_CALL OKeyColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::… in supportsService() argument
58 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
H A DVKey.cxx64 sal_Bool SAL_CALL OKey::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun::s… in supportsService() argument
69 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/trunk/main/formula/source/core/api/
H A DFormulaOpCodeMapperObj.cxx37 sal_Bool SAL_CALL FormulaOpCodeMapperObj::supportsService( const ::rtl::OUString& _rServiceName ) t… in supportsService() argument
39 …return ::comphelper::findValue( getSupportedServiceNames_Static(), _rServiceName, sal_True ).getLe… in supportsService()
/trunk/main/forms/source/component/
H A DFormsCollection.cxx121 sal_Bool SAL_CALL OFormsCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService() argument
126 if (pSupported->equals(_rServiceName)) in supportsService()
/trunk/main/connectivity/source/commontools/
H A DParamterSubstitution.cxx57 …sal_Bool SAL_CALL ParameterSubstitution::supportsService( const ::rtl::OUString& _rServiceName ) t… in supportsService() argument
62 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.cxx91 sal_Bool SAL_CALL SkeletonDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService() argument
96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
H A DOSubComponent.hxx226 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::…
231 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDriver.cxx112 sal_Bool SAL_CALL OEvoabDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runti… in supportsService() argument
117 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/trunk/main/svl/source/numbers/
H A Dsupservs.cxx133 …FormatsSupplierServiceObject::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtim… in supportsService() argument
138 if (pServices->equals(_rServiceName)) in supportsService()
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx65 sal_Bool SAL_CALL OCalcResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Ru… in supportsService() argument
70 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/trunk/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx210 …::sal_Bool SAL_CALL SfxModelFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument
215 _rServiceName in supportsService()
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.cxx107 sal_Bool SAL_CALL MysqlCDriver::supportsService(const OUString& _rServiceName) in supportsService() argument
114 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported){} in supportsService()
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx66 sal_Bool SAL_CALL OFlatResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Ru… in supportsService() argument
71 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()

Completed in 94 milliseconds

123