Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 21 of 21) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java44 String sourceFile = sourceFileFile.getPath(); in copySourceFile() local
51 boolean success = SystemManager.copy(sourceFile, destFile); in copySourceFile()
146 File sourceFile = new File(data.getAdminFileNameReloc()); in moveAdminFiles() local
147 String fileName = sourceFile.getName(); in moveAdminFiles()
151 sourceFile.delete(); in moveAdminFiles()
156 String fileName = sourceFile.getName(); in moveAdminFiles()
160 sourceFile.delete(); in moveAdminFiles()
165 String fileName = sourceFile.getName(); in moveAdminFiles()
169 sourceFile.delete(); in moveAdminFiles()
174 String fileName = sourceFile.getName(); in moveAdminFiles()
[all …]
H A DSystemManager.java337 File sourceFile = new File(source); in copy() local
338 String fileName = sourceFile.getName(); in copy()
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java97 private File sourceFile = null; field in FileExport
323 sourceFile = new File(path); in dotest()
377 result.addRow("data", sourceFile.getCanonicalPath(), in Open()
378 sourceFile.length(), scenario, "", "", "Fail", reason); in Open()
432 result.addRow("data", sourceFile.getCanonicalPath(), in savetosameformat()
442 result.addRow("data", sourceFile.getCanonicalPath(), in savetosameformat()
497 result.addRow("data", sourceFile.getCanonicalPath(), in savetodiffformat()
507 result.addRow("data", sourceFile.getCanonicalPath(), in savetodiffformat()
637 result.addRow("data", sourceFile.getCanonicalPath(), in savetopdfformat()
647 result.addRow("data", sourceFile.getCanonicalPath(), in savetopdfformat()
[all …]
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java109 private File sourceFile = null; field in Conversion
130 sourceFile = new File(sourcePath); in before()
131 sourceFileUrl = FileUtil.getUrl(this.sourceFile); in before()
132 targetFile = getFile("classtemp/" + sourceFile.getName()+ "." + targetExtName); in before()
135 …scenario = FileUtil.getFileExtName(sourceFile.getName()).toLowerCase() + " to " + FileUtil.getFile… in before()
136 String pathSource = sourceFile.getCanonicalPath().replace("\\", "/"); in before()
139 …log.info("Start [File: " + sourceFileId + "] [Size: " + (sourceFile.length() / 1024) + "KB] [Scena… in before()
145 …rceFileId, scenario, counter % repeat , closeTime, saveTime, loadTime, sourceFile.length(), target… in after()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolder.java80 String sourceFile = "Templates/OfficeScripting/EmptyScript/Empty";
83 sourceFile += ".java";
86 sourceFile += ".bsh";
98 DataObject dObj = DataObject.find(fs.findResource(sourceFile));
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentSaver.java67 java.io.File sourceFile = new java.io.File(args[0]); in main() local
69 sLoadUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
71 sourceFile = new java.io.File(args[1]); in main()
73 sSaveUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
H A DDocumentLoader.java61 java.io.File sourceFile = new java.io.File(args[0]); in main() local
63 sbTmp.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
H A DDocumentPrinter.java57 java.io.File sourceFile = new java.io.File(args[1]); in main() local
59 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java195 java.io.File sourceFile = new java.io.File("TextTemplateWithUserFields.odt"); in templateExample() local
197 sTemplateFileUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in templateExample()
407 java.io.File sourceFile = new java.io.File("PrintDemo.odt"); in storePrintExample() local
409 sLoadFileUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in storePrintExample()
415 sourceFile = new java.io.File(sOutputDir); in storePrintExample()
417 sStoreFileUrl.append(sourceFile.toURL().toString()); in storePrintExample()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawViewDemo.java74 java.io.File sourceFile = new java.io.File(args[0]); in main() local
76 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
H A DGraphicExportDemo.java67 java.io.File sourceFile = new java.io.File(args[0]); in main() local
69 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
/trunk/main/odk/examples/java/Text/
H A DGraphicsInserter.java129 java.io.File sourceFile = new java.io.File(args[0]); in main() local
131 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
/trunk/main/odk/examples/java/NotesAccess/
H A DNotesAccess.java93 java.io.File sourceFile = new java.io.File(args[ 3 ].trim()); in main() local
94 stringDatabase = sourceFile.getCanonicalPath(); in main()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java125 String sourceFile = m_fileURL + m_SourceDir + fileName; in testDoc() local
127 xDoc = util.DesktopTools.loadDoc(m_xMSF, sourceFile, loadProps); in testDoc()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DSDFReader.java140 private File sourceFile; field in SDFReader
247 sourceFile = source; in SDFReader()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java202 java.io.File sourceFile = new java.io.File("bullet.gif"); in testDataRowProperties() local
203 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in testDataRowProperties()
/trunk/main/ooxml/source/framework/JavaPartManager/.settings/
H A Dorg.eclipse.jdt.core.prefs8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/trunk/main/ooxml/source/framework/JavaOOXMLParser/.settings/
H A Dorg.eclipse.jdt.core.prefs8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/trunk/main/ooxml/source/framework/OOXMLViewer/.settings/
H A Dorg.eclipse.jdt.core.prefs8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/trunk/main/ooxml/source/framework/SchemaParser/.settings/
H A Dorg.eclipse.jdt.core.prefs8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/trunk/main/oox/source/token/
H A Dtokens.txt4721 sourceFile

Completed in 65 milliseconds