Home
last modified time | relevance | path

Searched refs:Message (Results 26 – 50 of 608) sorted by relevance

12345678910>>...25

/trunk/main/framework/source/fwe/xml/
H A Dsaxnamespacefilter.cxx114 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in startElement()
126 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in startElement()
145 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in endElement()
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs205 Console.Write(e.Message); in Main()
473 l.assure(e.Message == excRuntime.Message in testS1()
485 l.assure(e.Message.IndexOf(excException.Message) != -1 && e.Context == c); in testS1()
497 l.assure(e.Message == excRuntime.Message in testS1()
506 l.assure(e.Message == excIllegalAccess.Message in testS1()
515 l.assure(e.Message == excException.Message in testS1()
529 l.assure(e.Message == excDeployment.Message in testS1()
539 l.assure(e.Message == excIllegalAccess.Message in testS1()
549 l.assure(e.Message.IndexOf(excInvalidListener.Message) != -1 in testS1()
560 l.assure(e.Message.Length > 0); in testS1()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx223 OUSTR( "ScriptStorage::initialize RuntimeException: " ).concat( re.Message ), in initialize()
230 OUSTR( "ScriptStorage::initialize Exception: " ).concat( ue.Message ), in initialize()
336 ::rtl::OUStringToOString( saxe.Message, in create()
362 OUSTR( "ScriptStorage::create IOException: " ).concat( ioe.Message ), in create()
371 "ScriptStorage::create CommandAbortedException: " ).concat( cae.Message ), in create()
378 OUSTR( "ScriptStorage::create RuntimeException: " ).concat( re.Message ), in create()
385 OUSTR( "ScriptStorage::create Exception: " ).concat( ue.Message ), in create()
611 re.Message ), in save()
635 OUSTR( "ScriptStorage::refresh RuntimeException: " ).concat( re.Message ), in refresh()
642 OUSTR( "ScriptStorage::refresh Exception: " ).concat( ue.Message ), in refresh()
/trunk/main/configmgr/source/
H A Dcomponents.cxx204 e.Message, RTL_TEXTENCODING_UTF8).getStr()); in run()
328 e.Message), in insertExtensionXcsFile()
347 e.Message), in insertExtensionXcuFile()
420 rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr()); in insertModificationXcuFile()
454 e.Message, RTL_TEXTENCODING_UTF8).getStr()); in getExternalValue()
482 e.Message), in getExternalValue()
489 e.Message), in getExternalValue()
581 rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr()); in parseFileLeniently()
643 e.Message), in parseFiles()
669 e.Message, RTL_TEXTENCODING_UTF8).getStr()); in parseFileList()
[all …]
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx518 + e.Message), in Impl()
600 + e.Message), in setProperty()
658 + e.Message), in getProperty()
725 + e.Message), in getProperty()
851 + e.Message), in getReflection()
898 + e.Message), in wrapValue()
906 + e.Message), in wrapValue()
939 + e.Message), in wrapValue()
947 + e.Message), in wrapValue()
983 + e.Message), in wrapValue()
[all …]
/trunk/main/scripting/source/runtimemgr/
H A DStorageBridge.cxx62 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in StorageBridge()
82 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in initStorage()
87 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in initStorage()
105 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptLogicalNames()
124 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getImplementations()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx527 AddLog( aRuntimeException.Message ); in DisposeWrappers()
600 AddLog( aException.Message ); in GetFilledTempFileIfNo()
730 AddLog( aException.Message ); in GetTempFileAsStream()
775 AddLog( aException.Message ); in GetTempFileAsInputStream()
1132 AddLog( aException.Message ); in ReadRelInfoIfNecessary()
1202 AddLog( aException.Message ); in ReadPackageStreamProperties()
1330 AddLog( aException.Message ); in GetStream()
1676 AddLog( aException.Message ); in GetCopyOfLastCommit()
1949 m_pImpl->AddLog( aException.Message ); in CopyToStreamInternally_Impl()
3497 m_pImpl->AddLog( aException.Message ); in commit()
[all …]
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx203 e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in Init()
1038 e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in createEntry()
1388 ::rtl::OUString message = eScriptError.Message; in GetErrorMessage()
1400 if ( eScriptError.Message.getLength() != 0 ) in GetErrorMessage()
1402 message = eScriptError.Message; in GetErrorMessage()
1431 ::rtl::OUString message = eScriptException.Message; in GetErrorMessage()
1442 if ( eScriptException.Message.getLength() != 0 ) in GetErrorMessage()
1444 message = eScriptException.Message; in GetErrorMessage()
1500 message = sError.Message; in GetErrorMessage()
1510 message += re.Message; in GetErrorMessage()
[all …]
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx1140 …except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "startElement called before startDocument"… in startElement()
1146 …except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "startElement call not allowed with CDATA … in startElement()
1192 …except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export in a a… in startElement()
1198 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in startElement()
1234 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in endElement()
1244 …except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "characters method called before startDocu… in characters()
1286 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in characters()
1331 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in processingInstruction()
1365 …except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "endCDATA was called without startCDATA" )… in endCDATA()
1403 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in comment()
[all …]
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx55 #define BUILD_ERROR(expr, Message)\ argument
68 str += Message; \
74 #define WARNING_ASSERT(expr, Message) \ argument
86 str += Message; \
92 #define ERROR_ASSERT(expr, Message) \ argument
94 BUILD_ERROR(expr, Message );\
99 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
101 BUILD_ERROR(expr,Message);\
/trunk/main/stoc/test/javavm/jvm_interaction/
H A Dinteractionhandler.cxx157 OString msg= OUStringToOString(e.Message, osl_getThreadTextEncoding()); in test1()
162 OString msg= OUStringToOString(e.Message, osl_getThreadTextEncoding()); in test1()
167 OString msg= OUStringToOString(e.Message, osl_getThreadTextEncoding()); in test1()
172 OString msg= OUStringToOString(e.Message, osl_getThreadTextEncoding()); in test1()
177 OString msg= OUStringToOString(e.Message, osl_getThreadTextEncoding()); in test1()
/trunk/main/svtools/source/java/
H A Djavaerror.src30Message [ en-US ] ="%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. P…
37Message [ en-US ] ="The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PROD…
44Message [ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. …
51Message [ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. …
58Message [ en-US ] = "For the selected Java runtime environment to work properly, %PRODUCTNAME must…
/trunk/main/sfx2/source/dialog/
H A Ddialog.src44 Message [ en-US ] = "This name is already in use." ;
50 Message [ en-US ] = "This Style does not exist." ;
56Message [ en-US ] = "This Style cannot be used as a base Style,\nbecause it would result in a recu…
60 Message [ en-US ] = "Name already exists as a default Style.\nPlease choose another name." ;
113 Message [ en-US ] = "Faulty password confirmation" ;
/trunk/main/svx/source/form/
H A Ddatanavi.src256Message [ en-US ] = "Deleting the model '$MODELNAME' affects all controls currently bound to this …
263Message [ en-US ] = "Deleting the instance '$INSTANCENAME' affects all controls currently bound to…
270Message [ en-US ] = "Deleting the element '$ELEMENTNAME' affects all controls currently bound to t…
277 Message [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ;
284Message [ en-US ] = "Deleting the submission '$SUBMISSIONNAME' affects all controls currently boun…
291Message [ en-US ] = "Deleting the binding '$BINDINGNAME' affects all controls currently bound to t…
297Message [ en-US ] = "This instance is linked with the form.\n\nThe changes you make to this instan…
303 Message [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
309 Message [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
315 Message [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
[all …]
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java87 new Message( in testThreadLeavesJobQueueOnReply()
153 new Message( in testExecuteJobs()
178 new Message( in testAsyncJobQueue()
193 Message iMessage = new Message( in testSendRequests()
/trunk/main/testtools/source/cliversioning/
H A Druntests.cs70 Console.WriteLine(e.Message); in Main()
95 "Original message: " + fe.Message + "\n\n FusionLog: \n" + fe.FusionLog ); in Main()
103 "Original message: " + fl.Message + "\n\n FusionLog: \n" + fl.FusionLog ); in Main()
113 Console.WriteLine(e.Message); in Main()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx211 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleImpl()
238 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleByImplName()
264 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in equals()
289 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareSubstring()
312 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareString()
H A Dlocaledatawrapper.cxx102 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper()
127 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper()
198 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLanguageCountryInfo()
219 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLocaleItem()
240 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllCalendars()
261 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllCurrencies()
282 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllFormats()
303 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getCollatorImplementations()
324 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getTransliterations()
345 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getForbiddenCharacters()
[all …]
/trunk/main/scripting/source/provider/
H A DScriptImpl.cxx78 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
85 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke()
94 throw reflection::InvocationTargetException( temp.concat( ite.Message ), in invoke()
101 throw RuntimeException( temp.concat( re.Message ), in invoke()
/trunk/main/offapi/com/sun/star/ucb/
H A DOutgoingMessageState.idl37 /** Message has just been placed into the out tray.
42 /** Message has been sent upstream to some recipients.
47 /** Message has been sent upstream to all recipients.
69 /** Message was sent; we are waiting for confirmation.
/trunk/main/io/source/stm/
H A Dopump.cxx143 OString sMessage = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in fireError()
172 OString sMessage = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in fireClose()
190 OString sMessage = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in fireStarted()
207 OString sMessage = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in fireTerminated()
314 OString sMessage = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in run()
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx157 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
163 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
169 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
175 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx891 e.Message; in Invoke()
953 writeExcepinfo(pexcepinfo, e.Message); in doInvoke()
958 writeExcepinfo(pexcepinfo, e.Message); in doInvoke()
967 org.getValueType().getTypeName() + OUSTR(": ") + excTarget.Message; in doInvoke()
973 writeExcepinfo(pexcepinfo, e.Message); in doInvoke()
984 e.Message; in doInvoke()
1013 writeExcepinfo(pexcepinfo, e.Message); in doGetProperty()
1024 e.Message; in doGetProperty()
1188 e.Message; in InvokeGeneral()
1589 e.Message; in Invoke()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx243 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
248 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
289 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
334 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in BasicEmbeddedLibraryElement()
489 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
494 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
499 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx658 dp_misc::writeConsoleError(e.Message + OUSTR("\n")); in unopkg_main()
676 cause = e.Message; in unopkg_main()
680 OUSTR("\nERROR: ") + exc.Message + OUSTR("\n")); in unopkg_main()
688 dp_misc::writeConsoleError(e.Message); in unopkg_main()
696 OUString(option_verbose ? e.Message + OUSTR("\nException details: \n") + in unopkg_main()
697 ::comphelper::anyToString(exc) : e.Message) + in unopkg_main()

Completed in 151 milliseconds

12345678910>>...25