Home
last modified time | relevance | path

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

/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java385 …ITextSelection textSelection = (ITextSelection) editorPart.getSite().getSelectionProvider().getSel… in doInsertCode() local
386 int offset = textSelection.getOffset(); in doInsertCode()
388 doc.replace(offset, textSelection.getLength(), code); in doInsertCode()

Completed in 16 milliseconds