Searched refs:nTestOkCol (Results 1 – 1 of 1) sorted by relevance
111 int nTestOkCol = -1; in testOneDoc() local124 assertTrue( "Multiple rows with TestOK marker!", nTestOkCol == -1); in testOneDoc()126 nTestOkCol = x; in testOneDoc()131 assertTrue( "Column \"TestOK\" not found!", nTestOkCol >= 0); in testOneDoc()147 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()