Searched refs:nTestIdCol (Results 1 – 1 of 1) sorted by relevance
98 int nTestIdCol = -1; in testOneDoc() local107 assertTrue( "Multiple rows with TestID marker!", nTestIdCol == -1); in testOneDoc()109 nTestIdCol = x; in testOneDoc()118 assertTrue( "Column \"TestID\" not found!", nTestIdCol >= 0); in testOneDoc()126 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc()
Completed in 14 milliseconds