Searched refs:targetDir (Results 1 – 5 of 5) sorted by relevance
/aoo42x/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 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 102 if (!fa.exists(targetDir,true)) in copy() 104 fa.fileAccess.createFolder(targetDir); in copy() 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() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | Process.java | 294 …public static void copyMedia(UCB copy, CGSettings settings, String targetDir, Task task) throws Ex… in copyMedia() argument 300 copy.copy(sourceDir, filename, targetDir, "style.css"); in copyMedia() 310 copy.copy(sourceDir, filename, targetDir + "/images", "background.gif"); in copyMedia() 326 public static void copyStaticImages(UCB copy, CGSettings settings, String targetDir) in copyStaticImages() argument 329 copy.copy(FileAccess.connectURLs(settings.workPath, "images"), targetDir + "/images"); in copyStaticImages() local 414 public boolean generate(String targetDir, Task task) in generate() argument 428 generate(xmsf, layout, doc, fileAccess, targetDir, task); in generate() 445 copyLayoutFiles(ucb, fileAccess, settings, layout, targetDir); in generate() 473 …LayoutFiles(UCB ucb, FileAccess fileAccess, CGSettings settings, CGLayout layout, String targetDir) in copyLayoutFiles() argument 478 ucb.copy(filesPath, targetDir, new ExtensionVerifier("xsl")); in copyLayoutFiles()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 134 File targetDir = FileUtil.toFile(parcelFolder.getPrimaryFile()); in generate() local 135 File targetfile = new File(targetDir, File.separator + in generate() 151 if (targetDir.equals(parcelDir)) { in generate()
|
/aoo42x/main/migrationanalysis/src/driver_docs/ |
H A D | CreateDriverDocs.wsf | 111 "DocAnalysisBuildCmd [/X:<sourceDir>] [/T:<targetDir>]" & vbLf & vbLf &_ 115 "/T:<targetDir> target directory " & vbLf & _ 116 " <targetDir> is where the new Driver docs" & vbLf & _
|
/aoo42x/main/ucb/test/com/sun/star/comp/ucb/ |
H A D | GlobalTransfer_Test.java | 119 String sourceDir, String targetDir, String fileName ) in copyResource() argument 126 targetDir, in copyResource()
|
Completed in 40 milliseconds