Home
last modified time | relevance | path

Searched refs:_rServiceName (Results 26 – 50 of 75) sorted by relevance

123

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODriver.cxx88 sal_Bool SAL_CALL ODBCDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtime… in supportsService() argument
93 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/connectivity/source/sdbcx/
H A DVIndex.cxx65 sal_Bool SAL_CALL OIndex::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService() argument
70 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
H A DVColumn.cxx60 sal_Bool SAL_CALL OColumn::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun… in supportsService() argument
65 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
H A DVTable.cxx68 sal_Bool SAL_CALL OTable::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::sun:… in supportsService() argument
73 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/dbaccess/source/core/api/
H A Dquerydescriptor.cxx255 sal_Bool SAL_CALL OQueryDescriptor_Base::supportsService( const ::rtl::OUString& _rServiceName ) th… in supportsService() argument
257 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
H A Dquerycomposer.cxx194 sal_Bool OQueryComposer::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExce… in supportsService() argument
197 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
H A Dpreparedstatement.cxx143 sal_Bool OPreparedStatement::supportsService( const ::rtl::OUString& _rServiceName ) throw (Runtime… in supportsService() argument
145 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx233 …sal_Bool SAL_CALL classname::supportsService(const ::rtl::OUString& _rServiceName) throw(::com::su…
238 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
/aoo42x/main/connectivity/inc/connectivity/
H A DCommonTools.hxx202 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::…
207 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) \
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx70 sal_Bool SAL_CALL ODbaseResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( R… in supportsService() argument
75 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/connectivity/source/inc/ado/
H A DACollection.hxx81 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(staruno::R… in supportsService() argument
86 if (pSupported->equals(_rServiceName)) in supportsService()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJDriver.cxx86 sal_Bool SAL_CALL java_sql_Driver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Ru… in supportsService() argument
91 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx243 sal_Bool SAL_CALL MacabDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtim… in supportsService() argument
249 while (pSupported != pEnd && !pSupported->equals(_rServiceName)) in supportsService()
/aoo42x/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx143 sal_Bool SAL_CALL OConnectionWrapper::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument
145 …return ::comphelper::findValue( getSupportedServiceNames(), _rServiceName, sal_True ).getLength() … in supportsService()
/aoo42x/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx101 sal_Bool SAL_CALL MozillaBootstrap::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService() argument
106 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/forms/source/component/
H A DFormattedFieldWrapper.cxx207 sal_Bool SAL_CALL OFormattedFieldWrapper::supportsService( const ::rtl::OUString& _rServiceName ) t… in supportsService() argument
212 return xSI->supportsService(_rServiceName); in supportsService()
/aoo42x/main/connectivity/source/drivers/ado/
H A DADriver.cxx112 sal_Bool SAL_CALL ODriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeExc… in supportsService() argument
117 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx128 sal_Bool SAL_CALL OBookmarkContainer::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument
132 return findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() != 0; in supportsService()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx190 …sal_Bool SAL_CALL OCellListSource::supportsService( const ::rtl::OUString& _rServiceName ) throw (… in supportsService() argument
196 if ( *pLookup++ == _rServiceName ) in supportsService()
H A Dcellvaluebinding.cxx485 …sal_Bool SAL_CALL OCellValueBinding::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument
493 if ( *pLookup++ == _rServiceName ) in supportsService()
/aoo42x/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx151 …sal_Bool SAL_CALL AccessibleIconChoiceCtrl::supportsService( const ::rtl::OUString& _rServiceName in supportsService() argument
156 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
H A Daccessiblelistbox.cxx352 …sal_Bool SAL_CALL AccessibleListBox::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService() argument
357 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
/aoo42x/main/connectivity/source/drivers/file/
H A DFDriver.cxx91 sal_Bool SAL_CALL OFileDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtim… in supportsService() argument
96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
/aoo42x/main/reportdesign/source/core/api/
H A DGroup.cxx107 sal_Bool SAL_CALL OGroup::supportsService( const ::rtl::OUString& _rServiceName ) throw(uno::Runtim… in supportsService() argument
109 return ::comphelper::existsValue(_rServiceName,getSupportedServiceNames_Static()); in supportsService()
/aoo42x/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx478 …sal_Bool SAL_CALL ODriverDelegator::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService() argument
483 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()

Completed in 152 milliseconds

123