Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_REAL_COMPARE (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/connectivity/inc/connectivity/
H A DIParseContext.hxx49ERROR_INVALID_REAL_COMPARE, // "The field can not be compared with a floating point number." enumerator
/AOO42X/main/svx/source/form/
H A DParseContext.cxx79 … case ERROR_INVALID_REAL_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID); break; in getErrorMessage()
/AOO42X/main/connectivity/source/parse/
H A Dsqlbison.y4389 case ERROR_INVALID_REAL_COMPARE: aMsg = ERROR_STR_INVALID_REAL_COMPARE; break; in getErrorMessage()
H A Dsqlnode.cxx897 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_REAL_COMPARE); in convertNode()