Home
last modified time | relevance | path

Searched refs:mMaxFieldIndex (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldObj.java78 private int mMaxFieldIndex = 6; field in ScDataPilotFieldObj
137 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
138 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
175 for (int i = 1; i < mMaxFieldIndex; i++) { in createTestEnvironment()
182 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
183 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
H A DScDataPilotFieldGroupsObj.java64 private int mMaxFieldIndex = 6; field in ScDataPilotFieldGroupsObj
115 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
116 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
161 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
169 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
171 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
H A DScDataPilotItemObj.java79 private int mMaxFieldIndex = 6; field in ScDataPilotItemObj
138 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
139 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
176 for (int i = 1; i < mMaxFieldIndex; i++) { in createTestEnvironment()
183 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
184 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
H A DScDataPilotItemsObj.java79 private int mMaxFieldIndex = 6; field in ScDataPilotItemsObj
138 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
139 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
176 for (int i = 1; i < mMaxFieldIndex; i++) { in createTestEnvironment()
183 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
184 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java81 private int mMaxFieldIndex = 6; field in ScIndexEnumeration_DataPilotItemsEnumeration
140 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
141 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
178 for (int i = 1; i < mMaxFieldIndex; i++) { in createTestEnvironment()
185 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
186 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java64 private int mMaxFieldIndex = 6; field in ScDataPilotFieldGroupObj
115 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
116 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
161 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
169 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
171 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java65 private int mMaxFieldIndex = 6; field in ScDataPilotFieldGroupItemObj
116 sCellRangeAdress.EndColumn = mMaxFieldIndex - 1; in createTestEnvironment()
117 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in createTestEnvironment()
162 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
170 for (int i = 1; i < mMaxFieldIndex; i++) in createTestEnvironment()
172 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
/aoo42x/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java80 private int mMaxFieldIndex = 6; field in CheckDataPilot
185 sCellRangeAdress.EndColumn = mMaxFieldIndex-1; in before()
186 sCellRangeAdress.EndRow = mMaxFieldIndex - 1; in before()
228 for (int i = 1; i < mMaxFieldIndex; i++) { in before()
235 for (int i = 1; i < mMaxFieldIndex; i++) in before()
237 for (int j = 1; j < mMaxFieldIndex; j++) in before()

Completed in 37 milliseconds