Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 159) sorted by last modified time

1234567

/aoo41x/test/testgui/source/testlib/gui/
H A DAppTool.java101 String msg = activeMsgBox.getMessage(); in saveAs() local
103 if( msg.indexOf( "overwrite changes") >= 0) in saveAs()
/aoo41x/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()
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java201 String msg = validateName(newName); in createPartControl()
202 if (msg == null) { in createPartControl()
212 messageLabel.setText(msg); in createPartControl()
/aoo41x/test/testcommon/source/org/openoffice/test/
H A DRun.java49 private static void printUsage(String msg, int code) { in printUsage() argument
50 if (msg != null) in printUsage()
51 System.out.println(msg); in printUsage()
/aoo41x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo41x/main/xmlsecurity/tools/uno/
H A DTestTool.java1124 protected void showMessage(String msg) in showMessage() argument
1130 if (!msg.startsWith("Message from : SAXEventKeeper")) in showMessage()
1132 byte [] b = msg.getBytes(); in showMessage()
1156 … optionPane.showMessageDialog(this, msg, "TestTool Notification", JOptionPane.INFORMATION_MESSAGE); in showMessage()
1161 if (1 == JOptionPane.showOptionDialog(this, msg, "TestTool Notification", in showMessage()
/aoo41x/main/xmloff/source/xforms/
H A Dxformsapi.hxx43 #define OUSTRING(msg) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(msg)) argument
/aoo41x/main/xmerge/source/xmerge/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()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DDebug.java273 public static void log(int flag, String msg) { in log() argument
279 writer.println(msg); in log()
296 public static void log(int flag, String msg, Throwable e) { in log() argument
302 writer.println(msg); in log()
/aoo41x/main/xmerge/workben/
H A Djstyle.pl169 $msg = $_[0];
170 $msg =~ s/ \([0-9][0-9]*\)$//;
171 $errcount{$msg} += 1;
/aoo41x/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()
/aoo41x/main/writerfilter/source/rtftok/
H A DFlexLexer.h78 virtual void LexerError( const char* msg );
H A DRTFScanner.skl287 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
419 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
421 #define YY_FATAL_ERROR(msg) LexerError( msg )
1427 static void yy_fatal_error( yyconst char msg[] )
1429 static void yy_fatal_error( msg )
1430 char msg[];
1433 (void) fprintf( stderr, "%s\n", msg );
1439 void yyFlexLexer::LexerError( yyconst char msg[] )
1441 // cerr << msg << '\n';
1443 throw writerfilter::rtftok::RTFParseException("fatal error: %s"/*, msg*/);
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DDebugHelper.java49 public static void writeInfo(String msg) in writeInfo() argument
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6097 MSG msg; in SalFrameWndProc() local
6099 while( PeekMessage( &msg, NULL, 0, 0, PM_REMOVE ) ) in SalFrameWndProc()
6101 DispatchMessage( &msg ); in SalFrameWndProc()
/aoo41x/main/vcl/unx/generic/window/
H A DFWS.cxx227 XClientMessageEvent msg; in RegisterFwsWindow() local
229 msg.type = ClientMessage; in RegisterFwsWindow()
230 msg.window = fwsCommWindow; in RegisterFwsWindow()
231 msg.message_type = FWS_REGISTER_WINDOW; in RegisterFwsWindow()
232 msg.format = 32; in RegisterFwsWindow()
233 msg.data.l[0] = window; in RegisterFwsWindow()
240 (XEvent *) &msg); in RegisterFwsWindow()
/aoo41x/main/vcl/unx/generic/app/
H A Dsaldata.cxx489 char msg[ 120 ] = ""; in PrintXError() local
491 XGetErrorText( pDisplay, pEvent->error_code, msg, sizeof( msg ) ); in PrintXError()
493 std::fprintf( stderr, "X-Error: %s\n", msg ); in PrintXError()
/aoo41x/main/vcl/test/
H A Dcanvasbitmaptest.cxx135 void test( bool bResult, const char* msg ) in test() argument
139 OSL_TRACE("Testing: %s - PASSED", msg); in test()
144 OSL_TRACE("Testing: %s - FAILED", msg); in test()
160 const char* msg, in checkCanvasBitmap() argument
164 OSL_TRACE("Testing %s, with depth %d", msg, nOriginalDepth); in checkCanvasBitmap()
311 const char* msg, in checkBitmapImport() argument
315 OSL_TRACE("Testing %s, with depth %d", msg, nOriginalDepth); in checkBitmapImport()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2416 if ( (aTempMsg.msg == WM_MOUSEMOVE) && in ImplHandleMouseMsg()
H A Dsalobj.cxx77 if ( (pMsg->msg == WM_BUTTON1DOWN) || in SalSysMsgProc()
78 (pMsg->msg == WM_BUTTON2DOWN) || in SalSysMsgProc()
79 (pMsg->msg == WM_BUTTON3DOWN) ) in SalSysMsgProc()
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx546 if (aMsg.msg == WM_QUIT) in ImplSalYield()
/aoo41x/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()
/aoo41x/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx188 OUString msg = buf.makeStringAndClear(); in make_error_message() local
189 return msg; in make_error_message()
293 OString msg = OUStringToOString(buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US); in warning_func() local
294 OSL_ENSURE(sal_False, msg.getStr()); in warning_func()
302 OString msg = OUStringToOString(buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US); in error_func() local
303 OSL_ENSURE(sal_False, msg.getStr()); in error_func()
309 OUString msg = make_error_message(ctxt); in throwEx() local
311 saxex.Message = msg; in throwEx()
/aoo41x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx552 msg.append(sType); in checkAddInTypes()
553 msg.append(":"); in checkAddInTypes()
554 msg.append(sMethod); in checkAddInTypes()
556 throw CannotDumpException(msg.makeStringAndClear()); in checkAddInTypes()
568 OStringBuffer msg("the type of the "); in checkAddInTypes() local
569 msg.append((sal_Int32)p+1); in checkAddInTypes()
571 msg.append(sType); in checkAddInTypes()
572 msg.append(":"); in checkAddInTypes()
573 msg.append(sMethod); in checkAddInTypes()
574 msg.append("' is invalid."); in checkAddInTypes()
[all …]
/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx98 OUString msg(RTL_CONSTASCII_USTRINGPARAM( in init() local
100 throw RuntimeException( msg, Reference< XInterface >()); in init()
109 OUString msg(RTL_CONSTASCII_USTRINGPARAM( in init() local
111 throw RuntimeException( msg, Reference< XInterface >()); in init()
119 OUString msg(RTL_CONSTASCII_USTRINGPARAM( in init() local
121 throw RuntimeException( msg, Reference< XInterface >()); in init()
150 OUString msg(RTL_CONSTASCII_USTRINGPARAM( in init() local
153 throw RuntimeException( msg, Reference< XInterface >()); in init()

Completed in 135 milliseconds

1234567