Searched refs:cellText (Results 1 – 2 of 2) sorted by relevance
104 final XTextRange cellText = UnoRuntime.queryInterface( XTextRange.class, centerCell ); in doMultipleModifications() local105 cellText.setString( "Undo Manager API Test" ); in doMultipleModifications()
101 XTextRange cellText = (XTextRange)UnoRuntime.queryInterface( in prepareDocument() local103 cellText.setString( listContent[row] ); in prepareDocument()
Completed in 9 milliseconds