Searched refs:appType (Results 1 – 3 of 3) sorted by relevance
98 public String appType; field in CGDocument220 getSettings().getExporters(appType)[0]); in validate()237 appType = getDocType(media); in analyzeFileType()242 …appType.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() argument397 return appType + ".gif"; in getIcon()420 Object exp = getSettings().getExporters(appType)[exporter_[0]]; in setExporter()435 Object[] exporters = getSettings().getExporters(appType); in getExporterIndex()
143 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()
305 else if (oldDoc == null || (!oldDoc.appType.equals(doc.appType))) in setSelectedDoc()307 fillExportList(settings.getExporters(doc.appType)); in setSelectedDoc()