Lines Matching refs:getByIndex
137 oIndexAccess.getByIndex (0)); in createTestEnvironment()
140 oIndexAccess.getByIndex (1)); in createTestEnvironment()
232 Object oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (0); in createTestEnvironment()
237 oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (1); in createTestEnvironment()
244 oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (2); in createTestEnvironment()
288 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
293 new Type (XInterface.class), IA.getByIndex (0)); in createTestEnvironment()
320 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
336 new Type (XInterface.class), IA.getByIndex (i)); in createTestEnvironment()
337 …et xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getByIndex (i)); in createTestEnvironment()
341 … XNamed xNamed = (XNamed) UnoRuntime.queryInterface (XNamed.class, IA.getByIndex (i)); in createTestEnvironment()
348 …groupNames = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, groupAccess.getByIndex(0)); in createTestEnvironment()