Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DProcess.java625 if (!error(sx, item, ERROR_EXPORT_SECURITY, ErrorHandler.ERROR_NORMAL_IGNORE)) in export()
642 return error(se, content, ERROR_EXPORT_SECURITY, ErrorHandler.ERROR_NORMAL_IGNORE); in export()
H A DProcessErrors.java38 public final static int ERROR_EXPORT_SECURITY = 5; field
H A DProcessErrorHandler.java70 case ERROR_EXPORT_SECURITY: in getMessageFor()