Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcessErrors.java35 public final static int ERROR_EXPORT_MKDIR = 2; field
H A DProcessErrorHandler.java64 case ERROR_EXPORT_MKDIR: in getMessageFor()
H A DProcess.java748 if (!error(ex, doc, ERROR_EXPORT_MKDIR, ErrorHandler.ERROR_NORMAL_ABORT)) in export()