/aoo41x/main/comphelper/source/misc/ |
H A D | componentcontext.cxx | 109 …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 D | legacysingletonfactory.cxx | 128 …_CALL LegacySingletonFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw (Runti… in supportsService() argument 133 return ::std::find( pStart, pEnd, _rServiceName ) != pEnd; in supportsService()
|
/aoo41x/main/extensions/source/logging/ |
H A D | logger.cxx | 80 … 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 D | plaintextformatter.cxx | 83 …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 D | consolehandler.cxx | 114 …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 D | filehandler.cxx | 126 …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()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | componentcontext.hxx | 89 …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,
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | pcrcomponentcontext.cxx | 83 …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 D | pcrcomponentcontext.hxx | 75 …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;
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | column.cxx | 114 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()
|
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VIndexColumn.cxx | 52 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 D | VKeyColumn.cxx | 53 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 D | VKey.cxx | 64 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()
|
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaOpCodeMapperObj.cxx | 37 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()
|
/aoo41x/main/forms/source/component/ |
H A D | FormsCollection.cxx | 121 sal_Bool SAL_CALL OFormsCollection::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService() argument 126 if (pSupported->equals(_rServiceName)) in supportsService()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | ParamterSubstitution.cxx | 57 …sal_Bool SAL_CALL ParameterSubstitution::supportsService( const ::rtl::OUString& _rServiceName ) t… in supportsService() argument 62 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDriver.cxx | 91 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 D | OSubComponent.hxx | 226 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::… 231 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NDriver.cxx | 112 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()
|
/aoo41x/main/svl/source/numbers/ |
H A D | supservs.cxx | 133 …FormatsSupplierServiceObject::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtim… in supportsService() argument 138 if (pServices->equals(_rServiceName)) in supportsService()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 65 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxmodelfactory.cxx | 210 …::sal_Bool SAL_CALL SfxModelFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument 215 _rServiceName in supportsService()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 107 sal_Bool SAL_CALL MysqlCDriver::supportsService(const OUString& _rServiceName) in supportsService() argument 114 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported){} in supportsService()
|
H A D | mysqlc_subcomponent.hxx | 233 …sal_Bool SAL_CALL classname::supportsService(const ::rtl::OUString& _rServiceName) throw(::com::su… 238 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 66 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()
|