Home
last modified time | relevance | path

Searched refs:CALC_DOC (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java242 …(appType.equals(TypeDetection.WRITER_DOC) || appType.equals(TypeDetection.CALC_DOC) || appType.equ… in analyzeFileType()
276 return TypeDetection.CALC_DOC; in getDocType()
H A DTypeDetection.java45 public final static String CALC_DOC = "calc"; field in TypeDetection