Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java53 public XCell xValCell; field in DBColumn
132 xValCell = CurRecordTable.xCellRange.getCellByPosition(_nColumn, 1); in assignCells()
133 xValTextCell = UnoRuntime.queryInterface(XTextRange.class, xValCell); in assignCells()
134 xValCellCursor = TextDocument.createTextCursor(xValCell); in assignCells()
155 xValCell = OldDBColumn.xValCell; in DBColumn()
157 xValCellCursor = TextDocument.createTextCursor(xValCell); in DBColumn()
199 xValCell = xCell; in DBColumn()
236 oNumberFormatter.setNumberFormat(xValCell, iLogicalFormatKey, oNumberFormatter); in initializeNumberFormat()
240 …oTextTableHandler.getNumberFormatter().setNumberFormat(xValCell, CurDBField.getDBFormatKey(), CurD… in initializeNumberFormat()
288 xValCell = xCellRange.getCellByPosition(ValColumn, ValRow); in modifyCellContent()
[all …]