/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | InfoDir.java | 44 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 D | SystemManager.java | 337 File sourceFile = new File(source); in copy() local 338 String fileName = sourceFile.getName(); in copy()
|
/aoo42x/test/testgui/source/bvt/gui/ |
H A D | FileExport.java | 97 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 …]
|
/aoo42x/test/testuno/source/pvt/uno/ |
H A D | Conversion.java | 109 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()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelContentsFolder.java | 80 String sourceFile = "Templates/OfficeScripting/EmptyScript/Empty"; 83 sourceFile += ".java"; 86 sourceFile += ".bsh"; 98 DataObject dObj = DataObject.find(fs.findResource(sourceFile));
|
/aoo42x/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentSaver.java | 67 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 D | DocumentLoader.java | 61 java.io.File sourceFile = new java.io.File(args[0]); in main() local 63 sbTmp.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
|
H A D | DocumentPrinter.java | 57 java.io.File sourceFile = new java.io.File(args[1]); in main() local 59 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
|
/aoo42x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 195 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawViewDemo.java | 74 java.io.File sourceFile = new java.io.File(args[0]); in main() local 76 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
|
H A D | GraphicExportDemo.java | 67 java.io.File sourceFile = new java.io.File(args[0]); in main() local 69 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
|
/aoo42x/main/odk/examples/java/Text/ |
H A D | GraphicsInserter.java | 129 java.io.File sourceFile = new java.io.File(args[0]); in main() local 131 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in main()
|
/aoo42x/main/odk/examples/java/NotesAccess/ |
H A D | NotesAccess.java | 93 java.io.File sourceFile = new java.io.File(args[ 3 ].trim()); in main() local 94 stringDatabase = sourceFile.getCanonicalPath(); in main()
|
/aoo42x/main/sw/qa/complex/writer/ |
H A D | LoadSaveTest.java | 125 String sourceFile = m_fileURL + m_SourceDir + fileName; in testDoc() local 127 xDoc = util.DesktopTools.loadDoc(m_xMSF, sourceFile, loadProps); in testDoc()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | SDFReader.java | 140 private File sourceFile; field in SDFReader 247 sourceFile = source; in SDFReader()
|
/aoo42x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInCalc.java | 202 java.io.File sourceFile = new java.io.File("bullet.gif"); in testDataRowProperties() local 203 sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); in testDataRowProperties()
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
/aoo42x/main/ooxml/source/framework/JavaPartManager/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
/aoo42x/main/ooxml/source/framework/SchemaParser/.settings/ |
H A D | org.eclipse.jdt.core.prefs | 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
/aoo42x/main/oox/source/token/ |
H A D | tokens.txt | 4721 sourceFile
|