Home
last modified time | relevance | path

Searched refs:MessageBox (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi28 ;MessageBox MB_OK "$1"
34 ;MessageBox MB_OK "HELP: $2"
38 MessageBox MB_OK|MB_ICONINFORMATION \
294 ;MessageBox MB_OK "EXTRACTONLY: $2"
314 ;MessageBox MB_OK "INSTALLJAVA: $2"
335 ;MessageBox MB_OK "GUILEVEL: $7"
341 ;MessageBox MB_OK "PARAM1: $2"
353 ;MessageBox MB_OK "PARAM2: $2"
365 ;MessageBox MB_OK "PARAM3: $2"
379 ;MessageBox MB_OK "POSTREMOVE: $2"
[all …]
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1284 MessageBox( NULL, A2T(buff), _T("OleTest: methodStruct"), MB_OK); in methodStruct()
1340 MessageBox( NULL, A2T(buff), _T("OleTest"), MB_OK); in in_float()
1484 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1495 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1500 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1517 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1522 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1527 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1532 MessageBox( NULL, A2T(buff), _T("OleTest out parameter"), MB_OK); in testInterface()
1568 MessageBox( NULL, A2T(buff), _T("OleTest"), MB_OK); in testInterface()
[all …]
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx81 MessageBox(NULL, pStr, pWarning, MB_OK | MB_ICONINFORMATION); in WarningMessageInt()
173 MessageBox(NULL, pProgPath, L"Basis Installation Path", MB_OK | MB_ICONINFORMATION); in GetActiveXControlPath()
340 MessageBox(NULL, L"InstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
349 MessageBox(NULL, L"InstallActiveXControl Step2", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
360 MessageBox(NULL, L"InstallActiveXControl Step3", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
367MessageBox(NULL, L"InstallActiveXControl, adjusting", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
381MessageBox(NULL, L"InstallActiveXControl, removing", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
406 MessageBox(NULL, L"DeinstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION); in DeinstallActiveXControl()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx852 MessageBox::MessageBox (::Window *parent, char const* message, in MessageBox() function in layout::MessageBox
862 MessageBox::MessageBox (::Window *parent, OUString const& message,
876 MessageBox::MessageBox (::Window *parent, WinBits bits, char const* message,
889 MessageBox::MessageBox (::Window *parent, WinBits bits, OUString const& message,
902 void MessageBox::bits_init (WinBits bits, OUString const& message,
928 void MessageBox::init (char const* message, char const* yes, char const* no, const rtl::OString& he… in init()
933 void MessageBox::init (OUString const& message, OUString const& yes, OUString const& no, const rtl:… in init()
963 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
970 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
977 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp34 MessageBox( NULL, _T("Callback::func1 called"),_T(""), MB_OK); in func1()
69 MessageBox( NULL, A2T(buff), A2T("XCallback_Impl.Callback"), MB_OK); in outValuesMixed()
288 MessageBox( NULL, W2T(var.bstrVal), _T("XCallback_Impl.Callback"), MB_OK); in inoutStruct()
343 MessageBox( NULL, W2T( inoutVal->bstrVal), _T("XCallback_Impl.Callback"), MB_OK); in inoutAny()
367 MessageBox( NULL, A2T(buff), _T("XCallback_Impl.Callback"), MB_OK); in inoutChar()
377 MessageBox( NULL, W2T(*inoutVal), _T("XCallback_Impl.Callback"), MB_OK); in inoutString()
463 MessageBox( NULL, A2T(buff), _T("XCallback_Impl.Callback"), MB_OK); in inValues()
H A DSimple.cpp35 MessageBox( NULL, W2T( message), _T("XCallback_Impl.Simple"), MB_OK); in func()
43 MessageBox( NULL, W2T( message), _T("XCallback_Impl.Simple"), MB_OK); in func2()
50 MessageBox( NULL, W2T( message), _T("XCallback_Impl.Simple"), MB_OK); in func3()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx158 MessageBox(NULL, myText.c_str(), "INSTALLLOCATION", MB_OK); in ShowProperties()
162 MessageBox(NULL, myText.c_str(), "Installed", MB_OK); in ShowProperties()
166 MessageBox(NULL, myText.c_str(), "PATCH", MB_OK); in ShowProperties()
170 MessageBox(NULL, myText.c_str(), "REMOVE", MB_OK); in ShowProperties()
174 MessageBox(NULL, myText.c_str(), "ALLUSERS", MB_OK); in ShowProperties()
H A Dvistaspecial.cxx205 MessageBox(NULL, "Renaming folder failed", "RenamePrgFolder", MB_OK); in RenamePrgFolder()
207 MessageBox(NULL, "Renaming folder successful", "RenamePrgFolder", MB_OK); in RenamePrgFolder()
232 MessageBox(NULL, "Removing folder successful", "RemovePrgFolder", MB_OK); in RemovePrgFolder()
234 MessageBox(NULL, "Removing folder failed", "RemovePrgFolder", MB_OK); in RemovePrgFolder()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java45 public class MessageBox { class
51 public MessageBox(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in MessageBox() method in MessageBox
64 MessageBox oMessageBox = new MessageBox(xContext, xMCF); in main()
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx98 MessageBox( NULL, errMsg, "Test failed", MB_ICONERROR); in main()
102 MessageBox( NULL,NULL , "Test succeeded", MB_ICONINFORMATION); in main()
1261 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1267 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1273 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1279 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1285 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1292 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
1303 MessageBox( NULL, buff, _T("clientTest"), MB_OK); in doTest()
/trunk/main/toolkit/inc/layout/
H A Dlayout-pre.hxx56 #define MessageBox layout::MessageBox macro
H A Dlayout.hxx594 class TOOLKIT_DLLPUBLIC MessageBox : public Dialog class
619 class TOOLKIT_DLLPUBLIC Name##Box : public MessageBox\
625 typedef MessageBox MessBox;
H A Dlayout-post.hxx56 #undef MessageBox
/trunk/main/sal/osl/w32/
H A Ddiagnose.c127 nCode = MessageBox(hWndParent, szBoxMessage, "Assertion Failed!", nFlags); in osl_assertFailedLine()
163 nDisposition = MessageBox(hWndParent, pszMessage, "Exception!", nFlags); in osl_reportError()
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleUI.pas168 Application.MessageBox(PChar('the pointer: ' + res), PChar('Result'), ID_OK);
182 Application.MessageBox(PChar('the content: ' + res), PChar('Result'), ID_OK);
/trunk/main/dtrans/source/win32/workbench/
H A Dtest_wincb.cxx300 MessageBox( NULL, TEXT("Go"), TEXT("INFO"), MB_OK|MB_ICONINFORMATION); in main()
313 MessageBox( NULL, TEXT("Stop"), TEXT("INFO"), MB_OK|MB_ICONINFORMATION); in main()
/trunk/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx104 MessageBox(NULL, bMulti ? "Multi" : "Single", "Install", MB_OK); in install_jf()
115 MessageBox(NULL, bMulti ? "Multi" : "Single", "Uninstall", MB_OK); in uninstall_jf()
/trunk/main/extensions/test/ole/EventListenerSample/EventListener/
H A DEvtListener.cpp32 ::MessageBox(NULL,_T("XEventListener::disposing"), in disposing()
/trunk/main/fpicker/source/win32/folderpicker/workbench/
H A DTest_fops.cxx173 MessageBox( NULL, "Exception caught!", "Error", MB_OK ); in main()
/trunk/main/extensions/test/ole/cpptest/
H A Dcpptest.cxx53 MessageBox( NULL, errMsg, "Test failed", MB_ICONERROR); in main()
/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx135 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in WinMain()
/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx72 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in displayLastError()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1480 MessageBox( hwndDlg, szMessage, NULL, MB_ICONERROR | MB_OK ); in DialogProc()
2769 MessageBox( hwndParent, szMessage, NULL, MB_ICONERROR | MB_OK ); in SendCrashReport()
2779 MessageBox( hwndParent, szMessage, szTitle, MB_ICONINFORMATION | MB_OK ); in SendCrashReport()
2816 MessageBox( hwndParent, szMessage, NULL, MB_ICONERROR | MB_OK ); in SendCrashReport()
/trunk/main/desktop/win32/source/
H A Dwrapper.h187 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in Main()
/trunk/main/extensions/test/ole/cppToUno/
H A Dtestcppuno.cxx73 MessageBox( NULL, errMsg, "Test failed", MB_ICONERROR); in _tmain()

Completed in 106 milliseconds

12