/aoo42x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 81 MessageBox(NULL, pStr, pWarning, MB_OK | MB_ICONINFORMATION); in WarningMessageInt() 89 MessageBoxW(NULL, L"RegisterActiveXNative", L"Information", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative() 90 MessageBoxA(NULL, pActiveXPath, "Library Path", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative() 106 MessageBoxA(NULL, pActiveXPath, "Library Path", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative() 173 MessageBox(NULL, pProgPath, L"Basis Installation Path", MB_OK | MB_ICONINFORMATION); in GetActiveXControlPath() 174 … MessageBoxA(NULL, pCharProgPath, "Basis Installation Path( char )", 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() 381 … MessageBox(NULL, L"InstallActiveXControl, removing", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl() [all …]
|
/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/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 223 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inShort() 231 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inLong() 241 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inString() 250 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inFloat() 258 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inDouble() 271 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inVariant() 295 ::MessageBoxA( NULL, buf, "MFCCONTROL.MfcControl", MB_OK); in inObject()
|
/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()
|
H A D | registerextensions.cxx | 349 MessageBox(NULL, mystr.c_str(), "ERROR", MB_OK); in RegisterExtensions()
|
/aoo42x/main/desktop/win32/source/rebase/ |
H A D | rebasegui.cxx | 56 MessageBoxW(NULL, pszMsg, pszAppTitle, MB_OK | MB_ICONERROR); in failPath() 66 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail() 190 MessageBoxW( NULL, pOutput, pAppTitle, MB_OK ); in WinMain()
|
H A D | rebase.cxx | 65 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail()
|
/aoo42x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 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/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 | 33 _T("EventListener.EvtListener component"), MB_OK); 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/desktop/win32/source/applauncher/ |
H A D | launcher.cxx | 135 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in WinMain()
|
/aoo42x/main/desktop/os2/source/applauncher/ |
H A D | launcher.cxx | 106 0, MB_ERROR | MB_OK); in main()
|
/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/vcl/os2/source/app/ |
H A D | salinfo.cxx | 127 MB_OK, MB_OKCANCEL, MB_ABORTRETRYIGNORE, MB_YESNO, MB_YESNOCANCEL, MB_RETRYCANCEL
|
/aoo42x/main/desktop/win32/source/ |
H A D | wrapper.h | 187 MessageBox( NULL, (LPCTSTR)lpMsgBuf, NULL, MB_OK | MB_ICONERROR ); in Main()
|
H A D | extendloaderenvironment.cxx | 50 MessageBoxW(NULL, buf, NULL, MB_OK | MB_ICONERROR); in fail()
|
/aoo42x/main/sal/osl/os2/ |
H A D | module.c | 126 0, MB_ERROR | MB_OK | MB_MOVEABLE); in osl_loadAsciiModule()
|
H A D | nlsupport.c | 331 0, MB_ERROR | MB_OK | MB_MOVEABLE); in osl_getTextEncodingFromLocale()
|