/trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ConfigurePanel.java | 56 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 D | MethodPanel.java | 52 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()
|
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/ |
H A D | project.properties | 38 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 …]
|
/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/ |
H A D | project.properties | 37 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 …]
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 174 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()
|
/trunk/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 47 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()
|
/trunk/main/apache-commons/patches/ |
H A D | httpclient.patch | 10 <classpath refid="compile.classpath"/> 19 <classpath refid="compile.classpath"/> 29 <classpath refid="test.classpath"/>
|
/trunk/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 406 + <classpath> 408 + </classpath> 422 + <classpath> 424 + </classpath> 439 + <classpath> 454 + <classpath> 469 + <classpath> 641 + <classpath> 800 + <classpath> 802 + </classpath> [all …]
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelFolder.java | 74 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()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | Makefile | 97 $(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) $<
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ |
H A D | ScriptDescriptor.java | 104 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()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | Makefile | 145 $(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) $<
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | Makefile | 75 $(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) $<
|
/trunk/main/ure/source/uretest/ |
H A D | Makefile.pln | 153 javac -classpath \ 170 javac -classpath $(URE_HOME)/share/java/unoloader.jar -sourcepath . \ 186 javac -classpath $(URE_HOME)/share/java/ridl.jar:out.pln/types.jar \ 203 javac -classpath \ 221 javac -classpath \ 245 javac -classpath \
|
/trunk/test/testgui/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 8 org.eclipse.jdt.core.classpath.exclusionPatterns=enabled 9 org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled 10 org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
|
/trunk/main/odk/examples/DevelopersGuide/OfficeBean/ |
H A D | Makefile | 58 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 $@)
|
/trunk/main/odk/source/com/sun/star/lib/loader/ |
H A D | Loader.java | 154 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()
|
/trunk/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptMetaData.java | 251 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()
|
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/ |
H A D | Makefile | 62 $(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 $@)
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | Makefile | 70 $(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) $<
|
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ |
H A D | Makefile | 61 $(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 $@)
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/ |
H A D | Makefile | 70 $(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
|
/trunk/main/sc/source/ui/vba/testvba/ |
H A D | launchTest.pl | 38 my $classpath = "$officeclasspath/jurt.jar:$officeclasspath/unoil.jar:$officeclasspath/juh.jar:$off… 39 $ENV{CLASSPATH}=$classpath;
|
/trunk/main/jvmaccess/ |
H A D | Package_inc.mk | 26 $(eval $(call gb_Package_add_file,jvmaccess_inc,inc/jvmaccess/classpath.hxx,classpath.hxx))
|
/trunk/main/accessibility/workben/ |
H A D | makefile.mk | 56 …+$(JAVA) -classpath "$(CLASSPATH)" org/openoffice/accessibility/awb/AccessibilityWorkBench -p $(PI… 59 +$(JAVA) -classpath "$(CLASSPATH)" -jar AccessibilityWorkBench.jar -p $(PIPE_NAME)
|