Home
last modified time | relevance | path

Searched refs:nTestIdCol (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java110 int nTestIdCol = -1; in testOneDoc() local
119 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()