Home
last modified time | relevance | path

Searched refs:TYPE_ERROR (Results 1 – 9 of 9) sorted by relevance

/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java92 public static final int TYPE_ERROR = 2; field in Protocol
105 public static final int FILTER_ERROR = TYPE_ERROR;
248 if ((m_nType & TYPE_ERROR) == TYPE_ERROR) in toString()
325 if ((m_nType & TYPE_ERROR) == TYPE_ERROR) in toHTML()
416 ((m_nType & TYPE_ERROR) == TYPE_ERROR) && in isError()
554 log(TYPE_SCOPE_OPEN | TYPE_ERROR, "exception \""+exThrowable.getMessage()+"\""); in log()
H A DAutoSave.java354 … m_aLog.log(Protocol.TYPE_ERROR, "closeDoc() = ERROR. Doc doesn't provide needed interface!"); in closeDoc()
/trunk/main/configmgr/source/
H A Dxcuparser.cxx658 Type type = TYPE_ERROR; in handleGroupProp()
737 if (type == TYPE_ERROR) { in handleUnknownGroupProp()
785 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handlePlainGroupProp()
795 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handlePlainGroupProp()
836 if (type != TYPE_ERROR && property->getStaticType() != TYPE_ANY && in handleLocalizedGroupProp()
846 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handleLocalizedGroupProp()
H A Dtype.cxx139 return value.has< sal_Int64 >() ? TYPE_LONG : TYPE_ERROR; in getDynamicType()
179 return TYPE_ERROR; in getDynamicType()
H A Dwritemodfile.cxx366 OSL_ASSERT(dynType != TYPE_ERROR); in writeNode()
411 OSL_ASSERT(dynType != TYPE_ERROR); in writeNode()
H A Dxcsparser.cxx466 valueParser_.type_ = TYPE_ERROR; in handleProp()
502 if (valueParser_.type_ == TYPE_ERROR) { in handleProp()
H A Dtype.hxx37 TYPE_ERROR, TYPE_NIL, TYPE_ANY, TYPE_BOOLEAN, TYPE_SHORT, TYPE_INT, enumerator
H A Dchildaccess.cxx225 Type type = TYPE_ERROR; in setProperty()
H A Daccess.cxx354 case TYPE_ERROR: in checkValue()
362 case TYPE_ERROR: in checkValue()

Completed in 44 milliseconds