Home
last modified time | relevance | path

Searched refs:i_serviceName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Dgridcolumn.cxx273 …sal_Bool SAL_CALL GridColumn::supportsService( const ::rtl::OUString& i_serviceName ) throw (Runti… in supportsService() argument
277 if ( aServiceNames[i] == i_serviceName ) in supportsService()
H A Ddefaultgridcolumnmodel.cxx312 …sal_Bool SAL_CALL DefaultGridColumnModel::supportsService( const ::rtl::OUString& i_serviceName ) … in supportsService() argument
316 if ( aServiceNames[i] == i_serviceName ) in supportsService()
H A Dsortablegriddatamodel.cxx844 …L_CALL SortableGridDataModel::supportsService( const ::rtl::OUString& i_serviceName ) throw (Runti… in supportsService() argument
848 if ( aServiceNames[i] == i_serviceName ) in supportsService()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java658 private Object createInstance( final String i_serviceName ) throws Exception in createInstance() argument
660 …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()
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java1376 public boolean supportsService( String i_serviceName ) in supportsService() argument
1378 return i_serviceName.equals( getCallbackComponentServiceName() ); in supportsService()

Completed in 56 milliseconds