Searched refs:WRITER_DOC (Results 1 – 3 of 3) sorted by relevance
242 …(appType.equals(TypeDetection.WRITER_DOC) || appType.equals(TypeDetection.CALC_DOC) || appType.equ… in analyzeFileType()271 return TypeDetection.WRITER_DOC; in getDocType()
41 public final static String WRITER_DOC = "writer"; field in TypeDetection
143 if (doc.appType.equals(TypeDetection.WRITER_DOC)) in pageCount()