Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 162) sorted by relevance

1234567

/aoo42x/main/scripting/source/storage/
H A DScriptInfo.cxx296 OUString msg = OUSTR( in getLanguageProperties() local
298 msg = msg.concat( OUSTR( " PropertryName: " ) ).concat( pv_it->first ); in getLanguageProperties()
299 msg = msg.concat( OUSTR( " \nException message is: " ) ); in getLanguageProperties()
300 msg = msg.concat( e.Message ); in getLanguageProperties()
301 throw RuntimeException( msg , Reference< XInterface >() ); in getLanguageProperties()
/aoo42x/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp169 MSG msg; in WinMain() local
192 while (GetMessage(&msg, NULL, 0, 0)) in WinMain()
194 if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) in WinMain()
196 TranslateMessage(&msg); in WinMain()
197 DispatchMessage(&msg); in WinMain()
201 return msg.wParam; in WinMain()
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx309 OUString msg = ::comphelper::anyToString(request); in handle() local
311 OUSTR("\nERROR: ") + msg + OUSTR("\n")); in handle()
360 OUString msg; in update_() local
361 if (Status >>= msg) { in update_()
377 msg = buf.makeStringAndClear(); in update_()
390 dp_misc::writeConsoleError(msg + OUSTR("\n")); in update_()
392 dp_misc::writeConsole(msg + OUSTR("\n")); in update_()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DDriver.java109 String msg = ex.getMessage(); in main()
110 if (msg != null) System.out.println("\n" + msg); in main()
115 String msg = ex.getMessage(); in main()
116 if (msg != null) System.out.println("\n" + msg); in main()
/aoo42x/main/qadevOOo/runner/helper/
H A DBuildEnvTools.java65 String msg = "\nERROR: the following parameter must be set before executing the test:\n\n"; in BuildEnvTools() local
72msg += PropertyName.OPERATING_SYSTEM + "\nFill this parameter with an operating system like unxsol… in BuildEnvTools()
83msg += PropertyName.OPERATING_SYSTEM + ":" + mPlatform + "\nFill this parameter with an operating … in BuildEnvTools()
90 msg += PropertyName.SHELL + "\nFill this parameter with a shell" + in BuildEnvTools()
98 throw new ParameterNotFoundException(msg); in BuildEnvTools()
H A DSimpleMailSender.java79 public void setMessage(String msg) { in setMessage() argument
80 m_Message = msg; in setMessage()
96 String recipient, String subject, String msg) { in sendMail() argument
102 m_Message = msg; in sendMail()
/aoo42x/main/embedserv/source/embed/
H A Dtracker.cxx397 MSG msg; in TrackHandle() local
398 GetMessage(&msg, NULL, 0, 0); in TrackHandle()
403 switch (msg.message) in TrackHandle()
411 *px = (int)(short)LOWORD(msg.lParam) - xDiff; in TrackHandle()
413 *py = (int)(short)HIWORD(msg.lParam) - yDiff; in TrackHandle()
425 m_bFinalErase = (msg.message == WM_LBUTTONUP); in TrackHandle()
434 if (msg.message != WM_LBUTTONUP) in TrackHandle()
449 if (msg.wParam != VK_ESCAPE) in TrackHandle()
462 DispatchMessage(&msg); in TrackHandle()
/aoo42x/main/bridges/test/inter_libs_exc/
H A Dstarter.cxx49 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start() local
50 printf( "starter.cxx: caught IllegalArgumentException: %s\n", msg.getStr() ); in start()
54 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start() local
55 printf( "starter.cxx: caught some UNO exc: %s\n", msg.getStr() ); in start()
/aoo42x/main/sal/inc/rtl/
H A Dtres.hxx72 const sal_Char* msg = 0, in state() argument
77 return pData->pFuncs->state_( pData, tst_state, msg, sub, verbose ); in state()
80 void end( sal_Char* msg = 0 ) in end() argument
82 pData->pFuncs->end_( pData, msg ); in end()
/aoo42x/main/oox/source/core/
H A Dencryption.cxx98 char msg[ 1024 ]; in StandardEncryptionInfo() local
107 …snprintf( msg, sizeof( msg ), "EncryptionInfo::readEncryptionInfo() error: header size %u is too s… in StandardEncryptionInfo()
108 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in StandardEncryptionInfo()
119 …snprintf( msg, sizeof( msg ), "EncryptionInfo::readEncryptionInfo() error: salt size is %u instead… in StandardEncryptionInfo()
120 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in StandardEncryptionInfo()
975 char msg[ 1024 ]; in readEncryptionInfo() local
976 …snprintf( msg, sizeof( msg ), "EncryptionInfo::readEncryptionInfo() error: unsupported EncryptionV… in readEncryptionInfo()
978 throw Exception( OUString::createFromAscii( msg ), Reference< XInterface >() ); in readEncryptionInfo()
/aoo42x/main/codemaker/source/javamaker/
H A Djavatype.cxx774 rtl::OStringBuffer msg; in writeClassFile() local
776 msg.append(filename); in writeClassFile()
778 msg.append(tempname); in writeClassFile()
2767 rtl::OStringBuffer msg; in addConstructor() local
2768 msg.append( in addConstructor()
2771 msg.append(unoName); in addConstructor()
3007 msg.append( in handleService()
3010 msg.append(unoName); in handleService()
3197 rtl::OStringBuffer msg; in handleSingleton() local
3198 msg.append( in handleSingleton()
[all …]
/aoo42x/main/svl/qa/
H A Dtest_URIHelper.cxx286 rtl::OString msg; in TEST_F() local
311 msg = buf.makeStringAndClear(); in TEST_F()
313 ASSERT_TRUE(ok) << msg.getStr(); in TEST_F()
421 rtl::OString msg; in TEST_F() local
440 msg = buf.makeStringAndClear(); in TEST_F()
442 ASSERT_TRUE(ok) << msg.getStr(); in TEST_F()
/aoo42x/main/unoxml/source/xpath/
H A Dxpathapi.cxx288 OUString msg = buf.makeStringAndClear(); in make_error_message() local
289 return msg; in make_error_message()
310 OString msg = OUStringToOString(buf.makeStringAndClear(), in generic_error_func() local
312 OSL_ENSURE(sal_False, msg.getStr()); in generic_error_func()
325 OString msg = OUStringToOString(buf.makeStringAndClear(), in structured_error_func() local
327 OSL_ENSURE(sal_False, msg.getStr()); in structured_error_func()
/aoo42x/main/rdbmaker/inc/codemaker/
H A Doptions.hxx52 CannotDumpException(const ::rtl::OString& msg) in CannotDumpException() argument
53 : m_message(msg) {} in CannotDumpException()
62 IllegalArgument(const ::rtl::OString& msg) in IllegalArgument() argument
63 : m_message(msg) {} in IllegalArgument()
/aoo42x/main/qadevOOo/runner/stats/
H A DInternalLogWriter.java62 public void println(String msg) { in println() argument
64 super.println(msg); in println()
71 public void print(String msg) { in print() argument
73 super.print(msg); in print()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMessageBox.java45 public VclMessageBox(VclApp app, String id, String msg) { in VclMessageBox() argument
47 this.message = msg; in VclMessageBox()
69 String msg = getMessage(); in exists() local
70 return msg.contains(message); in exists()
/aoo42x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx296 MSG msg; in browseForFolder() local
297 while ( PeekMessageA( &msg, NULL, 0, 0, PM_REMOVE ) ) in browseForFolder()
298 DispatchMessageA(&msg); in browseForFolder()
730 MSG msg; in run() local
731 while( GetMessageA( &msg, NULL, 0, 0 ) ) in run()
732 DispatchMessageA( &msg ); in run()
/aoo42x/main/dtrans/source/win32/workbench/
H A Dtestmarshal.cxx215 MSG msg; in main() local
217 &msg, in main()
223 TranslateMessage(&msg); in main()
224 DispatchMessage(&msg); in main()
/aoo42x/main/codemaker/source/codemaker/
H A Dcodemaker.cxx76 rtl::OStringBuffer msg(128); in errorMsg() local
77 msg.append(desc); in errorMsg()
78 msg.append(type); in errorMsg()
79 return msg.makeStringAndClear(); in errorMsg()
/aoo42x/main/toolkit/src2xml/source/
H A Dglobals.py27 def error (msg, exit=0): argument
28 sys.stderr.write (msg)
32 def progress (msg): argument
33 sys.stderr.write(msg)
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java97 UrpMessage msg; in readMessage() local
101 msg = readLongRequest(header); in readMessage()
103 msg = readReply(header); in readMessage()
106 msg = readShortRequest(header); in readMessage()
108 if (msg.isInternal()) { in readMessage()
109 handleInternalMessage(msg); in readMessage()
111 return msg; in readMessage()
/aoo42x/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java380 private void writeToLog(String msg) in writeToLog() argument
382 if (msg == null) return; in writeToLog()
396 raf.write(msg.getBytes()); in writeToLog()
420 String msg = pdbname1 + "=" + pdbname2 + ":" + status; in writeToOutputFile()
435 raf.write(msg.getBytes()); in writeToOutputFile()
/aoo42x/main/dtrans/source/os2/dnd/
H A Dglobals.cxx140 extern "C" MRESULT EXPENTRY dndFrameProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in dndFrameProc() argument
143 debug_printf("dndFrameProc hwnd %x, msg %x", hwnd, msg); in dndFrameProc()
149 switch( msg) { in dndFrameProc()
199 return dt->defWndProc(hwnd, msg, mp1, mp2); in dndFrameProc()
/aoo42x/main/tools/inc/tools/
H A Ddebug.hxx348 #define DbgTrace( msg) do{ DbgOut( msg, DBG_OUT_TRACE, __FILE__, __LINE__ ); } while(0) argument
350 #define DbgWarning( msg) do{ DbgOut( msg, DBG_OUT_WARNING, __FILE__, __LINE__ ); } while(0) argument
352 #define DbgError( msg) do{ DbgOut( msg, DBG_OUT_ERROR, __FILE__, __LINE__ ); } while(0) argument
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx310 System::String* msg= new System::String( in CanCastTo() local
314 msg= System::String::Concat(msg, e->get_Message()); in CanCastTo()
317 mapCliString(msg), RTL_TEXTENCODING_UTF8 ).getStr() ); in CanCastTo()
598 System::String* msg = new System::String( in Invoke() local
604 msg, NULL), mcm); in Invoke()
616 srrm::IMessage* msg, System::Object* exc) in constructReturnMessage() argument
619 srrm::IMethodCallMessage* mcm = static_cast<srrm::IMethodCallMessage*>(msg); in constructReturnMessage()
627 sc::IDictionary* props= msg->get_Properties(); in constructReturnMessage()

Completed in 357 milliseconds

1234567