Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/qa/complex/sfx2/undo/
H A DWriterDocumentTest.java103 final XCell centerCell = cellRange.getCellByPosition( 1, 1 ); in doMultipleModifications() local
104 final XTextRange cellText = UnoRuntime.queryInterface( XTextRange.class, centerCell ); in doMultipleModifications()
109 final XPropertySet cellProps = UnoRuntime.queryInterface( XPropertySet.class, centerCell ); in doMultipleModifications()