| /aoo41x/main/uui/source/ | 
| H A D | alreadyopen.cxx | 39         AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in AlreadyOpenQueryBox()46         AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in AlreadyOpenQueryBox()
 
 | 
| H A D | lockfailed.cxx | 37     AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in LockFailedQueryBox()
 | 
| H A D | filechanged.cxx | 36     AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in FileChangedQueryBox()
 | 
| H A D | openlocked.cxx | 39     AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in OpenLockedQueryBox()
 | 
| H A D | trylater.cxx | 37     AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in TryLaterQueryBox()
 | 
| H A D | fltdlg.hxx | 78         short Execute() { return RET_CANCEL; };  in Execute()
 | 
| H A D | unknownauthdlg.cxx | 47 		EndDialog( RET_CANCEL );  in IMPL_LINK()
 | 
| /aoo41x/main/sc/source/ui/miscdlgs/ | 
| H A D | scuiautofmt.cxx | 196 		EndDialog( (pBtn == &aBtnOk) ? RET_OK : RET_CANCEL );  in IMPL_LINK()304 					bOk = ( nRet == RET_CANCEL );  in IMPL_LINK()
 426 				bOk = RET_CANCEL == ErrorBox( this,  in IMPL_LINK()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | msgbox.hxx | 44 #define RET_CANCEL			 sal_False  macro51 #define BUTTONID_CANCEL 	 RET_CANCEL
 
 | 
| /aoo41x/main/svtools/source/java/ | 
| H A D | javainteractionhandler.cxx | 136 	sal_uInt16		nResult = RET_CANCEL;  in handle()233 	if ( nResult == RET_CANCEL || nResult == RET_NO)  in handle()
 
 | 
| /aoo41x/main/svtools/source/uno/ | 
| H A D | genericunodialog.cxx | 270 			nReturn = RET_CANCEL;  in execute()308 		m_pDialog->EndDialog(RET_CANCEL);  in endExecute()
 
 | 
| /aoo41x/main/dbaccess/source/ui/uno/ | 
| H A D | dbinteraction.cxx | 269 				case RET_CANCEL:  in implHandle()307 		if ( RET_CANCEL == nRet )  in implHandle()
 
 | 
| /aoo41x/main/dbaccess/source/ui/dlg/ | 
| H A D | ConnectionHelper.cxx | 290 							case RET_CANCEL:674                     return RET_CANCEL;  in checkPathExistence()
 960 						case RET_CANCEL:  in commitURL()
 
 | 
| H A D | TablesSingleDlg.cxx | 93 	short nRet = RET_CANCEL;  in Execute()
 | 
| /aoo41x/main/basctl/source/basicide/ | 
| H A D | baside3.cxx | 936 	AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in NameClashQueryBox()961 	AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );  in LanguageMismatchQueryBox()
 1077 				else if( RET_CANCEL == nRet )  in implImportDialog()
 1137 				else if( RET_CANCEL == nRet )  in implImportDialog()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | ehdl.cxx | 131 	sal_uInt16 nRet = RET_CANCEL;  in aWndFunc()137 		case RET_CANCEL:  in aWndFunc()
 
 | 
| /aoo41x/main/fpicker/source/office/ | 
| H A D | commonpicker.cxx | 129 				m_pDlg->EndDialog( RET_CANCEL );  in disposing()416 			getDialog()->EndDialog( RET_CANCEL );  in IMPL_LINK()
 
 | 
| /aoo41x/main/sw/source/ui/wrtsh/ | 
| H A D | wrtsh2.cxx | 200 	sal_Bool bRet = RET_CANCEL == pDlg->Execute();  in StartInputFldDlg()224     sal_Bool bRet = RET_CANCEL == nRet;  in StartDropDownFldDlg()
 
 | 
| /aoo41x/main/dbaccess/source/ui/relationdesign/ | 
| H A D | RelationTableView.cxx | 275 		case RET_CANCEL:  in ConnDoubleClicked()397 		if( nRet == RET_CANCEL)  in lookForUiActivities()
 
 | 
| /aoo41x/main/dbaccess/source/ui/querydesign/ | 
| H A D | JoinController.cxx | 360 					case RET_CANCEL:  in Execute()444 		bCheck = saveModified() != RET_CANCEL;  in suspend()
 
 | 
| /aoo41x/main/sfx2/source/view/ | 
| H A D | orgmgr.cxx | 808 					if(RET_CANCEL == aBox.Execute())  in SaveAll()823 			if(RET_CANCEL == aBox.Execute())  in SaveAll()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | prtqry.cxx | 48 	AddButton(BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON);  in SvxPrtQryBox()
 | 
| H A D | databaseregistrationui.cxx | 51         sal_uInt16 nResult = RET_CANCEL;  in administrateDatabaseRegistration()
 | 
| /aoo41x/main/sfx2/source/dialog/ | 
| H A D | styledlg.cxx | 168 	EndDialog( RET_CANCEL );  in IMPL_LINK()
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | tphatch.cxx | 297 			case RET_CANCEL:  in CheckChanges_Impl()728 	if ( nReturn != RET_CANCEL )  in IMPL_LINK()
 
 |