Home
last modified time | relevance | path

Searched refs:appType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java98 public String appType; field in CGDocument
220 getSettings().getExporters(appType)[0]); in validate()
237 appType = getDocType(media); in analyzeFileType()
242appType.equals(TypeDetection.WRITER_DOC) || appType.equals(TypeDetection.CALC_DOC) || appType.equa… in analyzeFileType()
391 …return exporter.cp_Icon.equals(PropertyNames.EMPTY_STRING) ? getIcon(this.appType) : exporter.cp_I… in getIcon()
394 private String getIcon(String appType) in getIcon() argument
397 return appType + ".gif"; in getIcon()
420 Object exp = getSettings().getExporters(appType)[exporter_[0]]; in setExporter()
435 Object[] exporters = getSettings().getExporters(appType); in getExporterIndex()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java143 if (doc.appType.equals(TypeDetection.WRITER_DOC)) in pageCount()
147 else if (doc.appType.equals(TypeDetection.IMPRESS_DOC)) in pageCount()
151 else if (doc.appType.equals(TypeDetection.DRAW_DOC)) in pageCount()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java305 else if (oldDoc == null || (!oldDoc.appType.equals(doc.appType))) in setSelectedDoc()
307 fillExportList(settings.getExporters(doc.appType)); in setSelectedDoc()