Searched refs:nTestOkCol (Results 1 – 1 of 1) sorted by relevance
126 int nTestOkCol = -1; in testOneDoc() local139 assertTrue( "Multiple rows with TestOK marker!", nTestOkCol == -1); in testOneDoc()141 nTestOkCol = x; in testOneDoc()146 assertTrue( "Column \"TestOK\" not found!", nTestOkCol >= 0); in testOneDoc()162 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()
Completed in 6 milliseconds