Searched refs:cp_URL (Results 1 – 9 of 9) sorted by relevance
| /aoo41x/main/wizards/com/sun/star/wizards/web/ |
| H A D | WWD_Events.java | 517 p.cp_URL = url; in setPublishUrl() 691 getFileAccess().fileAccess.createFolder(p.cp_URL); in publishTargetApproved() 711 String path = getFileAccess().getPath(p.cp_URL, null); in publishTargetApproved() 713 if (getFileAccess().exists(p.cp_URL, false)) in publishTargetApproved() 716 if (getFileAccess().isDirectory(p.cp_URL)) in publishTargetApproved() 748 String path = getFileAccess().getPath(p.cp_URL, null); in publishTargetApproved() 893 return "\n" + getFileAccess().getPath(p.cp_URL, null); in targetStringFor() 990 p.url = p.cp_URL; in finishWizard2() 997 String url1 = JavaTools.replaceSubString(p.cp_URL, "%25", "%"); in finishWizard2() 1065 if (getFileAccess().exists(p.cp_URL, false)) in finishWizard2() [all …]
|
| H A D | WWD_Startup.java | 480 p.cp_URL = substitute(p.cp_URL); in loadSettings() 805 …bute.YES_NO + VclWindowPeerAttribute.DEF_NO, getFileAccess().getPath(doc.cp_URL, PropertyNames.EMP… in checkDocument() 809 … String[] file = getDocAddDialog().callOpenDialog(false, FileAccess.getParentDir(doc.cp_URL)); in checkDocument() 816 doc.cp_URL = file[0]; in checkDocument() 830 getFileAccess().getPath(doc.cp_URL, PropertyNames.EMPTY_STRING), in checkDocument() 841 getFileAccess().getPath(doc.cp_URL, PropertyNames.EMPTY_STRING), in checkDocument()
|
| H A D | FTPDialog.java | 377 host = extractHost(publish.cp_URL); in execute() 380 dir = extractDir(publish.cp_URL); in execute() 389 publish.cp_URL = "ftp://" + host() + getDir(); in execute() 639 p.cp_URL = "ftp://tv-1/Folder"; in main() 744 return "ftp://" + p.cp_Username + ":" + p.password + "@" + host(p.cp_URL); in getFullURL()
|
| H A D | Process.java | 371 fileAccess.delete(p.cp_URL); in publish() 686 String docFilename = FileAccess.getFilename(doc.cp_URL); in export()
|
| H A D | ProcessErrorHandler.java | 77 … return JavaTools.replaceSubString(resources.resErrPublish, ((CGPublish) obj).cp_URL, URL); in getMessageFor()
|
| /aoo41x/main/wizards/com/sun/star/wizards/web/data/ |
| H A D | CGDocument.java | 73 public String cp_URL; field in CGDocument 120 cp_URL = getSettings().getFileAccess(xmsf).getURL(url); in CGDocument() 140 if (!getSettings().getFileAccess(xmsf).exists(cp_URL, false)) in validate() 144 if (getSettings().getFileAccess(xmsf).isDirectory(cp_URL)) in validate() 148 mediaDescriptor = OfficeDocument.getFileMediaDecriptor(xmsf, cp_URL); in validate() 158 String path = getSettings().getFileAccess(xmsf).getPath(cp_URL, PropertyNames.EMPTY_STRING); in validate() 176 …ime.queryInterface(XComponentLoader.class, desktop).loadComponentFromURL(cp_URL, "_default", 0, pr… in validate() 194 updateDate = getSettings().getFileAccess(xmsf).getLastModified(cp_URL); in validate()
|
| H A D | CGPublish.java | 39 public String cp_URL; field in CGPublish 64 this.cp_URL = ((CGSettings) this.root).getFileAccess().getURL(path); in setURL() 77 return ((CGSettings) this.root).getFileAccess().getPath(cp_URL, null); in getURL() 89 … password.length() > 0) ? ":" + password : PropertyNames.EMPTY_STRING) + "@" + cp_URL.substring(7); in ftpURL()
|
| /aoo41x/main/wizards/com/sun/star/wizards/web/export/ |
| H A D | CopyExporter.java | 69 boolean b = getFileAccess(xmsf).copy(source.cp_URL, newTarget); in export()
|
| H A D | AbstractExporter.java | 108 …queryInterface(XComponentLoader.class, desktop).loadComponentFromURL(doc.cp_URL, "_blank", 0, prop… in openDocument()
|
Completed in 50 milliseconds