Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 83) sorted by relevance

1234

/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java219 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 DScriptEditorForJavaScript.java192 ScriptEditorForJavaScript editor = in edit()
195 if (editor == null) { in edit()
196 editor = new ScriptEditorForJavaScript( in edit()
198 BEING_EDITED.put(url, editor); in edit()
/aoo41x/test/testgui/source/svt/gui/
H A DTestSample.java101 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()
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java244 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 DScriptEditorForBeanShell.java216 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()
/aoo41x/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java23 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 DNetBeansSourceView.java23 package org.openoffice.netbeans.editor;
34 import org.netbeans.editor.*;
35 import org.netbeans.editor.ext.*;
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py512 self.editor = dlgprov.createDialog(
518 self.editor.getControl("EditorTextField").setText(code)
520 self.editor.getControl("RunButton").setActionCommand("Run")
521 self.editor.getControl("RunButton").addActionListener(self)
522 self.editor.getControl("SaveButton").setActionCommand("Save")
523 self.editor.getControl("SaveButton").addActionListener(self)
525 self.editor.execute()
532 code = self.editor.getControl("EditorTextField").getText()
549 self.editor.getControl("EditorTextField").getText().encode(
/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java117 TableCellEditor editor = table.getCellEditor(); in tableFocusLost() local
118 if (editor != null) { in tableFocusLost()
119 Object value = editor.getCellEditorValue(); in tableFocusLost()
/aoo41x/main/toolkit/doc/layout/
H A DChangeLog114 * 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 Doldnotes.txt25 + from the basic editor:
81 ** Basic dialog editor:
84 + dialog editor (?)
H A DTODO166 * play with / improve Ricardo's editor
209 + editor polish
/aoo41x/main/toolkit/workben/layout/
H A Dtest.cxx227 Editor editor( mxMSF, aFile ); in RunEditor() local
228 editor.Show(); in RunEditor()
229 editor.Execute(); in RunEditor()
H A DREADME1 Testing workbench and editor for Layout engine.
/aoo41x/main/offapi/com/sun/star/util/
H A DXDataEditor.idl42 /** makes the data editor visible to the user.
47 /** connects the data editor to a data model.
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java381 AbstractTextEditor editor = (AbstractTextEditor) editorPart; in doInsertCode()
382 IDocumentProvider dp = editor.getDocumentProvider(); in doInsertCode()
383 IDocument doc = dp.getDocument(editor.getEditorInput()); in doInsertCode()
/aoo41x/main/offapi/com/sun/star/sdb/application/
H A DXTableUIProvider.idl76 window, which is needed in case the table editor should be a dialog.
104 if an error occures while creating the table editor component.
/aoo41x/main/offapi/com/sun/star/document/
H A DDocumentInfo.idl206 /** contains the name of the editor who was the last
224 /** contains the name of the editor who was the last
/aoo41x/main/reportbuilder/util/
H A Dcomponent.txt1 Create with the Report Builder stylish, smart-looking database reports. The flexible report editor
/aoo41x/main/scripting/examples/beanshell/InteractiveBeanShell/
H A Dinteractive.bsh23 editor(); function
/aoo41x/main/offapi/com/sun/star/awt/
H A DXVclWindowPeer.idl59 /** sets the design mode for use in a design editor.
H A DXControl.idl118 /** sets the design mode for use in a design editor.
/aoo41x/main/sd/source/ui/dlg/
H A Dtpoption.src65 Text [ en-US ] = "~All control points in Bézier editor" ;
/aoo41x/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl55 and is used in the design mode of a Dialog or String table editor.
/aoo41x/main/offapi/com/sun/star/text/
H A DBibliographyDataField.idl84 /** This field contains the name(s) of the editor(s)

Completed in 105 milliseconds

1234