Home
last modified time | relevance | path

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

/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java194 String cellContent = ""; in getCellTexts() local
203 texts[r][c] = cellContent; in getCellTexts()
204 cellContent = ""; in getCellTexts()
207 if (cellContent.endsWith("\r")) in getCellTexts()
208 cellContent = cellContent.substring(0, cellContent.length() - 1); in getCellTexts()
209 texts[r][c] = cellContent; in getCellTexts()
210 cellContent = ""; in getCellTexts()
214 cellContent += token; in getCellTexts()
221 cellContent += token; in getCellTexts()
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java398 Object cellContent = cell.getDataArray()[0][0]; in verifyVoidCell() local
399 …if ( ((com.sun.star.uno.Any)cellContent).getType().getTypeClass() != com.sun.star.uno.TypeClass.VO… in verifyVoidCell()

Completed in 24 milliseconds