Searched refs:nTestIdCol (Results 1 – 1 of 1) sorted by relevance
110 int nTestIdCol = -1; in testOneDoc() local119 assertTrue( "Multiple rows with TestID marker!", nTestIdCol == -1); in testOneDoc()121 nTestIdCol = x; in testOneDoc()130 assertTrue( "Column \"TestID\" not found!", nTestIdCol >= 0); in testOneDoc()138 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc()