Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java55 public XTextCursor xValCellCursor; field in DBColumn
134 xValCellCursor = TextDocument.createTextCursor(xValCell); in assignCells()
157 xValCellCursor = TextDocument.createTextCursor(xValCell); in DBColumn()
201 xValCellCursor = xLocCellCursor; in DBColumn()
293 xValCellCursor = TextDocument.createTextCursor(xValCell); in modifyCellContent()
294 …Helper.setUnoPropertyValue(xValCellCursor, "ParaAdjust", new Integer(com.sun.star.style.ParagraphA… in modifyCellContent()
371 … Helper.setUnoPropertyValue(xValCellCursor, "ParaAdjust", new Integer(ParagraphAdjust.LEFT_value)); in replaceValueCellofTable()
379 Helper.setUnoPropertyValue(xValCellCursor, "CharFontName", CharFontName); in replaceValueCellofTable()
382 …Helper.setUnoPropertyValue(xValCellCursor, "ParaAdjust", new Integer(ParagraphAdjust.CENTER_value)… in replaceValueCellofTable()
389 … XPropertyState xPropState = UnoRuntime.queryInterface(XPropertyState.class, xValCellCursor); in replaceValueCellofTable()
[all …]