HomeSort by relevance Sort by last modified time
    Searched full:sse_doc (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 73 IStructuredDocument sse_doc = mEditor.getStructuredDocument();
74 if (sse_doc != null) {
86 sse_doc.replace(region.getStartOffset(), 0, data);
99 sse_doc.replace(start_tag.getEndOffset(), 0, data);
114 sse_doc.replace(region.getEndOffset(), 0, data);
CopyCutAction.java 167 IStructuredDocument sse_doc = mEditor.getStructuredDocument(); local
171 } else if (xml_node instanceof IndexedRegion && sse_doc != null) {
178 data = sse_doc.get(start, end - start);

Completed in 124 milliseconds