Home
last modified time | relevance | path

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

/aoo42x/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java333 …XTextTable xTable6 = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.create… in testSetTable_AlignmentAndMarginToPage() local
334 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() local
638 xText.insertTextContent(xTextCursor,xTable6,false); in testSetTableBackGraphic()
639 XPropertySet xTableProps6 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable6); in testSetTableBackGraphic()

Completed in 25 milliseconds