Home
last modified time | relevance | path

Searched refs:openConnection (Results 1 – 15 of 15) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DDataBaseOutProducer.java81 mSqlExec.openConnection(); in initialize()
91 mSqlExec.openConnection(); in summary()
H A DSQLExecution.java82 public boolean openConnection() { in openConnection() method in SQLExecution
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java575 java.net.URLConnection con = url.openConnection(); in getFromClassPath()
876 java.net.URLConnection con = url.openConnection(); in getScenarioFromClassPath()
H A DCfgParser.java149 java.net.URLConnection connection = url.openConnection(); in getProperties()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DReportUploader.java87 HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection(); in upload()
H A DFileUtil.java946 URLConnection urlConnection = url.toURL().openConnection(); in download()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java233 int l = url.openConnection().getContentLength(); in getFileLength()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java101 jarConnection = (JarURLConnection)url.openConnection(); in ConverterInfoReader()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java348 fos = scriptURL.openConnection().getOutputStream(); in saveTextArea()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunnerService.java223 (java.net.JarURLConnection)url.openConnection(); in getPropertyValues()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java74 public URLConnection openConnection(URL u) throws IOException { in openConnection() method in UCBStreamHandler
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java84 (JarURLConnection) jarurl.openConnection(); in main()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java416 final URLConnection urlConnection = url.openConnection(); in produceFromURL()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java268 URLConnection c = uStyle.openConnection(); in start()
/trunk/main/rhino/
H A Drhino1_7R3.patch467 + os = scriptUrl.openConnection().getOutputStream();