/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ |
H A D | ScriptProviderForJavaScript.java | 219 ScriptEditorForJavaScript editor = in invoke() local 223 if (editor != null) in invoke() 225 editorURL = editor.getURL(); in invoke() 226 result = editor.execute(); in invoke() 237 if (editor != null && editor.isModified() == true) in invoke() 240 source = editor.getText(); in invoke() 332 ScriptEditorForJavaScript editor = null; in raiseEditor() local 337 if ( editor == null ) in raiseEditor() 340 editor.edit( in raiseEditor() 345 if ( editor != null ) in raiseEditor() [all …]
|
H A D | ScriptEditorForJavaScript.java | 192 ScriptEditorForJavaScript editor = in edit() 195 if (editor == null) { in edit() 196 editor = new ScriptEditorForJavaScript( in edit() 198 BEING_EDITED.put(url, editor); in edit()
|
/trunk/test/testgui/source/svt/gui/ |
H A D | TestSample.java | 101 private String editor = null; field in TestSample 106 public TestSample(File file, String saveas, String editor) { in TestSample() argument 109 this.editor = editor; in TestSample() 145 if (editor == null) { in test() 161 if (editor.equals("writer")) in test() 163 if (editor.equals("calc")) in test() 165 if (editor.equals("impress")) in test() 167 if (editor.equals("draw")) in test() 169 if (editor.equals("database")) in test()
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | ScriptProviderForBeanShell.java | 244 ScriptEditorForBeanShell editor = in invoke() local 248 if ( editor != null ) in invoke() 250 result = editor.execute(); in invoke() 299 ScriptEditorForBeanShell editor = null; in raiseEditor() local 303 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor() 304 if ( editor == null ) in raiseEditor() 306 editor = ScriptEditorForBeanShell.getEditor(); in raiseEditor() 307 editor.edit( in raiseEditor() 310 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor() 312 if ( editor != null ) in raiseEditor() [all …]
|
H A D | ScriptEditorForBeanShell.java | 216 ScriptEditorForBeanShell editor; in edit() 218 editor = (ScriptEditorForBeanShell) in edit() 220 if (editor == null) { in edit() 221 editor = new ScriptEditorForBeanShell( in edit() 223 BEING_EDITED.put(url, editor); in edit() 226 editor.frame.toFront(); in edit()
|
/trunk/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 23 package org.openoffice.netbeans.editor; 44 import org.netbeans.editor.*; 45 import org.netbeans.editor.ext.*; 46 import org.netbeans.editor.ext.java.*;
|
H A D | NetBeansSourceView.java | 23 package org.openoffice.netbeans.editor; 34 import org.netbeans.editor.*; 35 import org.netbeans.editor.ext.*;
|
/trunk/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 518 self.editor = dlgprov.createDialog( 524 self.editor.getControl("EditorTextField").setText(code) 526 self.editor.getControl("RunButton").setActionCommand("Run") 527 self.editor.getControl("RunButton").addActionListener(self) 528 self.editor.getControl("SaveButton").setActionCommand("Save") 529 self.editor.getControl("SaveButton").addActionListener(self) 531 self.editor.execute() 538 code = self.editor.getControl("EditorTextField").getText() 555 self.editor.getControl("EditorTextField").getText().encode(
|
/trunk/main/toolkit/doc/layout/ |
H A D | ChangeLog | 114 * source/layout/box-base.hxx, workben/layout/editor.cxx: Give 129 * workben/layout/editor.cxx: Do not clear fresh container. Disable 214 workben/layout/editor.cxx, workben/layout/editor.hxx, 256 workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix 267 source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some 484 workben/dialogbuttons.xml, workben/editor.cxx, workben/makefile.mk: 493 * workben/editor.cxx, workben/test.cxx: More whitespace nits. 507 * source/core/table.cxx, workben/editor.cxx, workben/test.cxx, 527 source/wrapper/wrapper.hxx, workben/editor.cxx, workben/test.cxx, 567 * workben/editor.cxx, workben/uno.hxx: Add includes for m9. [all …]
|
H A D | oldnotes.txt | 25 + from the basic editor: 81 ** Basic dialog editor: 84 + dialog editor (?)
|
H A D | TODO | 166 * play with / improve Ricardo's editor 209 + editor polish
|
/trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ScriptPanel.java | 117 TableCellEditor editor = table.getCellEditor(); in tableFocusLost() local 118 if (editor != null) { in tableFocusLost() 119 Object value = editor.getCellEditorValue(); in tableFocusLost()
|
/trunk/main/toolkit/workben/layout/ |
H A D | test.cxx | 227 Editor editor( mxMSF, aFile ); in RunEditor() local 228 editor.Show(); in RunEditor() 229 editor.Execute(); in RunEditor()
|
H A D | README | 1 Testing workbench and editor for Layout engine.
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | XDataEditor.idl | 42 /** makes the data editor visible to the user. 47 /** connects the data editor to a data model.
|
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 381 AbstractTextEditor editor = (AbstractTextEditor) editorPart; in doInsertCode() 382 IDocumentProvider dp = editor.getDocumentProvider(); in doInsertCode() 383 IDocument doc = dp.getDocument(editor.getEditorInput()); in doInsertCode()
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | XTableUIProvider.idl | 76 window, which is needed in case the table editor should be a dialog. 104 if an error occures while creating the table editor component.
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | DocumentInfo.idl | 206 /** contains the name of the editor who was the last 224 /** contains the name of the editor who was the last
|
/trunk/main/reportbuilder/util/ |
H A D | component.txt | 1 Create with the Report Builder stylish, smart-looking database reports. The flexible report editor …
|
/trunk/main/scripting/examples/beanshell/InteractiveBeanShell/ |
H A D | interactive.bsh | 23 editor(); function
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XVclWindowPeer.idl | 59 /** sets the design mode for use in a design editor.
|
H A D | XControl.idl | 118 /** sets the design mode for use in a design editor.
|
/trunk/main/sd/source/ui/dlg/ |
H A D | tpoption.src | 63 Text [ en-US ] = "~All control points in Bézier editor" ;
|
/trunk/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceResolver.idl | 55 and is used in the design mode of a Dialog or String table editor.
|
/trunk/main/ |
H A D | rat-excludes | 123 # main/scripting/java/org/openoffice/netbeans/editor/OOo.jcb (1), part of SGA 125 main/scripting/java/org/openoffice/netbeans/editor/OOo.jcb 127 # main/scripting/java/org/openoffice/netbeans/editor/OOo.jcs (1), part of SGA 129 main/scripting/java/org/openoffice/netbeans/editor/OOo.jcs
|