Searched refs:sourceDir (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 85 public void copy(String sourceDir, String targetDir) throws Exception in copy() argument 87 copy(sourceDir,targetDir,(Verifier)null); in copy() 90 public void copy(String sourceDir, String targetDir, Verifier verifier) throws Exception in copy() argument 92 List files = listFiles(sourceDir,verifier); in copy() 95 copy(sourceDir, (String)files.get(i), targetDir); in copy() 100 …public void copy(String sourceDir, String filename, String targetDir, String targetName) throws Ex… in copy() argument 107 executeCommand(ucb, "globalTransfer", copyArg(sourceDir,filename, targetDir,targetName)); in copy() 117 public void copy(String sourceDir, String filename, String targetDir) throws Exception in copy() argument 119 copy(sourceDir,filename, targetDir, PropertyNames.EMPTY_STRING); in copy() 130 …public GlobalTransferCommandArgument copyArg(String sourceDir, String sourceFilename, String targe… in copyArg() argument [all …]
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | InfoDir.java | 42 String sourceDir = jarFile.getParent(); in copySourceFile() local 43 File sourceFileFile = new File(sourceDir, fileName); in copySourceFile() 59 File sourceDir = data.getInfoRoot(subDirName); in copyInstallDirectoryWithExtension() local 60 if ( sourceDir != null ) { in copyInstallDirectoryWithExtension() 63 SystemManager.copyAllFiles(sourceDir, destDir, fileExtension); in copyInstallDirectoryWithExtension() 69 File sourceDir = data.getInfoRoot(subDirName); in copyInstallDirectoryWithExtension() local 70 if ( sourceDir != null ) { in copyInstallDirectoryWithExtension() 73 SystemManager.copyAllFiles(sourceDir, destDir, fileExtension); in copyInstallDirectoryWithExtension() 81 File sourceDir = new File(sourceDir1, dir2); in copyInstallDirectoryDoubleSubdir() local 89 SystemManager.copyAllFiles(sourceDir, destDir); in copyInstallDirectoryDoubleSubdir()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ |
H A D | ImageShrink.java | 62 String sourceDir = ""; field in ImageShrink 122 return sourceDir; in getSourceDirectory() 134 sourceDir = str; in setSourceDirectory()
|
/aoo4110/main/wizards/com/sun/star/wizards/web/ |
H A D | Process.java | 298 String sourceDir = FileAccess.connectURLs(settings.workPath, "styles"); in copyMedia() local 300 copy.copy(sourceDir, filename, targetDir, "style.css"); in copyMedia() 308 sourceDir = FileAccess.getParentDir(background); in copyMedia() 309 filename = background.substring(sourceDir.length()); in copyMedia() 310 copy.copy(sourceDir, filename, targetDir + "/images", "background.gif"); in copyMedia()
|
/aoo4110/main/migrationanalysis/src/driver_docs/ |
H A D | CreateDriverDocs.wsf | 111 "DocAnalysisBuildCmd [/X:<sourceDir>] [/T:<targetDir>]" & vbLf & vbLf &_ 112 "/X:<sourceDir> base <source> directory " & vbLf & _ 113 " The <sourceDir> is the base dir under which all the " & vbLf & _
|
/aoo4110/main/ucb/test/com/sun/star/comp/ucb/ |
H A D | GlobalTransfer_Test.java | 119 String sourceDir, String targetDir, String fileName ) in copyResource() argument 125 sourceDir + fileName, in copyResource()
|
Completed in 39 milliseconds