Home
last modified time | relevance | path

Searched refs:classpath (Results 1 – 25 of 180) sorted by relevance

12345678

/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java56 private Vector classpath; field in ConfigurePanel
69 this.classpath = classpath; in ConfigurePanel()
78 this.classpath = classpath; in ConfigurePanel()
84 public void reload(String basedir, Vector classpath, in reload() argument
90 if (classpath != null) in reload()
91 this.classpath = classpath; in reload()
97 methodPanel.reload(this.basedir, this.classpath, in reload()
102 public void reload(String basedir, Vector classpath) in reload() argument
108 if (classpath != null) in reload()
109 this.classpath = classpath; in reload()
[all …]
H A DMethodPanel.java52 private Vector classpath; field in MethodPanel
61 public MethodPanel(File basedir, Vector classpath, String language) { in MethodPanel() argument
63 this.classpath = classpath; in MethodPanel()
69 public void reload(File basedir, Vector classpath, String language) { in reload() argument
71 this.classpath = classpath; in reload()
108 finder = JavaFinder.getInstance(classpath); in initValues()
112 finder = JavaFinder.getInstance(classpath); in initValues()
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/
H A Dproject.properties38 debug.classpath=\
39 ${run.classpath}
40 debug.test.classpath=\
41 ${run.test.classpath}
46 endorsed.classpath=
50 javac.classpath=
56 javac.test.classpath=\
57 ${javac.classpath}:\
81 run.classpath=\
82 ${javac.classpath}:\
[all …]
/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/nbproject/
H A Dproject.properties37 debug.classpath=\
38 ${run.classpath}
39 debug.test.classpath=\
40 ${run.test.classpath}
48 javac.classpath=
54 javac.test.classpath=\
55 ${javac.classpath}:\
57 ${libs.junit.classpath}:\
74 run.classpath=\
75 ${javac.classpath}:\
[all …]
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java174 Vector classpath = getConfigureClasspath(); in configure() local
175 classpath.addElement(contents.getAbsolutePath()); in configure()
185 classpath, descriptor); in configure()
188 configuror.reload(contents.getAbsolutePath(), classpath, in configure() local
221 String classpath = NbClassPath.createRepositoryPath().getClassPath(); in getConfigureClasspath() local
230 if ( classpath.startsWith("\"") && classpath.endsWith("\"") ) in getConfigureClasspath()
232 StringBuffer buff = new StringBuffer(classpath); in getConfigureClasspath()
235 classpath = buff.toString(); in getConfigureClasspath()
238 StringTokenizer tokens = new StringTokenizer(classpath, File.pathSeparator); in getConfigureClasspath()
/aoo41x/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java47 private Vector classpath = null; field in JavaFinder
51 private JavaFinder(Vector classpath) { in JavaFinder() argument
52 this.classpath = classpath; in JavaFinder()
65 public static JavaFinder getInstance(Vector classpath) { in getInstance() argument
66 return new JavaFinder(classpath); in getInstance()
87 if (classpath == null) in findMethods()
137 int len = classpath.size(); in getClassLoader()
142 String s = (String)classpath.elementAt(i); in getClassLoader()
/aoo41x/main/apache-commons/patches/
H A Dhttpclient.patch10 <classpath refid="compile.classpath"/>
19 <classpath refid="compile.classpath"/>
29 <classpath refid="test.classpath"/>
/aoo41x/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch406 + <classpath>
408 + </classpath>
422 + <classpath>
424 + </classpath>
439 + <classpath>
454 + <classpath>
469 + <classpath>
641 + <classpath>
800 + <classpath>
802 + </classpath>
[all …]
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java74 private String classpath; field in ParcelFolder.ParcelFolderNode
100 classpath = s; in ParcelFolderNode()
103 classpath = "."; in ParcelFolderNode()
104 cookie.setClasspath(classpath); in ParcelFolderNode()
275 classpath = (String)obj; in createClasspathProperty()
279 cookie.setClasspath(classpath); in createClasspathProperty()
284 return classpath; in createClasspathProperty()
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java104 public void setClasspath( String classpath ) in setClasspath() argument
106 StringTokenizer stk = new StringTokenizer( classpath, ":" ); in setClasspath()
118 public void setClasspath( Vector classpath ) in setClasspath() argument
120 this.m_classpath = classpath; in setClasspath()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DMakefile97 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(COMMON_CLASS_OUT) $^
109 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP1_CLASS_OUT) $<
113 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP2_CLASS_OUT) $<
117 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP3_CLASS_OUT) $<
121 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP4_CLASS_OUT) $<
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DMakefile145 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(COMP1_CLASS_OUT) $(COMP1_JAVAFILES)
149 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(COMP2_CLASS_OUT) $^
227 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(SAMPLE_CLASS_OUT) $(APP_JAVAFILES)
231 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP1_CLASS_OUT) $<
235 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP2_CLASS_OUT) $<
239 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(APP3_CLASS_OUT) $<
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DMakefile75 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $(APP_JAVAFILES)
79 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $<
83 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $<
87 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $<
/aoo41x/test/testgui/.settings/
H A Dorg.eclipse.jdt.core.prefs8 org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
9 org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
10 org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
/aoo41x/main/odk/examples/DevelopersGuide/OfficeBean/
H A DMakefile58 javac $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_COMP_CLASS) $(JAVAFILES)
68 $(SDK_JAVA) -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
71 jdb -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
/aoo41x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java154 String classpath = null; in getCustomLoader() local
156 classpath = System.getProperty( "java.class.path" ); in getCustomLoader()
164 if ( classpath != null ) { in getCustomLoader()
165 addUrls(vec, classpath, File.pathSeparator); in getCustomLoader()
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java251 String classpath = (String)getLanguageProperties().get("classpath"); in getClassPath() local
254 if ( classpath == null ) in getClassPath()
256 classpath = ""; in getClassPath()
270 StringTokenizer stk = new StringTokenizer(classpath, ":"); in getClassPath()
/aoo41x/main/ure/source/uretest/
H A DMakefile.pln156 javac -classpath \
173 javac -classpath $(URE_HOME)/share/java/unoloader.jar -sourcepath . \
189 javac -classpath $(URE_HOME)/share/java/ridl.jar:out.pln/types.jar \
206 javac -classpath \
224 javac -classpath \
248 javac -classpath \
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/
H A DMakefile62 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(SCRIPT_CLASS_OUT) $(JAVAFILES)
106 $(SDK_JAVA) -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
109 jdb -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
/aoo41x/main/odk/examples/DevelopersGuide/Database/
H A DMakefile70 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $(APP1_JAVAFILES)
74 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $(APP3_JAVAFILES)
78 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_APP_CLASS) $<
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/
H A DMakefile61 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(SCRIPT_CLASS_OUT) $(JAVAFILES)
108 $(SDK_JAVA) -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
111 jdb -classpath "$(SDK_CLASSPATH)" $(subst /,.,$(PACKAGE)).$(basename $@)
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DMakefile70 $(SDK_JAVAC) $(JAVAC_FLAGS) -classpath "$(SDK_CLASSPATH)" -d $(OUT_COMP_CLASS) $(JAVAFILES)
121 $(SDK_JAVA) -classpath "$(SDK_CLASSPATH)" $(basename $@)
124 $(SDK_JAVA) -classpath "$(SDK_CLASSPATH)" $(basename $@) local
/aoo41x/main/sc/source/ui/vba/testvba/
H A DlaunchTest.pl38 my $classpath = "$officeclasspath/jurt.jar:$officeclasspath/unoil.jar:$officeclasspath/juh.jar:$off…
39 $ENV{CLASSPATH}=$classpath;
/aoo41x/main/accessibility/workben/
H A Dmakefile.mk56 …+$(JAVA) -classpath "$(CLASSPATH)" org/openoffice/accessibility/awb/AccessibilityWorkBench -p $(PI…
59 +$(JAVA) -classpath "$(CLASSPATH)" -jar AccessibilityWorkBench.jar -p $(PIPE_NAME)
/aoo41x/main/jvmaccess/prj/
H A Dd.lst2 ..\inc\jvmaccess\classpath.hxx %_DEST%\inc%_EXT%\jvmaccess\classpath.hxx

Completed in 67 milliseconds

12345678