Home
last modified time | relevance | path

Searched refs:oIndexAccess (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldObj.java151 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
157 oIndexAccess.getByIndex(0)); in createTestEnvironment()
160 oIndexAccess.getByIndex(1)); in createTestEnvironment()
H A DScDataPilotFieldGroupsObj.java129 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment() local
136 oIndexAccess.getByIndex (0)); in createTestEnvironment()
139 oIndexAccess.getByIndex (1)); in createTestEnvironment()
H A DScDataPilotItemObj.java152 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
158 oIndexAccess.getByIndex(0)); in createTestEnvironment()
161 oIndexAccess.getByIndex(1)); in createTestEnvironment()
H A DScDataPilotItemsObj.java152 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
158 oIndexAccess.getByIndex(0)); in createTestEnvironment()
161 oIndexAccess.getByIndex(1)); in createTestEnvironment()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java154 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
160 oIndexAccess.getByIndex(0)); in createTestEnvironment()
163 oIndexAccess.getByIndex(1)); in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java130 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment() local
137 oIndexAccess.getByIndex (0)); in createTestEnvironment()
140 oIndexAccess.getByIndex (1)); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java129 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment() local
136 oIndexAccess.getByIndex (0)); in createTestEnvironment()
139 oIndexAccess.getByIndex (1)); in createTestEnvironment()
H A DScSortDescriptorBase.java129 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
133 … oObj = (XInterface) UnoRuntime.queryInterface(XInterface.class,oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScImportDescriptorBase.java127 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
131 … oObj = (XInterface) UnoRuntime.queryInterface(XInterface.class,oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScCellSearchObj.java119 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
124 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScCellFormatsObj.java108 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
112 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScCellFormatsEnumeration.java116 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
121 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScSubTotalDescriptorBase.java115 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
119 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScFilterDescriptorBase.java114 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
119 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScIndexEnumeration_CellAnnotationsEnumeration.java88 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
92 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScTableRowObj.java129 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
132 new Type(XInterface.class),oIndexAccess.getByIndex(6)); in createTestEnvironment()
H A DScIndexEnumeration_SubTotalFieldsEnumeration.java90 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
94 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScScenariosObj.java118 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
122 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScTableColumnObj.java144 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
148 new Type(XInterface.class),oIndexAccess.getByIndex(10)); in createTestEnvironment()
H A DScTableValidationObj.java109 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
113 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScCellsObj.java111 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
116 new Type(XCellRange.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScDataPilotFieldsObj.java123 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
127 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScDataPilotTablesObj.java130 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
134 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
H A DScIndexEnumeration_SheetLinksEnumeration.java88 XIndexAccess oIndexAccess = (XIndexAccess) in createTestEnvironment() local
92 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java207 XIndexAccess oIndexAccess = in before() local
212 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in before()
214 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(1)); in before()

Completed in 92 milliseconds

12