Home
last modified time | relevance | path

Searched refs:sError (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb32 Dim sError As String
186 MsgBox(sError)
226 MsgBox(sError)
250 MsgBox(sError)
346 MsgBox(sError)
363 MsgBox(sError)
379 MsgBox(sError)
385 MsgBox(sError)
391 MsgBox(sError)
396 MsgBox(sError)
[all …]
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx258 ::rtl::OUString sError; in normalizePredicateString()
260 OSQLParseNode* pParseNode = implPredicateTree( sError, sTransformedText, _rxField ); in normalizePredicateString()
261 if ( _pErrorMessage ) *_pErrorMessage = sError; in normalizePredicateString()
324 ::rtl::OUString sError; in getPredicateValue()
325 OSQLParseNode* pParseNode = implPredicateTree( sError, sValue, _rxField ); in getPredicateValue()
327 *_pErrorMessage = sError; in getPredicateValue()
339 ::rtl::OUString sError; in getPredicateValue()
354 …ParseNode> pParseNode( const_cast< OSQLParser& >( m_aParser ).parseTree( sError, sSql, sal_True ) … in getPredicateValue()
381 OSQLParseNode* pParseNode = implPredicateTree( sError, _rPredicateValue, xColumn ); in getPredicateValue()
383 *_pErrorMessage = sError; in getPredicateValue()
/trunk/main/sw/source/filter/ww8/
H A Dhash_wrap.hxx76 rtl::OUString sError; in WrappedHash() local
85 sError = rtl::OUString::createFromAscii( in WrappedHash()
99 sError += rtl::OUString::valueOf( in WrappedHash()
101 sError += rtl::OUString::valueOf(sal_Unicode(' ')); in WrappedHash()
103 sError += rtl::OUString::valueOf(sal_Unicode('\n')); in WrappedHash()
112 DBG_ERROR(rtl::OUStringToOString(sError, RTL_TEXTENCODING_ASCII_US)); in WrappedHash()
H A Dsortedarray.hxx73 rtl::OUString sError; in SortedArray() local
82 sError = rtl::OUString::createFromAscii( in SortedArray()
96 sError += rtl::OUString::valueOf( in SortedArray()
98 sError += rtl::OUString::valueOf(sal_Unicode(' ')); in SortedArray()
100 sError += rtl::OUString::valueOf(sal_Unicode('\n')); in SortedArray()
109 DBG_ERROR(rtl::OUStringToOString(sError, RTL_TEXTENCODING_ASCII_US)); in SortedArray()
/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx606 String sApp, sTopic, sItem, sError; in ExecuteEdit() local
610 sError = SfxResId( STR_DDE_ERROR ); in ExecuteEdit()
612 sal_uInt16 nFndPos = sError.Search( '%' ); in ExecuteEdit()
615 sError.Erase( nFndPos, 1 ).Insert( sApp, nFndPos ); in ExecuteEdit()
618 if( STRING_NOTFOUND != ( nFndPos = sError.Search( '%', nFndPos ))) in ExecuteEdit()
620 sError.Erase( nFndPos, 1 ).Insert( sTopic, nFndPos ); in ExecuteEdit()
623 if( STRING_NOTFOUND != ( nFndPos = sError.Search( '%', nFndPos ))) in ExecuteEdit()
624 sError.Erase( nFndPos, 1 ).Insert( sItem, nFndPos ); in ExecuteEdit()
629 ErrorBox( pImpl->m_pParentWin, WB_OK, sError ).Execute(); in ExecuteEdit()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1036 TCHAR sError[ MAX_TEXT_LENGTH ] = {0}; in DisplayError() local
1047 StringCchPrintf( sError, MAX_TEXT_LENGTH, sTmp, m_pErrorText ); in DisplayError()
1052 case ERROR_OUTOFMEMORY: WIN::LoadString( m_hInst, IDS_OUTOFMEM, sError, MAX_TEXT_LENGTH ); in DisplayError()
1061 WIN::LoadString( m_hInst, IDS_NOMSI, sError, MAX_TEXT_LENGTH ); in DisplayError()
1070 StringCchPrintf( sError, MAX_TEXT_LENGTH, sTmp, m_pErrorText ); in DisplayError()
1079 StringCchPrintf( sError, MAX_TEXT_LENGTH, sTmp, m_pReqVersion ); in DisplayError()
1083 WIN::LoadString( m_hInst, IDS_USAGE, sError, MAX_TEXT_LENGTH ); in DisplayError()
1090 if ( sError[0] ) in DisplayError()
1094 ConvertNewline( sError ); in DisplayError()
1095 WIN::MessageBox( NULL, sError, m_pAppTitle, nMsgType ); in DisplayError()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx240 const ::rtl::OUString sError( aResources.getResourceString(STR_NO_DOCUMENTUI)); in getTableEditor() local
242 sError, in getTableEditor()
270 const ::rtl::OUString sError( aResources.getResourceString(STR_NO_TABLE_CONTAINER)); in impl_getTableContainer_throw() local
271 throw WrappedTargetException( sError ,*this, ::cppu::getCaughtException() ); in impl_getTableContainer_throw()
310 const ::rtl::OUString sError( aResources.getResourceString(STR_NO_TABLE_EDITOR_DIALOG));
311 throw WrappedTargetException( sError ,*this, ::cppu::getCaughtException() );
337 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in impl_checkExistingTable_throw() local
341 throw IllegalArgumentException( sError,*this, 0 ); in impl_checkExistingTable_throw()
H A DHUser.cxx226 const ::rtl::OUString sError( aResources.getResourceString(STR_PRIVILEGE_NOT_GRANTED)); in grantPrivileges() local
227 ::dbtools::throwGenericSQLException(sError,*this); in grantPrivileges()
257 const ::rtl::OUString sError( aResources.getResourceString(STR_PRIVILEGE_NOT_REVOKED)); in revokePrivileges() local
258 ::dbtools::throwGenericSQLException(sError,*this); in revokePrivileges()
/trunk/main/l10ntools/source/
H A Dexport.cxx381 yyerror( sError.GetBufferAccess()); in SetId()
382 sError.ReleaseBufferAccess(); in SetId()
1004 ByteString sError( "Language " ); in Execute() local
1006 sError += " defined twice"; in Execute()
1020 sError.ReleaseBufferAccess(); in Execute()
1029 ByteString sError( "Language " ); in Execute() local
1031 sError += " defined twice"; in Execute()
1048 ByteString sError( "Language " ); in Execute() local
1050 sError += " defined twice"; in Execute()
1069 sError += " defined twice"; in Execute()
[all …]
H A Dcfgmerge.cxx501 ByteString sError( "Missplaced close tag: " ); in ExecuteAnalyzedToken() local
503 sError += sToken; in ExecuteAnalyzedToken()
504 sError += sInFile; in ExecuteAnalyzedToken()
505 sError += sFullEntry; in ExecuteAnalyzedToken()
506 Error( sError ); in ExecuteAnalyzedToken()
598 ByteString sError( "ERROR: Unable to open output file: " ); in CfgOutputParser() local
599 sError += rOutputFile; in CfgOutputParser()
600 Error( sError ); in CfgOutputParser()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextActionDialog.java152 String sError = null; in Action() local
169 sError = "Can't execute"; in Action()
173 sError = "Index out of bounds"; in Action()
176 if (sError != null) in Action()
179 sError, in Action()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx63 const ::rtl::OUString sError( aResources.getResourceString( in setMacabFields() local
66 ::dbtools::throwGenericSQLException(sError,NULL); in setMacabFields()
81 const ::rtl::OUString sError( aResources.getResourceString( in getNextParameter() local
84 ::dbtools::throwGenericSQLException(sError,*(MacabPreparedStatement *) this); in getNextParameter()
335 … const ::rtl::OUString sError( m_pConnection->getResources().getResourceStringWithSubstitution( in setObject() local
339 ::dbtools::throwGenericSQLException(sError,*this); in setObject()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1062 ::dbtools::throwGenericSQLException( sError, *this ); in CreateImpl()
1150 ::dbtools::throwGenericSQLException( sError, *this ); in CreateImpl()
1184 ::dbtools::throwGenericSQLException( sError, *this ); in throwInvalidColumnType()
1779 ::dbtools::throwGenericSQLException( sError, *this ); in UpdateBuffer()
1995 ::dbtools::throwGenericSQLException( sError, *this ); in UpdateBuffer()
2056 const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in UpdateBuffer() local
2060 ::dbtools::throwGenericSQLException( sError, *this ); in UpdateBuffer()
2303 ::dbtools::throwGenericSQLException( sError, *this ); in alterColumn()
2462 ::dbtools::throwGenericSQLException( sError, *this ); in addColumn()
2535 ::dbtools::throwGenericSQLException( sError, *this ); in dropColumn()
[all …]
H A DDIndexes.cxx59 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject() local
63 ::dbtools::throwGenericSQLException( sError, *m_pTable ); in createObject()
84 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject() local
88 ::dbtools::throwGenericSQLException( sError, *m_pTable ); in createObject()
H A DDIndex.cxx166 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in openIndexFile() local
170 ::dbtools::throwGenericSQLException( sError, *this ); in openIndexFile()
491 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl() local
495 ::dbtools::throwGenericSQLException( sError, *this ); in CreateImpl()
521 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl() local
525 ::dbtools::throwGenericSQLException( sError, *this ); in CreateImpl()
/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx242 String sError(ModuleRes(STR_INVALID_TABLE_NAME_LENGTH)); in LeavePage() local
243 m_pParent->showError(sError); in LeavePage()
285 String sError(ModuleRes(STR_INVALID_TABLE_NAME)); in LeavePage() local
286 m_pParent->showError(sError); in LeavePage()
365 String sError(ModuleRes(STR_INVALID_TABLE_NAME)); in checkAppendData() local
366 m_pParent->showError(sError); in checkAppendData()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx753 …::rtl::OString sError( "FmTextControShell::executeAttributeDialog: Could not handle the following … in executeAttributeDialog()
754sError += "\n SlotID: "; sError += ::rtl::OString::valueOf( (sal_Int32)nSlotForItemSet ); in executeAttributeDialog()
755sError += "\n WhichID: "; sError += ::rtl::OString::valueOf( (sal_Int32)nWhich ); in executeAttributeDialog()
756 sError += "\n UNO name: "; in executeAttributeDialog()
760sError += ::rtl::OString( sUnoSlotName.getStr(), sUnoSlotName.getLength(), RTL_TEXTENCODING_ASCII_… in executeAttributeDialog()
762 sError += "unknown (no SfxSlot)"; in executeAttributeDialog()
763 DBG_ERROR( sError.getStr() ); in executeAttributeDialog()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DResource.java133 …String sError = "The files required could not be found.\nPlease start the %PRODUCTNAME Setup and c… in showCommonResourceError() local
134 sError = JavaTools.replaceSubString(sError, ProductName, "%PRODUCTNAME"); in showCommonResourceError()
135 … SystemDialog.showMessageBox(xMSF, "ErrorBox", com.sun.star.awt.VclWindowPeerAttribute.OK, sError); in showCommonResourceError()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java974 String sError = null; in ShowError() local
979 sError = GetLocalizedString( xContext, nErrorID ); in ShowError()
980 if ( sError != null && sArg != null ) in ShowError()
981 sError = sError.replaceAll( "\\$ARG1", sArg ); in ShowError()
990 if ( sError == null ) in ShowError()
991 sError = "Error: " + nErrorID; in ShowError()
1014 sError ); in ShowError()
1023 sError ); in ShowError()
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx831 rtl::OString sError = "can't write enough bytes to file"; in removeAndCreateFile() local
832 sError += OString(_suFileURL.getStr(), _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US); in removeAndCreateFile()
833 OSL_ENSURE(nWritenBytes == _sContent.getLength(), sError.getStr()); in removeAndCreateFile()
839 rtl::OString sError = "can't create file URL: '"; in removeAndCreateFile() local
841 sError += sFile; in removeAndCreateFile()
842sError += "' maybe no write access. If it is true with no write access, please create a local envi… in removeAndCreateFile()
843 printf("%s\n", sError.getStr() ); in removeAndCreateFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java276 String sError = e.getMessage(); in QueryIntFromSQL()
277 GlobalLogWriter.get().println("DB: Original SQL error: " + sError); in QueryIntFromSQL()
283 String sError = e.getMessage(); in QueryIntFromSQL()
284 … GlobalLogWriter.get().println("DB: Couldn't execute sql string " + _sSQL + "\n" + sError); in QueryIntFromSQL()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx478 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in createCatalog() local
482 ::dbtools::throwGenericSQLException(sError,*this); in createCatalog()
1075 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in CreateFile() local
1079 ::dbtools::throwGenericSQLException(sError,*this); in CreateFile()
1100 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in CreateFile() local
1104 ::dbtools::throwGenericSQLException(sError,*this); in CreateFile()
1133 const ::rtl::OUString sError( aResources.getResourceStringWithSubstitution( in X_START() local
1138 ::dbtools::throwGenericSQLException(sError,*this); in X_START()
1778 … const ::rtl::OUString sError( aResources.getResourceString(STR_DATABASE_NEEDS_CONVERTING) ); in convertOldVersion() local
1779 ::dbtools::throwGenericSQLException(sError,*this); in convertOldVersion()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx294 String sError; in setError() local
300 sError = m_sErrorDownload; in setError()
303 sError = m_sErrorInstallation; in setError()
306 sError = m_sErrorLicenseDeclined; in setError()
313 sError.SearchAndReplace(String(OUSTR("%NAME")), String(sExtension), 0); in setError()
320 m_mle_info.InsertText(sError); in setError()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java554 String sError = null; in action() local
559 sError = "Can't execute"; in action()
563 sError = "Index out of bounds"; in action()
566 if( sError != null ) in action()
568 sError, sName, in action() local
/trunk/main/connectivity/source/drivers/mysql/
H A DYUser.cxx226 const ::rtl::OUString sError( aResources.getResourceString(STR_PRIVILEGE_NOT_GRANTED)); in grantPrivileges() local
227 ::dbtools::throwGenericSQLException(sError,*this); in grantPrivileges()
256 const ::rtl::OUString sError( aResources.getResourceString(STR_PRIVILEGE_NOT_REVOKED)); in revokePrivileges() local
257 ::dbtools::throwGenericSQLException(sError,*this); in revokePrivileges()

Completed in 447 milliseconds

1234