Home
last modified time | relevance | path

Searched refs:targetDir (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DUCB.java85 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 …]
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DProcess.java294 …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()
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java134 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()
/aoo4110/main/migrationanalysis/src/driver_docs/
H A DCreateDriverDocs.wsf111 "DocAnalysisBuildCmd [/X:<sourceDir>] [/T:<targetDir>]" & vbLf & vbLf &_
115 "/T:<targetDir> target directory " & vbLf & _
116 " <targetDir> is where the new Driver docs" & vbLf & _
/aoo4110/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java119 String sourceDir, String targetDir, String fileName ) in copyResource() argument
126 targetDir, in copyResource()

Completed in 39 milliseconds