| /aoo41x/main/vcl/source/window/ | 
| H A D | msgbox.cxx | 542 void WarningBox::ImplInitWarningBoxData()  in ImplInitWarningBoxData()548 	SetImage( WarningBox::GetStandardImage() );  in ImplInitWarningBoxData()
 554 WarningBox::WarningBox( Window* pParent, WinBits nStyle,  in WarningBox()  function in WarningBox
 563 WarningBox::WarningBox( Window* pParent, const ResId& rResId ) :  in WarningBox()  function in WarningBox
 571 void WarningBox::SetDefaultCheckBoxText()  in SetDefaultCheckBoxText()
 580 Image WarningBox::GetStandardImage()  in GetStandardImage()
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | tpbitmap.cxx | 477             Image aWarningBoxImage = WarningBox::GetStandardImage();  in CheckChanges_Impl()550 	WarningBox*    pWarnBox = NULL;  in IMPL_LINK()
 570 			pWarnBox = new WarningBox( DLGWIN,  in IMPL_LINK()
 657 			WarningBox*    pWarnBox = NULL;  in IMPL_LINK()
 686 					pWarnBox = new WarningBox( DLGWIN,  in IMPL_LINK()
 785 …WarningBox aBox( DLGWIN, WinBits( WB_OK ), String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) )…  in IMPL_LINK()
 840 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| H A D | tphatch.cxx | 268         Image aWarningBoxImage = WarningBox::GetStandardImage();  in CheckChanges_Impl()532 	WarningBox*    pWarnBox = NULL;  in IMPL_LINK()
 552 			pWarnBox = new WarningBox( DLGWIN,  in IMPL_LINK()
 667 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) …  in IMPL_LINK()
 721 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| H A D | tpgradnt.cxx | 292             Image aWarningBoxImage = WarningBox::GetStandardImage();  in CheckChanges_Impl()467 	WarningBox*    pWarnBox = NULL;  in IMPL_LINK()
 488 			pWarnBox = new WarningBox( DLGWIN,  in IMPL_LINK()
 607 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) …  in IMPL_LINK()
 662 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| H A D | tplnedef.cxx | 269         Image aWarningBoxImage = WarningBox::GetStandardImage();  in CheckChanges_Impl()654 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) …  in IMPL_LINK()
 734 …WarningBox aBox( DLGWIN, WinBits( WB_OK ), String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) )…  in IMPL_LINK()
 790 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| H A D | tplneend.cxx | 372 			WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ),  in IMPL_LINK()530 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) …  in IMPL_LINK()
 595 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| H A D | tpcolor.cxx | 327             Image aWarningBoxImage = WarningBox::GetStandardImage();  in CheckChanges_Impl()512 		WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ),  in IMPL_LINK()
 598 			WarningBox aWarningBox( DLGWIN, WinBits( WB_OK ),  in IMPL_LINK()
 766 		nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ),  in IMPL_LINK()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | msgbox.hxx | 134 class VCL_DLLPUBLIC WarningBox : public MessBox  class140 						WarningBox( Window* pParent, WinBits nStyle,
 142 						WarningBox( Window* pParent, const ResId& rResId );
 
 | 
| /aoo41x/main/desktop/source/deployment/gui/ | 
| H A D | dp_gui_versionboxes.src | 26 WarningBox RID_WARNINGBOX_VERSION_LESS {42 WarningBox RID_WARNINGBOX_VERSION_EQUAL {
 58 WarningBox RID_WARNINGBOX_VERSION_GREATER {
 
 | 
| H A D | dp_gui_dialog.src | 328 WarningBox RID_WARNINGBOX_INSTALL_EXTENSION {336 WarningBox RID_WARNINGBOX_REMOVE_EXTENSION {
 
 | 
| /aoo41x/main/sc/source/ui/miscdlgs/ | 
| H A D | warnbox.cxx | 37     WarningBox( pParent, WB_YES_NO | (bDefYes ? WB_DEF_YES : WB_DEF_NO), rMsgStr )  in ScCbWarningBox()47         nRet = WarningBox::Execute();  in Execute()
 
 | 
| /aoo41x/main/toolkit/inc/layout/ | 
| H A D | layout-pre.hxx | 84 #define WarningBox layout::WarningBox  macro
 | 
| /aoo41x/main/svtools/source/java/ | 
| H A D | javainteractionhandler.cxx | 146             WarningBox aWarningBox( NULL, SvtResId( WARNINGBOX_JAVANOTFOUND ) );  in handle()163             WarningBox aWarningBox( NULL, SvtResId( WARNINGBOX_INVALIDJAVASETTINGS ) );  in handle()
 
 | 
| H A D | javaerror.src | 26 WarningBox WARNINGBOX_JAVANOTFOUND33 WarningBox WARNINGBOX_INVALIDJAVASETTINGS
 
 | 
| /aoo41x/main/sw/source/ui/app/ | 
| H A D | app.src | 506 WarningBox MSG_DISABLE_UNDO_QUESTION559 WarningBox MSG_DATA_SOURCES_UNAVAILABLE
 656 WarningBox MSG_DISABLE_READLINE_QUESTION
 
 | 
| /aoo41x/main/cui/source/options/ | 
| H A D | optjava.src | 282 WarningBox RID_SVX_MSGBOX_JAVA_RESTART289 WarningBox RID_SVX_MSGBOX_JAVA_RESTART2
 
 | 
| H A D | optjava.cxx | 311 				WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART2 ) );  in IMPL_LINK()355 				WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART2 ) );  in IMPL_LINK()
 662 						WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART ) );  in FillItemSet()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | hldocntp.cxx | 287 	    WarningBox aWarning( this, WB_OK, CUI_RESSTR(RID_SVXSTR_HYPDLG_NOVALIDFILENAME) );  in AskApply()337 					WarningBox aWarning( this, WB_YES_NO, CUI_RESSTR(RID_SVXSTR_HYPERDLG_QUERYOVERWRITE) );  in DoApply()
 
 | 
| /aoo41x/main/sc/source/ui/docshell/ | 
| H A D | docsh4.cxx | 606 							WarningBox aBox( pParent ? pParent : GetActiveDialogParent(),  in Execute()673                         WarningBox aBox( GetActiveDialogParent(),  in Execute()
 1044 …                            WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), aMessage );  in Execute()
 1049 …                       WarningBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ),  in Execute()
 1083                                     WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ),  in Execute()
 
 | 
| /aoo41x/main/sfx2/source/appl/ | 
| H A D | app.src | 406 WarningBox RID_SECURITY_WARNING_HYPERLINK414 WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | warnbox.hxx | 33 class ScCbWarningBox : public WarningBox
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | depper.cxx | 483 						WarningBox aBox( GetDepWin(), WB_OK, sMessage);  in HandleNewPrjDialog()558 						WarningBox aBox( mpBaseWin, WB_OK, sMessage);  in HandleNewDirectoryDialog()
 
 | 
| H A D | soldep.cxx | 858 					    		WarningBox aBox( GetDepWin(), WB_OK, sMessage);  in InitPrj()1521 …WarningBox aWBox( mpBaseWin, WB_OK, String::CreateFromAscii("graph zu breit! dat geiht nich gut. b…  in OptimizePos()
 1570 …WarningBox aWBox( mpBaseWin, WB_OK, String::CreateFromAscii("graph zu breit! dat geiht nich gut. b…  in OptimizePos()
 1784 …WarningBox aWBox( mpBaseWin, WB_OK, String::CreateFromAscii("graph too deep! dat geiht nich gut.\n…  in WriteToErrorFile()
 
 | 
| /aoo41x/main/vcl/source/app/ | 
| H A D | stdtext.cxx | 59 		WarningBox aBox( pParent, WB_OK | WB_DEF_OK, aText );  in ShowServiceNotAvailableError()
 | 
| /aoo41x/main/uui/source/ | 
| H A D | sslwarndlg.cxx | 82 	m_aWarnImage.SetImage( WarningBox::GetStandardImage() );  in SSLWarnDialog()
 |