Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/undo/
H A DWriterDocumentTest.java90 final XTextTable textTable = UnoRuntime.queryInterface( XTextTable.class, in doMultipleModifications() local
92 textTable.initialize( 3, 3 ); in doMultipleModifications()
93 final XPropertySet tableProps = UnoRuntime.queryInterface( XPropertySet.class, textTable ); in doMultipleModifications()
97 docText.insertTextContent( cursor, textTable, false ); in doMultipleModifications()
102 final XCellRange cellRange = UnoRuntime.queryInterface( XCellRange.class, textTable ); in doMultipleModifications()