Searched refs:DRAW_DOC (Results 1 – 5 of 5) sorted by relevance
107 enum DocType{ DRAW_DOC, IMPRESS_DOC }; enumerator111 m_bWriteDrawDocument(eDocType==DRAW_DOC) in DrawXmlEmitter()
99 … DrawXmlEmitter::DRAW_DOC, in createEmittingVisitor()
242 …pType.equals(TypeDetection.IMPRESS_DOC) || appType.equals(TypeDetection.DRAW_DOC)) || appType.equa… in analyzeFileType()280 return TypeDetection.DRAW_DOC; in getDocType()
53 public final static String DRAW_DOC = "draw"; field in TypeDetection
151 else if (doc.appType.equals(TypeDetection.DRAW_DOC)) in pageCount()
Completed in 19 milliseconds