Home
last modified time | relevance | path

Searched refs:_ServiceName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx140 …::sal_Bool SAL_CALL ConnectionTools::supportsService(const ::rtl::OUString & _ServiceName) throw (… in supportsService() argument
145 return ::std::find( begin, end, _ServiceName ) != end; in supportsService()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx199 …::sal_Bool SAL_CALL FormOperations::supportsService( const ::rtl::OUString& _ServiceName ) throw (… in supportsService() argument
204 return ::std::find( pBegin, pEnd, _ServiceName ) != pEnd; in supportsService()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1539 ::sal_Bool SAL_CALL ScShapeObj::supportsService( const ::rtl::OUString& _ServiceName ) throw (uno::… in supportsService() argument
1546 if ( _ServiceName == *pSupported ) in supportsService()

Completed in 27 milliseconds