Home
last modified time | relevance | path

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

/trunk/main/connectivity/inc/connectivity/
H A DIParseContext.hxx45 ERROR_FIELD_NO_LIKE, // "LIKE can not be used with this field." enumerator
/trunk/main/svx/source/form/
H A DParseContext.cxx75 … case ERROR_FIELD_NO_LIKE: aMsg = SVX_RES(RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE); break; in getErrorMessage()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4385 case ERROR_FIELD_NO_LIKE: aMsg = ERROR_STR_FIELD_NO_LIKE; break; in getErrorMessage()
H A Dsqlnode.cxx1006 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_FIELD_NO_LIKE); in buildLikeRule()