Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java113 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in InsertPage_BeforeBreak_Split_KeepTogether() local
114 …orProps_Assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc); in InsertPage_BeforeBreak_Split_KeepTogether()
171 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in InsertPage_AfterBreak() local
172 …orProps_Assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc); in InsertPage_AfterBreak()
226 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in InsertColumn_BeforeBreak() local
227 …orProps_Assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc); in InsertColumn_BeforeBreak()
281 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in InsertColumn_AfterBreak() local
282 …orProps_Assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc); in InsertColumn_AfterBreak()
339 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in InsertPage_Endnote_BeforeBreak() local
340 …orProps_Assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc); in InsertPage_Endnote_BeforeBreak()
[all …]
H A DTableVerticalAlignment.java126 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableVerticalAlignment_Bottom() local
127 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Bottom()
131 …rt_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByNam… in testtableVerticalAlignment_Bottom()
199 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableVerticalAlignment_Center() local
200 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Center()
204 …rt_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByNam… in testtableVerticalAlignment_Center()
272 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableVerticalAlignment_Top() local
273 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Top()
277 …rt_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByNam… in testtableVerticalAlignment_Top()
H A DTableCellProtect.java127 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableBorderSpacingtoContent() local
128 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableBorderSpacingtoContent()
132 …rt_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByNam… in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java132 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableBorderSpacingtoContent() local
133 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableBorderSpacingtoContent()
137 …rt_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByNam… in testtableBorderSpacingtoContent()
H A DTableName.java114 …XTextTable xTable_Assert_doc=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_d… in testtableName() local
115 XNamed tableName_doc=(XNamed)UnoRuntime.queryInterface(XNamed.class, xTable_Assert_doc); in testtableName()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java112 …XTextTable xTable_Assert_doc = (XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj… in testCreateTable() local
113 assertEquals("assert table cell text","test",getFromCell("A1", xTable_Assert_doc)); in testCreateTable()
114 assertEquals("assert table cell text","*^$%^$^$",getFromCell("B3", xTable_Assert_doc)); in testCreateTable()
115 assertEquals("assert table cell text","123",getFromCell("C4", xTable_Assert_doc)); in testCreateTable()
116 assertEquals("assert table cell text","fsdf132134",getFromCell("D2", xTable_Assert_doc)); in testCreateTable()