| /aoo41x/main/uui/source/ | 
| H A D | alreadyopen.cxx | 36         AddButton( String( ResId( STR_ALREADYOPEN_RETRY_SAVE_BTN, *pResMgr ) ), RET_YES,  in AlreadyOpenQueryBox()43         AddButton( String( ResId( STR_ALREADYOPEN_READONLY_BTN, *pResMgr ) ), RET_YES,  in AlreadyOpenQueryBox()
 49     SetButtonHelpText( RET_YES, String::EmptyString() );  in AlreadyOpenQueryBox()
 
 | 
| H A D | filechanged.cxx | 34     AddButton( String( ResId( STR_FILECHANGED_SAVEANYWAY_BTN, *pResMgr ) ), RET_YES,  in FileChangedQueryBox()38     SetButtonHelpText( RET_YES, String::EmptyString() );  in FileChangedQueryBox()
 
 | 
| H A D | openlocked.cxx | 34     AddButton( String( ResId( STR_OPENLOCKED_OPENREADONLY_BTN, *pResMgr ) ), RET_YES,  in OpenLockedQueryBox()40     SetButtonHelpText( RET_YES, String() );  in OpenLockedQueryBox()
 
 | 
| H A D | trylater.cxx | 34     AddButton( String( ResId( STR_TRYLATER_RETRYSAVING_BTN, *pResMgr ) ), RET_YES,  in TryLaterQueryBox()39     SetButtonHelpText( RET_YES, String::EmptyString() );  in TryLaterQueryBox()
 
 | 
| H A D | iahndl-locking.cxx | 139         if ( nResult == RET_YES )  in handleLockedDocumentRequest_()180         if ( nResult == RET_YES )  in handleChangedByOthersRequest_()
 
 | 
| /aoo41x/main/dbaccess/source/ui/uno/ | 
| H A D | dbinteraction.cxx | 254                 case RET_YES:  in implHandle()259 …      OSL_ENSURE( nResult != RET_YES, "BasicInteractionHandler::implHandle: no handler for YES!" );  in implHandle()
 300 		short nRet = RET_YES;  in implHandle()
 313 		else if ( RET_YES == nRet )  in implHandle()
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | tplneend.cxx | 238 			if ( aQueryBox.Execute() == RET_YES )  in CheckChanges_Impl()561 		if ( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()
 591 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 598 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| H A D | tphatch.cxx | 688 		if( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()717 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 724 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| H A D | tpbitmap.cxx | 806 		if( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()835 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 843 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| H A D | tpgradnt.cxx | 629 		if ( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()658 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 665 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| H A D | tplnedef.cxx | 755 		if ( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()786 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 793 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| H A D | tpcolor.cxx | 709 		if( aQueryBox.Execute() == RET_YES )  in IMPL_LINK()762 	sal_uInt16 nReturn = RET_YES;  in IMPL_LINK()
 769 		if ( nReturn == RET_YES )  in IMPL_LINK()
 
 | 
| /aoo41x/main/dbaccess/source/ui/tabledesign/ | 
| H A D | TableController.cxx | 485 		if (RET_YES != aAsk.Execute())  in doEditIndexes()606 				case RET_YES:  in suspend()
 622 				case RET_YES:  in suspend()
 1007         case RET_YES:  in checkColumns()
 1134 						bNotOk = aMsg.Execute() == RET_YES;  in alterColumns()
 1191 					if ( aMsg.Execute() != RET_YES )  in alterColumns()
 1258 					if(aMsg.Execute() == RET_YES)  in alterColumns()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | msgbox.hxx | 45 #define RET_YES 			 2  macro52 #define BUTTONID_YES		 RET_YES
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | _contdlg.cxx | 503 		if ( nRet == RET_YES )  in Close()746 				if ( !aContourWnd.IsContourChanged() || ( aQBox.Execute() == RET_YES ) )  in IMPL_LINK()
 842 				if ( aQBox.Execute() != RET_YES )  in IMPL_LINK()
 1093 				bNewContour = ( aQBox.Execute() == RET_YES );  in IMPL_LINK()
 
 | 
| H A D | imapdlg.cxx | 321 		if( nRet == RET_YES )  in Close()336 		if( nRet == RET_YES )  in Close()
 937 			 String( SVX_RES( STR_IMAPDLG_SAVE ) ) ).Execute() == RET_YES ) )  in IMPL_LINK()
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | objserv.cxx | 360 		if ( QueryHiddenInformation( WhenSigning, NULL ) == RET_YES )  in ExecFile_Impl()615 …      if ( QueryHiddenInformation( bIsPDFExport ? WhenCreatingPDF : WhenSaving, NULL ) == RET_YES )  in ExecFile_Impl()
 1378 …asSign && QueryBox( NULL, SfxResId( MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN ) ).Execute() == RET_YES)  in ImplSign()
 1379 …(!bHasSign && QueryBox( NULL, SfxResId( RID_XMLSEC_QUERY_SAVEBEFORESIGN ) ).Execute() == RET_YES) )  in ImplSign()
 
 | 
| H A D | querytemplate.cxx | 42     AddButton( String( SfxResId( STR_QRYTEMPL_UPDATE_BTN ) ), RET_YES,  in QueryTemplateBox()
 | 
| /aoo41x/main/basctl/source/basicide/ | 
| H A D | baside3.cxx | 933 	AddButton( String( IDEResId( RID_STR_DLGIMP_CLASH_RENAME ) ), RET_YES,  in NameClashQueryBox()958 	AddButton( String( IDEResId( RID_STR_DLGIMP_MISMATCH_ADD ) ), RET_YES,  in LanguageMismatchQueryBox()
 1065 				if( RET_YES == nRet )  in implImportDialog()
 1127 				if( RET_YES == nRet )  in implImportDialog()
 
 | 
| /aoo41x/main/sc/source/ui/docshell/ | 
| H A D | docsh4.cxx | 256 					bDo = ( aBox.Execute() == RET_YES );  in Execute()473 				if (nDlgRet == RET_YES || nSet==LM_ALWAYS)  in Execute()
 506 					    if (aBox.Execute() == RET_YES)  in Execute()
 609                             bDo = ( aBox.Execute() == RET_YES );  in Execute()
 676                         if( aBox.Execute() == RET_YES )  in Execute()
 1051                                         if ( aBox.Execute() == RET_YES )  in Execute()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviews1.cxx | 814 				short nOK = RET_YES;  in DoVerb()823 					if (nOK == RET_YES)  in DoVerb()
 830 				if (nOK == RET_YES)  in DoVerb()
 
 | 
| /aoo41x/main/dbaccess/source/ui/relationdesign/ | 
| H A D | RelationController.cxx | 267 	short nSaved = RET_YES;  in saveModified()272 		if(nSaved == RET_YES)  in saveModified()
 
 | 
| /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/desktop/source/app/ | 
| H A D | lockfile2.cxx | 62     return aBox.Execute( ) == RET_YES;  in Lockfile_execWarning()
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | fucushow.cxx | 85 		if( nRet == RET_YES )  in DoExecute()
 |