| /aoo41x/main/vcl/source/window/ | 
| H A D | msgbox.cxx | 489 void InfoBox::ImplInitInfoBoxData()  in ImplInitInfoBoxData()496                 InfoBox::GetStandardImageHC() : InfoBox::GetStandardImage() );  in ImplInitInfoBoxData()
 502 InfoBox::InfoBox( Window* pParent, const XubString& rMessage ) :  in InfoBox()  function in InfoBox
 510 InfoBox::InfoBox( Window* pParent, const ResId & rResId ) :  in InfoBox()  function in InfoBox
 518 InfoBox::InfoBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) :  in InfoBox()  function in InfoBox
 526 Image InfoBox::GetStandardImage()  in GetStandardImage()
 534 Image InfoBox::GetStandardImageHC()  in GetStandardImageHC()
 
 | 
| /aoo41x/main/sw/source/ui/uiview/ | 
| H A D | view.src | 96 InfoBox MSG_NO_MERGE_ENTRY100 InfoBox MSG_ERR_INSERT_GLOS
 104 InfoBox MSG_ERR_SRCSTREAM
 108 InfoBox MSG_ERR_NO_FAX
 120 InfoBox MSG_NOT_FOUND
 124 InfoBox MSG_INDEX_OVERFLOW
 128 InfoBox MSG_SCAN_NOSOURCE
 
 | 
| H A D | viewsrch.cxx | 237 						InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute();  in ExecSearch()349 							InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute();  in ExecSearch()
 362 						InfoBox( pParentWindow, aText ).Execute();  in ExecSearch()
 528 			InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute();  in SearchAndWrap()
 573 		InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute();  in SearchAndWrap()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviewsc.cxx | 91                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()214                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 231                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 251                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 272                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 293                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 322                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 417                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp03()
 
 | 
| H A D | drviewse.cxx | 350                         InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuPermanent()387                         InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuPermanent()
 773                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuSupport()
 795                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuSupport()
 883                 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuSupport()
 
 | 
| H A D | drviews2.cxx | 541 				InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemporary()586 				InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemporary()
 614 				InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemporary()
 
 | 
| H A D | drviews8.cxx | 231 				InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute();  in FuTemp01()429 				InfoBox(pWindow, String( SdResId( nId ) ) ).Execute();  in FuTemp01()
 
 | 
| /aoo41x/main/basic/workben/ | 
| H A D | mgrtest.cxx | 280 				InfoBox( 0, "Organisieren..." ).Execute();  in IMPL_LINK()300 					InfoBox( 0, "CreateLibary fehlgeschlagen..." ).Execute();  in IMPL_LINK()
 318 					InfoBox( 0, "CreateLibary fehlgeschlagen..." ).Execute();  in IMPL_LINK()
 337 					InfoBox( 0, "CreateLibary fehlgeschlagen..." ).Execute();  in IMPL_LINK()
 503 			InfoBox( 0, aErr ).Execute();  in CheckError()
 567 	InfoBox( 0, String( aErrorTextPrefix + aErrorText ) ).Execute();  in IMPL_LINK()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | msgbox.hxx | 115 class VCL_DLLPUBLIC InfoBox : public MessBox  class121 						InfoBox( Window* pParent, const XubString& rMessage );
 122 						InfoBox( Window* pParent, const ResId & rResId );
 123 						InfoBox( Window* pParent, WinBits nStyle,
 
 | 
| /aoo41x/main/sfx2/source/dialog/ | 
| H A D | dialog.src | 42 InfoBox MSG_TABPAGE_INVALIDNAME48 InfoBox MSG_TABPAGE_INVALIDSTYLE
 54 InfoBox MSG_TABPAGE_INVALIDPARENT
 60 InfoBox MSG_POOL_STYLE_NAME
 
 | 
| H A D | mgetempl.cxx | 627 			InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDNAME ) );  in DeactivatePage()644 				InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDSTYLE ) );  in DeactivatePage()
 664 				InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDPARENT ) );  in DeactivatePage()
 
 | 
| /aoo41x/main/desktop/source/app/ | 
| H A D | checkinstall.cxx | 70 						    InfoBox aInfoBox( NULL, String::CreateFromAscii( "This version has expired" ) );  in CheckInstallation()80 				    InfoBox aInfoBox( NULL, rTitle );  in CheckInstallation()
 100 				    InfoBox aInfoBox( NULL, rTitle );  in CheckInstallation()
 
 | 
| /aoo41x/main/dbaccess/source/ext/adabas/ | 
| H A D | AdabasNewDb.cxx | 465 			InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));475 		InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));
 617 			InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));
 655 				InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));  in IMPL_LINK()
 669 				InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));  in IMPL_LINK()
 683 				InfoBox aInfo(this,ModuleRes(INFO_STR_MAX_FILE_LENGTH));  in IMPL_LINK()
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | doc.src | 106 InfoBox MSG_CANT_OPEN_TEMPLATE110 InfoBox MSG_VIEW_OPEN_CANT_SAVE
 180 InfoBox MSG_TEMPLATE_DIR_NOT_EXIST
 184 InfoBox MSG_DOCINFO_CANTREAD
 
 | 
| /aoo41x/main/toolkit/inc/layout/ | 
| H A D | layout-pre.hxx | 52 #define InfoBox layout::InfoBox  macro
 | 
| /aoo41x/main/sw/source/ui/dochdl/ | 
| H A D | dochdl.src | 39 InfoBox MSG_ERR_INSERT_GLOS44 InfoBox MSG_CLPBRD_FORMAT_ERROR
 
 | 
| /aoo41x/main/xmlsecurity/workben/ | 
| H A D | signaturetest.cxx | 400             InfoBox( this, aText ).Execute();  in IMPL_LINK()490         InfoBox( this, aInfo ).Execute();  in IMPL_LINK()
 535 …InfoBox( this, String( RTL_CONSTASCII_USTRINGPARAM( "Signatures verified without any problems!" ) …  in IMPL_LINK()
 
 | 
| /aoo41x/main/sfx2/source/appl/ | 
| H A D | app.src | 69 InfoBox RID_DOCALREADYLOADED_DLG216 InfoBox MSG_CANT_QUIT
 448 InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
 
 | 
| /aoo41x/main/sdext/source/minimizer/ | 
| H A D | helpid.hrc | 55 #define HID_SDEXT_MINIMIZER_INFOBOX_DLG                 "sdext:Minimizer:InfoBox:Dialog"56 #define HID_SDEXT_MINIMIZER_INFOBOX_CB_OPENNEW          "sdext:Minimizer:InfoBox:CBOpenNew"
 
 | 
| /aoo41x/main/sc/source/ui/dbgui/ | 
| H A D | scendlg.cxx | 219 		InfoBox( this, ScGlobal::GetRscString( STR_INVALIDTABNAME ) ).  in IMPL_LINK()225 		InfoBox( this, ScGlobal::GetRscString( STR_NEWTABNAMENOTUNIQUE ) ).  in IMPL_LINK()
 
 | 
| /aoo41x/main/sc/source/ui/docshell/ | 
| H A D | docsh5.cxx | 90 	InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) );  in ErrorMessage()576 		InfoBox aBox( GetActiveDialogParent(),  in DoConsolidate()
 784 				InfoBox aBox(GetActiveDialogParent(),  in UseScenario()
 791 			InfoBox aBox(GetActiveDialogParent(),  in UseScenario()
 
 | 
| /aoo41x/main/sfx2/source/view/ | 
| H A D | view.src | 95 InfoBox MSG_CANT_CLOSE151 InfoBox MSG_ERROR_SEND_MAIL
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | multipat.cxx | 117                 InfoBox( this, sMsg ).Execute();  in IMPL_LINK()126                 InfoBox( this, sMsg ).Execute();  in IMPL_LINK()
 
 | 
| /aoo41x/main/vcl/test/ | 
| H A D | dndtest.cxx | 108 class MyInfoBox : public InfoBox384 MyInfoBox::MyInfoBox( Window* pParent ) : InfoBox( pParent,   in MyInfoBox()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | spelleng.cxx | 335         InfoBox( pParent, ScGlobal::GetRscString( STR_NOLANGERR ) ).Execute();  in ConvertAll()363     InfoBox( pParent, ScGlobal::GetRscString( STR_SPELLING_STOP_OK ) ).Execute();  in ShowFinishDialog()
 
 |