Home
last modified time | relevance | path

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

/aoo42x/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java126 int nTestOkCol = -1; in testOneDoc() local
139 assertTrue( "Multiple rows with TestOK marker!", nTestOkCol == -1); in testOneDoc()
141 nTestOkCol = x; in testOneDoc()
146 assertTrue( "Column \"TestOK\" not found!", nTestOkCol >= 0); in testOneDoc()
162 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()

Completed in 45 milliseconds