Home
last modified time | relevance | path

Searched refs:CGDocument (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DProcessErrorHandler.java28 import com.sun.star.wizards.web.data.CGDocument;
63 …return JavaTools.replaceSubString(resources.resErrDocExport, ((CGDocument) obj).localFilename, FIL… in getMessageFor()
65 …return JavaTools.replaceSubString(resources.resErrMkDir, ((CGDocument) obj).localFilename, FILENAM… in getMessageFor()
67 …return JavaTools.replaceSubString(resources.resErrDocInfo, ((CGDocument) obj).localFilename, FILEN… in getMessageFor()
69 …return JavaTools.replaceSubString(resources.resErrExportIO, ((CGDocument) obj).localFilename, FILE… in getMessageFor()
71 …return JavaTools.replaceSubString(resources.resErrSecurity, ((CGDocument) obj).localFilename, FILE… in getMessageFor()
H A DWWD_Events.java46 import com.sun.star.wizards.web.data.CGDocument;
296 CGDocument oldDoc = getDoc(selectedDoc); in setSelectedDoc()
297 CGDocument doc = getDoc(s); in setSelectedDoc()
829 ((CGDocument) docs.getElementAt(i)).cp_Index = i; in saveSession()
1259 CGDocument doc = new CGDocument(); in loadDocuments()
H A DWWD_General.java35 import com.sun.star.wizards.web.data.CGDocument;
165 protected CGDocument getDoc(short[] s) in getDoc()
177 … return (CGDocument) settings.cp_DefaultSession.cp_Content.cp_Documents.getElementAt(s[0]); in getDoc()
H A DWWD_Startup.java60 import com.sun.star.wizards.web.data.CGDocument;
602 CGDocument doc = new CGDocument(); //dummy in makeDataAware()
795 protected boolean checkDocument(CGDocument doc, Task task, XControl xC) in checkDocument()
857 if (!checkDocument((CGDocument) content.cp_Documents.getElementAt(i), task, xC)) in checkContent()
H A DProcess.java46 import com.sun.star.wizards.web.data.CGDocument;
607 if (item instanceof CGDocument) in export()
609 if (!export((CGDocument) item, contentDir, task)) in export()
656 private boolean export(CGDocument doc, String dir, Task task) in export()
/aoo4110/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java46 import com.sun.star.wizards.web.data.CGDocument;
96 protected Object openDocument(CGDocument doc, XMultiServiceFactory xmsf) in openDocument()
141 private void pageCount(CGDocument doc, Object document) in pageCount()
177 protected void calcFileSize(CGDocument doc, String url, XMultiServiceFactory xmsf) in calcFileSize()
H A DImpressHTMLExporter.java29 import com.sun.star.wizards.web.data.CGDocument;
45 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
98 private CGSession getSession(CGDocument doc) in getSession()
H A DCopyExporter.java34 import com.sun.star.wizards.web.data.CGDocument;
48 public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) in export()
H A DFilterExporter.java29 import com.sun.star.wizards.web.data.CGDocument;
47 …public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) thro… in export()
H A DExporter.java53 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
/aoo4110/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java65 public class CGDocument extends ConfigSetItem implements XMLProvider class
114 public CGDocument() in CGDocument() method in CGDocument
118 public CGDocument(String url, XMultiServiceFactory xmsf, Task task) throws Exception in CGDocument() method in CGDocument
H A DCGContent.java36 public ConfigSet cp_Documents = new ConfigSet(CGDocument.class);
H A Dmakefile.mk51 CGDocument.java \

Completed in 55 milliseconds