Home
last modified time | relevance | path

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

/aoo42x/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java125 int nTestIdCol = -1; in testOneDoc() local
134 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 28 milliseconds