Searched refs:xTablesSupplier_doc (Results 1 – 6 of 6) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableInsertBreak.java | 110 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertPage_BeforeBreak_Split_KeepTogether() local 111 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in InsertPage_BeforeBreak_Split_KeepTogether() 168 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertPage_AfterBreak() local 169 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in InsertPage_AfterBreak() 223 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertColumn_BeforeBreak() local 224 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in InsertColumn_BeforeBreak() 278 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertColumn_AfterBreak() local 279 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in InsertColumn_AfterBreak() 336 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertPage_Endnote_BeforeBreak() local 337 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in InsertPage_Endnote_BeforeBreak() [all …]
|
| H A D | TableVerticalAlignment.java | 123 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableVerticalAlignment_Bottom() local 124 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableVerticalAlignment_Bottom() 196 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableVerticalAlignment_Center() local 197 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableVerticalAlignment_Center() 269 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableVerticalAlignment_Top() local 270 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableVerticalAlignment_Top()
|
| H A D | TableName.java | 111 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableName() local 112 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableName()
|
| H A D | TableCellProtect.java | 124 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableBorderSpacingtoContent() local 125 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableBorderSpacingtoContent()
|
| H A D | TableBorderSpacingtoContent.java | 129 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableBorderSpacingtoContent() local 130 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testtableBorderSpacingtoContent()
|
| /trunk/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | InsertCharacterToTable.java | 109 …XTextTablesSupplier xTablesSupplier_doc = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testCreateTable() local 110 …doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTablesSupplier_doc.getTextTabl… in testCreateTable()
|