Lines Matching refs:getByIndex
136 oIndexAccess.getByIndex (0)); in createTestEnvironment()
139 oIndexAccess.getByIndex (1)); in createTestEnvironment()
231 Object oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (0); in createTestEnvironment()
236 oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (1); in createTestEnvironment()
243 oDataPilotField = DPDsc.getDataPilotFields ().getByIndex (2); in createTestEnvironment()
287 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
292 new Type (XInterface.class), IA.getByIndex (0)); in createTestEnvironment()
319 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
335 new Type (XInterface.class), IA.getByIndex (i)); in createTestEnvironment()
336 …et xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getByIndex (i)); in createTestEnvironment()
340 … XNamed xNamed = (XNamed) UnoRuntime.queryInterface (XNamed.class, IA.getByIndex (i)); in createTestEnvironment()