Lines Matching refs:UnoRuntime

42 import com.sun.star.uno.UnoRuntime;
94 XComponent oComp = (XComponent) UnoRuntime.queryInterface ( in cleanup()
129 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment()
220 XDataPilotTablesSupplier DPTS = (XDataPilotTablesSupplier) UnoRuntime.queryInterface ( in createTestEnvironment()
232 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
237 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
244 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
283 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment()
287 …XDataPilotDescriptor xDPT = (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor… in createTestEnvironment()
312 …XDataPilotFieldGrouping dpfg = (XDataPilotFieldGrouping) UnoRuntime.queryInterface (XDataPilotFie… in createTestEnvironment()
316 … xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
319 …XDataPilotDescriptor xDPT = (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor… in createTestEnvironment()
336 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment()
339 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
340 … XNamed xNamed = (XNamed) UnoRuntime.queryInterface (XNamed.class, IA.getByIndex (i)); in createTestEnvironment()