Searched refs:_ServiceName (Results 1 – 3 of 3) sorted by relevance
140 …::sal_Bool SAL_CALL ConnectionTools::supportsService(const ::rtl::OUString & _ServiceName) throw (… in supportsService() argument145 return ::std::find( begin, end, _ServiceName ) != end; in supportsService()
199 …::sal_Bool SAL_CALL FormOperations::supportsService( const ::rtl::OUString& _ServiceName ) throw (… in supportsService() argument204 return ::std::find( pBegin, pEnd, _ServiceName ) != pEnd; in supportsService()
1539 ::sal_Bool SAL_CALL ScShapeObj::supportsService( const ::rtl::OUString& _ServiceName ) throw (uno::… in supportsService() argument1546 if ( _ServiceName == *pSupported ) in supportsService()
Completed in 40 milliseconds