Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java57 public XCell xNameCell; field in DBColumn
130 xNameCell = xCell; in assignCells()
153 xNameCell = OldDBColumn.xNameCell; in DBColumn()
194 xNameCell = xCell; in DBColumn()
253 XTextCursor xTextCursor = TextDocument.createTextCursor(xNameCell); in insertUserFieldToTableCell()
H A DReportTextImplementation.java465 xNameCellCursor = ReportTextDocument.createTextCursor(CurDBColumn.xNameCell); in replaceUserFields()
H A DReportTextDocument.java566 if (CurDBColumn.xNameCell != null) in getallDBColumns()