/aoo42x/main/setup_native/source/win32/nsis/ |
H A D | downloadtemplate.nsi | 28 ;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 …]
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1284 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 …]
|
/aoo42x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 81 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() 367 … MessageBox(NULL, L"InstallActiveXControl, adjusting", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl() 381 … MessageBox(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()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 852 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 …]
|
/aoo42x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 34 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 D | Simple.cpp | 35 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()
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | dotnetcheck.cxx | 158 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 D | vistaspecial.cxx | 205 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | MessageBox.java | 45 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()
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 98 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()
|
/aoo42x/main/toolkit/inc/layout/ |
H A D | layout-pre.hxx | 56 #define MessageBox layout::MessageBox macro
|
H A D | layout.hxx | 594 class TOOLKIT_DLLPUBLIC MessageBox : public Dialog class 619 class TOOLKIT_DLLPUBLIC Name##Box : public MessageBox\ 625 typedef MessageBox MessBox;
|
H A D | layout-post.hxx | 56 #undef MessageBox
|
/aoo42x/main/sal/osl/w32/ |
H A D | diagnose.c | 127 nCode = MessageBox(hWndParent, szBoxMessage, "Assertion Failed!", nFlags); in osl_assertFailedLine() 163 nDisposition = MessageBox(hWndParent, pszMessage, "Exception!", nFlags); in osl_reportError()
|
/aoo42x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleUI.pas | 168 Application.MessageBox(PChar('the pointer: ' + res), PChar('Result'), ID_OK); 182 Application.MessageBox(PChar('the content: ' + res), PChar('Result'), ID_OK);
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | test_wincb.cxx | 300 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()
|
/aoo42x/main/setup_native/source/win32/customactions/javafilter/ |
H A D | jfregca.cxx | 104 MessageBox(NULL, bMulti ? "Multi" : "Single", "Install", MB_OK); in install_jf() 115 MessageBox(NULL, bMulti ? "Multi" : "Single", "Uninstall", MB_OK); in uninstall_jf()
|
/aoo42x/main/extensions/test/ole/EventListenerSample/EventListener/ |
H A D | EvtListener.cpp | 32 ::MessageBox(NULL,_T("XEventListener::disposing"), in disposing()
|
/aoo42x/main/fpicker/source/win32/folderpicker/workbench/ |
H A D | Test_fops.cxx | 173 MessageBox( NULL, "Exception caught!", "Error", MB_OK ); in main()
|
/aoo42x/main/extensions/test/ole/cpptest/ |
H A D | cpptest.cxx | 53 MessageBox( NULL, errMsg, "Test failed", MB_ICONERROR); in main()
|
/aoo42x/main/desktop/win32/source/applauncher/ |
H A D | launcher.cxx | 135 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in WinMain()
|
/aoo42x/main/dbaccess/win32/source/odbcconfig/ |
H A D | odbcconfig.cxx | 72 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in displayLastError()
|
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 1480 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()
|
/aoo42x/main/desktop/win32/source/ |
H A D | wrapper.h | 187 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in Main()
|
/aoo42x/main/extensions/test/ole/cppToUno/ |
H A D | testcppuno.cxx | 73 MessageBox( NULL, errMsg, "Test failed", MB_ICONERROR); in _tmain()
|