Searched refs:i_serviceName (Results 1 – 5 of 5) sorted by relevance
273 …sal_Bool SAL_CALL GridColumn::supportsService( const ::rtl::OUString& i_serviceName ) throw (Runti… in supportsService() argument277 if ( aServiceNames[i] == i_serviceName ) in supportsService()
312 …sal_Bool SAL_CALL DefaultGridColumnModel::supportsService( const ::rtl::OUString& i_serviceName ) … in supportsService() argument316 if ( aServiceNames[i] == i_serviceName ) in supportsService()
844 …L_CALL SortableGridDataModel::supportsService( const ::rtl::OUString& i_serviceName ) throw (Runti… in supportsService() argument848 if ( aServiceNames[i] == i_serviceName ) in supportsService()
658 private Object createInstance( final String i_serviceName ) throws Exception in createInstance() argument660 …Object instance = m_context.getServiceManager().createInstanceWithContext( i_serviceName, m_contex… in createInstance()661 assertNotNull( "could not create an instance of '" + i_serviceName + "'", instance ); in createInstance()
1376 public boolean supportsService( String i_serviceName ) in supportsService() argument1378 return i_serviceName.equals( getCallbackComponentServiceName() ); in supportsService()
Completed in 161 milliseconds