Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 21 of 21) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Dsqlerror.cxx74 …::rtl::OUString getErrorMessage( const ErrorCondition _eCondition, const ParamValue& _rParamVa…
158 …::rtl::OUString SQLError_Impl::getErrorMessage( const ErrorCondition _eCondition, const ParamValue… in getErrorMessage() function in connectivity::SQLError_Impl
237 getErrorMessage( _eCondition, _rParamValue1, _rParamValue2, _rParamValue3 ), in impl_buildSQLException()
314 …::rtl::OUString SQLError::getErrorMessage( const ErrorCondition _eCondition, const ParamValue& _rP… in getErrorMessage() function in connectivity::SQLError
316 return m_pImpl->getErrorMessage( _eCondition, _rParamValue1, _rParamValue2, _rParamValue3 ); in getErrorMessage()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx830 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE); in convertNode()
843 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_DATE_COMPARE); in convertNode()
846 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE); in convertNode()
874 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_INT_COMPARE); in convertNode()
897 … m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_REAL_COMPARE); in convertNode()
999 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_VALUE_NO_LIKE); in buildLikeRule()
1006 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_FIELD_NO_LIKE); in buildLikeRule()
1255 m_sErrorMessage = s_pScanner->getErrorMessage(); in predicateTree()
1257 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_GENERAL); in predicateTree()
1553 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_DATE_COMPARE); in buildDate()
H A Dsqlbison.y4378 ::rtl::OUString OParseContext::getErrorMessage(ErrorCode _eCode) const
4600 m_sErrorMessage = s_pScanner->getErrorMessage();
4602 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_GENERAL);
4748 m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE);
4806 ::rtl::OUString aError = s_pScanner->getErrorMessage();
H A Dsqliterator.cxx2132 ::rtl::OUString sErrorMessage = m_rParser.getContext().getErrorMessage( _eError ); in impl_appendError()
/trunk/main/svx/inc/svx/
H A DParseContext.hxx50 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
/trunk/main/connectivity/inc/connectivity/
H A DIParseContext.hxx88 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const = 0;
H A Dsqlerror.hxx128 ::rtl::OUString getErrorMessage(
H A Dsqlparse.hxx86 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
/trunk/main/connectivity/source/inc/
H A Dsqlscan.hxx68 const ::rtl::OUString& getErrorMessage() const {return m_sErrorMessage;} in getErrorMessage() function in connectivity::OSQLScanner
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DMethodThread.java103 public String getErrorMessage() in getErrorMessage() method in MethodThread
H A DComplexTestCase.java200 subEntry.State = th.getErrorMessage(); in test_method()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx626 OUString getErrorMessage( XML_Error xmlE, OUString sSystemId , sal_Int32 nLine ) in getErrorMessage() function
746 getErrorMessage(xmlE , sSystemId, nLine) , in parse()
/trunk/main/scripting/workben/ifc/scripting/
H A DSecurityDialogUtil.java67 public String getErrorMessage() in getErrorMessage() method in SecurityDialogUtil
/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.hxx54 virtual ::rtl::OUString SAL_CALL getErrorMessage() throw (css::uno::RuntimeException);
H A Dvbavalidation.cxx189 ScVbaValidation::getErrorMessage() throw (uno::RuntimeException) in getErrorMessage() function in ScVbaValidation
/trunk/main/svx/source/form/
H A DParseContext.cxx67 ::rtl::OUString OSystemParseContext::getErrorMessage(ErrorCode _eCode) const in getErrorMessage() function in OSystemParseContext
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx497 const char* getErrorMessage();
H A Dxsecctl.cxx1007 const char* XSecController::getErrorMessage() in getErrorMessage() function in XSecController
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx645 m_aErrorHelper.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveNewObject()
H A Ddocumentcontainer.cxx129 m_aErrors.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveElement()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx122 …throw SQLException(_rParser.getContext().getErrorMessage(OParseContext::ERROR_GENERAL),_rxContext,… in parseStatement_throwError()

Completed in 112 milliseconds