Searched refs:xTable6 (Results 1 – 1 of 1) sorted by relevance
333 …XTextTable xTable6 = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.create… in testSetTable_AlignmentAndMarginToPage() local334 xText.insertTextContent(xTextCursor,xTable6,false); in testSetTable_AlignmentAndMarginToPage()335 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTable_AlignmentAndMarginToPage()637 …XTextTable xTable6 = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.create… in testSetTableBackGraphic() local638 xText.insertTextContent(xTextCursor,xTable6,false); in testSetTableBackGraphic()639 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTableBackGraphic()
Completed in 115 milliseconds