Searched refs:nTestIdCol (Results 1 – 1 of 1) sorted by relevance
125 int nTestIdCol = -1; in testOneDoc() local134 assertTrue( "Multiple rows with TestID marker!", nTestIdCol == -1); in testOneDoc()136 nTestIdCol = x; in testOneDoc()145 assertTrue( "Column \"TestID\" not found!", nTestIdCol >= 0); in testOneDoc()153 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc()
Completed in 5 milliseconds