Lines Matching refs:xTable
72 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableVerticalAlignment_Bottom() local
73 xText.insertTextContent(xTextCursor,xTable,false); in testtableVerticalAlignment_Bottom()
74 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Bottom()
78 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Bottom()
145 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableVerticalAlignment_Center() local
146 xText.insertTextContent(xTextCursor,xTable,false); in testtableVerticalAlignment_Center()
147 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Center()
151 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Center()
218 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableVerticalAlignment_Top() local
219 xText.insertTextContent(xTextCursor,xTable,false); in testtableVerticalAlignment_Top()
220 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Top()
224 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Top()