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()
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()
288 xValCell = xCellRange.getCellByPosition(ValColumn, ValRow); in modifyCellContent()
289 xValTextCell = UnoRuntime.queryInterface(XTextRange.class, xValCell); in modifyCellContent()
293 xValCellCursor = TextDocument.createTextCursor(xValCell); in modifyCellContent()
308 if (xValCell != null) in modifyCellContent()
[all …]

Completed in 19 milliseconds