Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5edd752d
Kaydet (Commit)
5edd752d
authored
Mar 03, 2003
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Supporting changes for new namespace changes (runtime)
üst
226f5484
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
JavaFinder.java
scripting/java/org/openoffice/idesupport/JavaFinder.java
+1
-1
MethodPanel.java
scripting/java/org/openoffice/idesupport/ui/MethodPanel.java
+3
-3
Empty.bsh_
...ce/netbeans/modules/office/resources/templates/Empty.bsh_
+1
-1
Empty.java_
...e/netbeans/modules/office/resources/templates/Empty.java_
+1
-1
HelloWorld.java_
...beans/modules/office/resources/templates/HelloWorld.java_
+1
-1
No files found.
scripting/java/org/openoffice/idesupport/JavaFinder.java
Dosyayı görüntüle @
5edd752d
...
@@ -19,7 +19,7 @@ public class JavaFinder implements MethodFinder {
...
@@ -19,7 +19,7 @@ public class JavaFinder implements MethodFinder {
private
static
final
String
CLASS_SUFFIX
=
".class"
;
private
static
final
String
CLASS_SUFFIX
=
".class"
;
private
static
final
String
LANGUAGE
=
"Java"
;
private
static
final
String
LANGUAGE
=
"Java"
;
private
static
final
String
FIRST_PARAM
=
private
static
final
String
FIRST_PARAM
=
"drafts.com.sun.star.script.framework.XScriptContext"
;
"drafts.com.sun.star.script.framework.
runtime.
XScriptContext"
;
private
Vector
classpath
=
null
;
private
Vector
classpath
=
null
;
...
...
scripting/java/org/openoffice/idesupport/ui/MethodPanel.java
Dosyayı görüntüle @
5edd752d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: MethodPanel.java,v $
* $RCSfile: MethodPanel.java,v $
*
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
*
* last change: $Author:
toconnor $ $Date: 2003-02-21 10:56:33
$
* last change: $Author:
npower $ $Date: 2003-03-03 18:42:22
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -89,7 +89,7 @@ public class MethodPanel extends JPanel {
...
@@ -89,7 +89,7 @@ public class MethodPanel extends JPanel {
private
File
basedir
;
private
File
basedir
;
private
Vector
classpath
;
private
Vector
classpath
;
private
final
static
String
FIRST_PARAM
=
private
final
static
String
FIRST_PARAM
=
"drafts.com.sun.star.script.framework.XScriptContext"
;
"drafts.com.sun.star.script.framework.
runtime.
XScriptContext"
;
// private JTable table;
// private JTable table;
// private MethodTableModel model;
// private MethodTableModel model;
...
...
scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.bsh_
Dosyayı görüntüle @
5edd752d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below:
// If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel;
// import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.
runtime.
XScriptContext;
/* Use the XScriptContext variable "context" to access the document for
/* Use the XScriptContext variable "context" to access the document for
which this script was invoked. This variable will be initialised
which this script was invoked. This variable will be initialised
...
...
scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_
Dosyayı görüntüle @
5edd752d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below:
// If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel;
// import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.
runtime.
XScriptContext;
public class Empty {
public class Empty {
...
...
scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_
Dosyayı görüntüle @
5edd752d
...
@@ -8,7 +8,7 @@ import com.sun.star.uno.UnoRuntime;
...
@@ -8,7 +8,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.*;
import com.sun.star.lang.*;
import com.sun.star.text.*;
import com.sun.star.text.*;
import drafts.com.sun.star.script.framework.XScriptContext;
import drafts.com.sun.star.script.framework.
runtime.
XScriptContext;
public class HelloWorld {
public class HelloWorld {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment