Home
last modified time | relevance | path

Searched refs:InvalidRealCompare (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/
H A DIParseContext.hxx41 InvalidRealCompare, // "The field can not be compared with a floating point number." enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/
H A DIParseContext.hxx41 InvalidRealCompare, // "The field can not be compared with a floating point number." enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A DParseContext.cxx65 …case ErrorCode::InvalidRealCompare: aMsg = SvxResId(RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID); brea… in getErrorMessage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A DParseContext.cxx65 …case ErrorCode::InvalidRealCompare: aMsg = SvxResId(RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID); brea… in getErrorMessage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/parse/
H A Dsqlnode.cxx937 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ErrorCode::InvalidRealCompare); in convertNode()
H A Dsqlbison.y4331 …case ErrorCode::InvalidRealCompare: aMsg = "The field can not be compared with a floating point … in getErrorMessage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/parse/
H A Dsqlnode.cxx935 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ErrorCode::InvalidRealCompare); in convertNode()
H A Dsqlbison.y4325 …case ErrorCode::InvalidRealCompare: aMsg = "The field can not be compared with a floating point … in getErrorMessage()