Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java93 public static final int TYPE_WARNING = 4; field in Protocol
106 public static final int FILTER_WARNING = TYPE_WARNING;
254 if ((m_nType & TYPE_WARNING) == TYPE_WARNING) in toString()
337 if ((m_nType & TYPE_WARNING) == TYPE_WARNING) in toHTML()
425 ((m_nType & TYPE_WARNING) == TYPE_WARNING) && in isWarning()
H A DAutoSave.java359 …m_aLog.log(Protocol.TYPE_WARNING , "got CloseVetoException on calling doc.close()." … in closeDoc()
379 m_aLog.log(Protocol.TYPE_WARNING , "got exception for wait() !?"); in closeDoc()
455 m_aLog.log(Protocol.TYPE_WARNING , "got exception for wait() !?"); in impl_checkConcurrentAutoSaveToNormalUISave()

Completed in 31 milliseconds