Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java90 int nTestRowStart = -1; in testOneDoc() local
98 assertTrue( nTestRowStart == -1); in testOneDoc()
100 nTestRowStart = y + 1; in testOneDoc()
103 assertTrue( "TestID and TestOK marker not in same row!", nTestRowStart == y + 1); in testOneDoc()
111 int nTestRowEnd = nTestRowStart + 100; // TODO: get the last row from the sheet in testOneDoc()
114 for( int y = nTestRowStart; y < nTestRowEnd; ++y) { in testOneDoc()

Completed in 11 milliseconds