Home
last modified time | relevance | path

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

/trunk/main/connectivity/inc/connectivity/
H A DIParseContext.hxx46 ERROR_INVALID_COMPARE, // "The entered criterion can not be compared with this field." enumerator
/trunk/main/svx/source/form/
H A DParseContext.cxx76 case ERROR_INVALID_COMPARE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE); break; in getErrorMessage()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4386 case ERROR_INVALID_COMPARE: aMsg = ERROR_STR_INVALID_COMPARE; break;
4748 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE);
H A Dsqlnode.cxx830 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE); in convertNode()
846 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE); in convertNode()

Completed in 50 milliseconds