| /aoo41x/main/uui/source/ | 
| H A D | alreadyopen.cxx | 38         AddButton( String( ResId( STR_ALREADYOPEN_SAVE_BTN, *pResMgr ) ), RET_NO, 0 );  in AlreadyOpenQueryBox()45         AddButton( String( ResId( STR_ALREADYOPEN_OPEN_BTN, *pResMgr ) ), RET_NO, 0 );  in AlreadyOpenQueryBox()
 50     SetButtonHelpText( RET_NO, String::EmptyString() );  in AlreadyOpenQueryBox()
 
 | 
| H A D | openlocked.cxx | 37     AddButton( String( ResId( STR_OPENLOCKED_OPENCOPY_BTN, *pResMgr ) ), RET_NO, 0);  in OpenLockedQueryBox()41     SetButtonHelpText( RET_NO, String() );  in OpenLockedQueryBox()
 
 | 
| H A D | trylater.cxx | 36     AddButton( String( ResId( STR_TRYLATER_SAVEAS_BTN, *pResMgr ) ), RET_NO, 0);  in TryLaterQueryBox()40     SetButtonHelpText( RET_NO, String::EmptyString() );  in TryLaterQueryBox()
 
 | 
| H A D | iahndl-locking.cxx | 141         else if ( nResult == RET_NO )  in handleLockedDocumentRequest_()
 | 
| /aoo41x/main/svtools/source/java/ | 
| H A D | javainteractionhandler.cxx | 64     m_nResult_JavaDisabled(RET_NO)  in JavaInteractionHandler()76     m_nResult_JavaDisabled(RET_NO)  in JavaInteractionHandler()
 233 	if ( nResult == RET_CANCEL || nResult == RET_NO)  in handle()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | msgbox.hxx | 46 #define RET_NO				 3  macro53 #define BUTTONID_NO 		 RET_NO
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | querytemplate.cxx | 44     AddButton( String( SfxResId( STR_QRYTEMPL_KEEP_BTN ) ), RET_NO, BUTTONDIALOG_CANCELBUTTON );  in QueryTemplateBox()
 | 
| H A D | doctdlg.cxx | 165 		if(RET_NO == aQuery.Execute())  in IMPL_LINK()
 | 
| /aoo41x/main/basctl/source/basicide/ | 
| H A D | baside3.cxx | 935 	AddButton( String( IDEResId( RID_STR_DLGIMP_CLASH_REPLACE ) ), RET_NO, 0 );  in NameClashQueryBox()960 	AddButton( String( IDEResId( RID_STR_DLGIMP_MISMATCH_OMIT ) ), RET_NO, 0 );  in LanguageMismatchQueryBox()
 1072 				else if( RET_NO == nRet )  in implImportDialog()
 
 | 
| /aoo41x/main/sc/source/ui/miscdlgs/ | 
| H A D | warnbox.cxx | 44     sal_Int16 nRet = (GetStyle() & WB_DEF_YES) ? RET_YES : RET_NO;  in Execute()
 | 
| /aoo41x/main/dbaccess/source/ui/dlg/ | 
| H A D | indexdialog.cxx | 636 		sal_Int32 nResponse = RET_NO;655 			case RET_NO:
 
 | 
| H A D | RelationDlg.cxx | 278 		return RET_NO;  in Execute()
 | 
| /aoo41x/main/reportdesign/source/ui/dlg/ | 
| H A D | PageNumber.cxx | 151 			nRet = RET_NO;  in Execute()
 | 
| H A D | DateTime.cxx | 199 			nRet = RET_NO;  in Execute()
 | 
| H A D | CondFormat.cxx | 502                 nRet = RET_NO;  in Execute()
 | 
| /aoo41x/main/padmin/source/ | 
| H A D | helper.cxx | 256 	return aQueryBox.Execute() == RET_NO ? sal_False : sal_True;  in AreYouSure()
 | 
| H A D | adddlg.cxx | 244 					if( aBox.Execute() == RET_NO )  in IMPL_LINK()253 					if( aBox.Execute() == RET_NO )  in IMPL_LINK()
 
 | 
| /aoo41x/main/dbaccess/source/ui/uno/ | 
| H A D | dbinteraction.cxx | 262                 case RET_NO:  in implHandle()
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | ehdl.cxx | 146 		case RET_NO:  in aWndFunc()
 | 
| /aoo41x/main/dbaccess/source/ui/relationdesign/ | 
| H A D | RelationTableView.cxx | 270 		case RET_NO:  in ConnDoubleClicked()
 | 
| /aoo41x/main/dbaccess/source/ui/querydesign/ | 
| H A D | JoinController.cxx | 363 					case RET_NO:  in Execute()
 | 
| /aoo41x/main/cui/source/options/ | 
| H A D | optinet2.cxx | 825 		else if(RET_NO == nRet)  in ConfirmLeave()848 		else if(RET_NO == nRet)  in ConfirmLeave()
 
 | 
| /aoo41x/main/sfx2/source/dialog/ | 
| H A D | printopt.cxx | 539     EndDialog( RET_NO );  in IMPL_LINK()
 | 
| /aoo41x/main/sfx2/source/appl/ | 
| H A D | app.cxx | 538         return RET_NO;  in QuerySave_Impl()
 | 
| /aoo41x/main/vcl/source/app/ | 
| H A D | dbggui.cxx | 1827     long nResult = RET_NO;  in doIt()1850             nResult = RET_NO;  in doIt()
 
 |