Searched refs:nTestOkCol (Results 1 – 1 of 1) sorted by relevance
99 int nTestOkCol = -1; in testOneDoc() local112 assertTrue( "Multiple rows with TestOK marker!", nTestOkCol == -1); in testOneDoc()114 nTestOkCol = x; in testOneDoc()119 assertTrue( "Column \"TestOK\" not found!", nTestOkCol >= 0); in testOneDoc()135 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()
Completed in 12 milliseconds