Home
last modified time | relevance | path

Searched refs:Message (Results 51 – 75 of 608) sorted by relevance

12345678910>>...25

/trunk/main/xmlscript/test/
H A Dimexp.cxx92 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createInitialComponentContext()
217 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in Main()
222 aStr += OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ); in Main()
228 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in Main()
/trunk/main/desktop/source/app/
H A Ddesktop.src39Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved an…
146Message [ en-US ] = "Either another instance of %PRODUCTNAME is accessing your personal settings o…
158 Message = "" ;
207 Message [ en-US ] = "Printing is disabled. No documents can be printed." ;
214Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvi…
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx420 aSQLException.Message = sMessage; in open()
429 aSQLException.Message = e.Message; in open()
449 aSQLException.Message = e.Message; in open()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx579 …OString aMessage(OUStringToOString(cannotRegisterImplementationException.Message, RTL_TEXTENCODING… in operator ()()
587 OString aMessage(OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US)); in operator ()()
613 OString aMessage(OUStringToOString(e.Message, RTL_TEXTENCODING_ASCII_US)); in operator ()()
708 OString o = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in bootstrap()
784 if ( e.Message.getLength() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
787 OUStringToOString(e.Message, osl_getThreadTextEncoding()).getStr()); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py67 def raiseException( self, ArgumentPosition, Message, Context ): argument
68 raise IllegalArgumentException( Message, Context, ArgumentPosition )
70 def raiseRuntimeExceptionOneway(self, Message, Context ): argument
71 raise RuntimeException( Message, Context )
/trunk/main/remotebridges/examples/
H A Dofficeclient.cxx214 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
220 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
226 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
232 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run()
/trunk/main/pyuno/source/module/
H A Dpyuno_except.cxx63 buf.append(e.Message ); in raisePyExceptionWithAny()
73 OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US) ); in raisePyExceptionWithAny()
78 OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US) ); in raisePyExceptionWithAny()
83 OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US) ); in raisePyExceptionWithAny()
H A Dpyuno_module.cxx197 raisePySystemException( "InvalidRegistryException", e.Message ); in getComponentContext()
201 raisePySystemException( "IllegalArgumentException", e.Message ); in getComponentContext()
205 raisePySystemException( "CannotConvertException", e.Message ); in getComponentContext()
209 raisePySystemException( "RuntimeException", e.Message ); in getComponentContext()
213 raisePySystemException( "uno::Exception", e.Message ); in getComponentContext()
394 RuntimeException runExc( e.Message, Reference< XInterface > () ); in getConstantByName()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbabrw.src43 Message [ en-US ] = "The current record has been changed.\nDo you want to save the changes?" ;
49 Message [ en-US ] = "Do you want to delete the selected data?" ;
137 Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
143 Message [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx211 ::rtl::OUStringToOString( e.Message, in dispatchWithNotification()
273 invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message ); in dispatchWithNotification()
329 ::rtl::OUStringToOString( e.Message, in dispatchWithNotification()
452 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in createScriptProvider()
457 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in createScriptProvider()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src254 Message [ en-US ] = "A condition cannot be applied to field [*]" ;
278 Message [ en-US ] = "[*] cannot be used as a sort criterion.";
291 Message [ en-US ] = "Field name not found or not unique" ;
320 Message [ en-US ] = "No query could be created.";
325 Message [ en-US ] = "No query could be created because no fields were selected.";
/trunk/main/svl/qa/complex/passwordcontainer/
H A DTestHelper.java43 public void Message( String sMessage ) { in Message() method in TestHelper
51Message("User list lengths: " + aUserList1.length + " <--> " + aUserList2.length + " respectively … in sameLists()
68 Message(aUserList1[k].UserName + " <--> " + aUserList2[i].UserName); in sameLists()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx511 OSL_ASSERT( exc.Message == e.Message && exc.Context == e.Context ); in test_ImplHelper()
544 …OSL_ENSURE( rExc.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("runtime exc") ) && rExc.Context… in test_ImplHelper()
557 …OSL_ENSURE( rExc2.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("exc") ) && rExc2.Context == xI… in test_ImplHelper()
566 …OSL_ENSURE( rExc3.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("axxess exc") ) && rExc3.Contex… in test_ImplHelper()
/trunk/main/sfx2/source/view/
H A Dview.src98 Message [ en-US ] = "The document cannot be closed because a\nprint job is being carried out." ;
156Message [ en-US ] = "An error occurred in sending the message. Possible errors could be a missing …
164Message [ en-US ] = "This document cannot be edited, possibly due to missing access rights. Do you…
175Message [ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your d…
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src329 Message [en-US] = "You are about to install the extension \'%NAME\'.\n"
337 Message [en-US] = "You are about to remove the extension \'%NAME\'.\n"
346 Message [en-US] = "Make sure that no further users are working with the same "
356 Message [en-US] = "Make sure that no further users are working with the same "
366 Message [en-US] = "Make sure that no further users are working with the same "
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx254 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in release()
302 exc.Message, Reference< XInterface >() ); in dispose()
390 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in release()
438 exc.Message, Reference< XInterface >() ); in dispose()
/trunk/main/cui/source/options/
H A Doptjava.src271Message [ en-US ] = "The folder you selected does not contain a Java runtime environment.\nPlease …
278Message [ en-US ] = "The Java runtime environment you selected is not the required version.\nPleas…
285Message [ en-US ] = "For the selected Java runtime environment to work properly, %PRODUCTNAME must…
292Message [ en-US ] = "You have to restart %PRODUCTNAME so the new or modified values can take effec…
/trunk/main/pyuno/demo/
H A Dooextract.py94 sys.stderr.write( "Error during conversion: " + e.Message + "\n" )
97 … sys.stderr.write( "Error ("+repr(e.__class__)+") during conversion:" + e.Message + "\n" )
103 sys.stderr.write( "Error ("+repr(e.__class__)+") :" + e.Message + "\n" )
/trunk/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx101 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
152 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
165 OString msg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/tools/inc/tools/
H A Ddiagnose_ex.h61 if ( exception.Message.getLength() ) \
64 …sMessage += ::rtl::OString( exception.Message.getStr(), exception.Message.getLength(), osl_getThre…
/trunk/main/offapi/com/sun/star/logging/
H A DXLogger.idl114 @param Message
117 void log( [in] long Level, [in] string Message );
132 @param Message
135 … [in] long Level, [in] string SourceClassName, [in] string SourceMethodName, [in] string Message );
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx223 …std::cerr << "Caught exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).get… in proccessDocument()
251 …std::cerr << "Caught exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).get… in proccessDocument()
288 …std::cerr << "tryDispose caught exception " <<rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_… in tryDispose()
327 …std::cerr << "Caught Exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).get… in main()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx302 logger.log( LogLevel::WARNING, "Error verifying password: $1$", e.Message ); in verifyPassword()
325 logger.log( LogLevel::WARNING, "Error verifying EncryptionData: $1$", e.Message ); in verifyEncryptionData()
409 …evel::WARNING, "Error in ::oox::core::FilterDetect::extractUnencryptedPackage(): $1$", e.Message ); in extractUnencryptedPackage()
475 … logger.log( LogLevel::WARNING, "Error in ::oox::core::FilterDetect::detect(): $1$", e.Message ); in detect()
/trunk/main/sw/source/ui/dochdl/
H A Ddochdl.src41 Message [ en-US ] = "AutoText could not be created." ;
46 Message [ en-US ] = "Requested clipboard format is not available." ;
53Message [ en-US ] = "The section format is outdated.\nIt needs to be converted so that changes\nca…
/trunk/main/sw/source/core/edit/
H A Dedundo.cxx138 ::rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8) in Undo()
194 ::rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8) in Redo()
226 ::rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8) in Repeat()

Completed in 119 milliseconds

12345678910>>...25