Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java54 public XTextRange xValTextCell; field in DBColumn
133 xValTextCell = UnoRuntime.queryInterface(XTextRange.class, xValCell); in assignCells()
156 xValTextCell = OldDBColumn.xValTextCell; in DBColumn()
200 xValTextCell = xTextCell; in DBColumn()
289 xValTextCell = UnoRuntime.queryInterface(XTextRange.class, xValCell); in modifyCellContent()
313 xValTextCell.setString(sValue); in modifyCellContent()