Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/
H A Dgsicheck.cxx394 …eString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasB… in IsUTF8() argument
402 aErrorMsg = ByteString( "UTF8 Encoding seems to be broken" ); in IsUTF8()
410 aErrorMsg = ByteString( "String contains illegal character" ); in IsUTF8()
494 aErrorMsg = ByteString( "String contains KeyID" ); in IsUTF8()
499 aErrorMsg = ByteString( "FIXED String containing KeyID" ); in IsUTF8()
502 aErrorMsg = ByteString( "String contains KeyID" ); in IsUTF8()
515 ByteString aErrorMsg; in TestUTF8() local
519 if ( !IsUTF8( pTestee->GetText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
522 …PrintError( aErrorMsg.Append(" in Text at Position " ).Append( ByteString::CreateFromInt32( nError… in TestUTF8()
530 …if ( !IsUTF8( pTestee->GetQuickHelpText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed )… in TestUTF8()
[all …]
/trunk/main/desktop/source/app/
H A Dapp.cxx1305 OUString aErrorMsg; in HandleBootstrapErrors() local
1397 OUString aErrorMsg; in HandleBootstrapErrors() local
1406 aDiagnosticMessage.append( aErrorMsg ); in HandleBootstrapErrors()
1425 OUString aErrorMsg; in HandleBootstrapErrors() local
1428 aDiagnosticMessage.append( aErrorMsg ); in HandleBootstrapErrors()
1436 OUString aErrorMsg; in HandleBootstrapErrors() local
1447 OUString aErrorMsg; in HandleBootstrapErrors() local
1448 aErrorMsg = GetMsgString( in HandleBootstrapErrors()
1464 OUString aErrorMsg; in HandleBootstrapErrors() local
1470 aErrorMsg = GetMsgString( in HandleBootstrapErrors()
[all …]
/trunk/main/basic/source/runtime/
H A Druntime.cxx440 aErrorMsg = rMsg; in Error()
453 aErrorMsg = rMsg; in ErrorVB()
454 SbiRuntime::translateErrorToVba( n, aErrorMsg ); in ErrorVB()
467 aErrorMsg = rMsg; in setErrorVB()
468 SbiRuntime::translateErrorToVba( n, aErrorMsg ); in setErrorVB()
488 pErrBasic->RTError( nErr, aErrorMsg, pRun->nLine, pRun->nCol1, pRun->nCol2 ); in Abort()
885 pInst->aErrorMsg = aMsg; in Error()
H A Dstep1.cxx354 pInst->aErrorMsg = String(); in StepERRHDL()
384 pInst->aErrorMsg = String(); in StepRESUME()
H A Dmethods.cxx252 String aErrorMsg; in RTLFUNC() local
258 aErrorMsg = StarBASIC::GetErrorMsg(); in RTLFUNC()
271 if( bVBA && aErrorMsg.Len() > 0 ) in RTLFUNC()
273 tmpErrMsg = aErrorMsg; in RTLFUNC()
277 pBasic->MakeErrorText( nErr, aErrorMsg ); in RTLFUNC()
H A Dstep0.cxx1273 pInst->aErrorMsg = String(); in StepSTDERROR()
1282 pInst->aErrorMsg = String(); in StepNOERROR()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx272 HelpProcessingException( HelpProcessingErrorClass eErrorClass, const std::string& aErrorMsg ) in HelpProcessingException()
274 , m_aErrorMsg( aErrorMsg ) in HelpProcessingException()
276 …HelpProcessingException( const std::string& aErrorMsg, const std::string& aXMLParsingFile, int nXM… in HelpProcessingException()
278 , m_aErrorMsg( aErrorMsg ) in HelpProcessingException()
H A DHelpLinker.cxx976 std::string aErrorMsg = error->message; in StructuredXMLErrorFunction() local
981 …HelpProcessingException* pException = new HelpProcessingException( aErrorMsg, aXMLParsingFile, nXM… in StructuredXMLErrorFunction()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx602 ::rtl::OUString aErrorMsg; in Execute()
614 …::connectivity::OSQLParseNode* pNode = m_aSqlParser.parseTree(aErrorMsg,m_sStatement,m_bGraphicalD… in Execute()
747 ::rtl::OUString aErrorMsg; in Execute()
749 …::connectivity::OSQLParseNode* pNode = m_aSqlParser.parseTree( aErrorMsg, m_sStatement, m_bGraphic… in Execute()
1599 ::rtl::OUString aErrorMsg; in translateStatement()
1601 …::connectivity::OSQLParseNode* pNode = m_aSqlParser.parseTree( aErrorMsg, m_sStatement, m_bGraphic… in translateStatement()
1736 ::rtl::OUString aErrorMsg; in impl_reset()
1738 m_aSqlParser.parseTree( aErrorMsg, m_sStatement, m_bGraphicalDesign ) ); in impl_reset()
1759 OSQLMessageBox aDlg(getView(),aTitle,aErrorMsg); in impl_reset()
H A DSelectionBrowseBox.cxx1166 ::rtl::OUString aErrorMsg; in SaveModified()
1168 …OSQLParseNode* pParseNode = getDesignView()->getPredicateTreeFromEntry(pEntry,aText,aErrorMsg,xCol… in SaveModified()
1205 pParseNode = rParser.predicateTree(aErrorMsg, in SaveModified()
1224 OSQLWarningBox( this, aErrorMsg ).Execute(); in SaveModified()
1233 OSQLWarningBox( this, aErrorMsg ).Execute(); in SaveModified()
H A DQueryDesignView.cxx858 ::rtl::OUString aErrorMsg; in GenerateCriterias()
860 …::OSQLParseNode> pParseNode(_pView->getPredicateTreeFromEntry(pEntryField,aTmp,aErrorMsg,xColumn)); in GenerateCriterias()
889 ::rtl::OUString aErrorMsg; in GenerateCriterias()
891 …:OSQLParseNode> pParseNode( _pView->getPredicateTreeFromEntry(pEntryField,aTmp,aErrorMsg,xColumn)); in GenerateCriterias()
1251 ::rtl::OUString aErrorMsg; in GenerateGroupBy()
1253 …::OSQLParseNode> pParseNode(_pView->getPredicateTreeFromEntry(pEntryField,aTmp,aErrorMsg,xColumn)); in GenerateGroupBy()
/trunk/main/uui/source/
H A Dmasterpassworddlg.cxx67 String aErrorMsg( ResId( STR_ERROR_MASTERPASSWORD_WRONG, *pResourceMgr )); in MasterPasswordDialog() local
68 ErrorBox aErrorBox( pParent, WB_OK, aErrorMsg ); in MasterPasswordDialog()
H A Dpassworddlg.cxx72 String aErrorMsg( ResId( nErrStrId, *pResourceMgr )); in PasswordDialog() local
73 ErrorBox aErrorBox( GetParent(), WB_OK, aErrorMsg ); in PasswordDialog()
H A Dmasterpasscrtdlg.cxx54 String aErrorMsg( ResId( STR_ERROR_PASSWORDS_NOT_IDENTICAL, *pResourceMgr )); in IMPL_LINK() local
55 ErrorBox aErrorBox( this, WB_OK, aErrorMsg ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx160 String aErrorMsg( ModuleRes( STR_ERROR_PASSWORDS_NOT_IDENTICAL)); in IMPL_LINK() local
161 ErrorBox aErrorBox( this, WB_OK, aErrorMsg ); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1272 UniString aErrorMsg; in EditedEntry() local
1274 if (m_pModel->ValidateText((FmFilterItem*)pEntry->GetUserData(), aText, aErrorMsg)) in EditedEntry()
1289 aError.Details = aErrorMsg; in EditedEntry()
1769 UniString aErrorMsg; in Command() local
1777 aText, aErrorMsg); in Command()
/trunk/main/basic/source/inc/
H A Druntime.hxx196 String aErrorMsg; // letzte Error-Message fuer $ARG member in SbiInstance
226 String GetErrorMsg() { return aErrorMsg; } in GetErrorMsg()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx115 ::rtl::OUString aErrorMsg; in parseStatement_throwError()
116 const OSQLParseNode* pNewSqlParseNode = _rParser.parseTree( aErrorMsg, _rStatement ); in parseStatement_throwError()
120 SQLException aError2( aErrorMsg, _rxContext, sSQLStateGeneralError, 1000, Any() ); in parseStatement_throwError()
1793 ::rtl::OUString aErrorMsg; in getStructuredCondition()
1794 ::std::auto_ptr<OSQLParseNode> pSqlParseNode( m_aSqlParser.parseTree(aErrorMsg,aSql)); in getStructuredCondition()
H A DOptimisticSet.cxx150 ::rtl::OUString aErrorMsg; in construct()
151 ::std::auto_ptr<OSQLParseNode> pStatementNode( m_aSqlParser.parseTree( aErrorMsg, sQuery ) ); in construct()
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx105 …eString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasB…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2980 ::rtl::OUString aErrorMsg; in commitControl()
2983 …::rtl::Reference< ISQLParseNode > xParseNode = predicateTree(aErrorMsg, aNewText,xNumberFormatter,… in commitControl()
3007 aError.Message = aErrorMsg; in commitControl()

Completed in 186 milliseconds