Home
last modified time | relevance | path

Searched refs:RET_NO (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/uui/source/
H A Dalreadyopen.cxx38 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 Dopenlocked.cxx37 AddButton( String( ResId( STR_OPENLOCKED_OPENCOPY_BTN, *pResMgr ) ), RET_NO, 0); in OpenLockedQueryBox()
41 SetButtonHelpText( RET_NO, String() ); in OpenLockedQueryBox()
H A Dtrylater.cxx36 AddButton( String( ResId( STR_TRYLATER_SAVEAS_BTN, *pResMgr ) ), RET_NO, 0); in TryLaterQueryBox()
40 SetButtonHelpText( RET_NO, String::EmptyString() ); in TryLaterQueryBox()
H A Diahndl-locking.cxx141 else if ( nResult == RET_NO ) in handleLockedDocumentRequest_()
/trunk/main/svtools/source/java/
H A Djavainteractionhandler.cxx64 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()
/trunk/main/vcl/inc/vcl/
H A Dmsgbox.hxx46 #define RET_NO 3 macro
53 #define BUTTONID_NO RET_NO
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx935 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()
/trunk/main/sfx2/source/doc/
H A Dquerytemplate.cxx44 AddButton( String( SfxResId( STR_QRYTEMPL_KEEP_BTN ) ), RET_NO, BUTTONDIALOG_CANCELBUTTON ); in QueryTemplateBox()
H A Ddoctdlg.cxx165 if(RET_NO == aQuery.Execute()) in IMPL_LINK()
/trunk/main/sc/source/ui/miscdlgs/
H A Dwarnbox.cxx44 sal_Int16 nRet = (GetStyle() & WB_DEF_YES) ? RET_YES : RET_NO; in Execute()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx636 sal_Int32 nResponse = RET_NO;
655 case RET_NO:
H A DRelationDlg.cxx278 return RET_NO; in Execute()
/trunk/main/reportdesign/source/ui/dlg/
H A DPageNumber.cxx151 nRet = RET_NO; in Execute()
H A DDateTime.cxx199 nRet = RET_NO; in Execute()
H A DCondFormat.cxx502 nRet = RET_NO; in Execute()
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx262 case RET_NO: in implHandle()
/trunk/main/padmin/source/
H A Dhelper.cxx256 return aQueryBox.Execute() == RET_NO ? sal_False : sal_True; in AreYouSure()
H A Dadddlg.cxx244 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
253 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
/trunk/main/svtools/source/misc/
H A Dehdl.cxx146 case RET_NO: in aWndFunc()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx270 case RET_NO: in ConnDoubleClicked()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx363 case RET_NO: in Execute()
/trunk/main/cui/source/options/
H A Doptinet2.cxx825 else if(RET_NO == nRet) in ConfirmLeave()
848 else if(RET_NO == nRet) in ConfirmLeave()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx538 return RET_NO; in QuerySave_Impl()
/trunk/main/sfx2/source/dialog/
H A Dprintopt.cxx539 EndDialog( RET_NO ); in IMPL_LINK()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1827 long nResult = RET_NO; in doIt()
1850 nResult = RET_NO; in doIt()

Completed in 155 milliseconds

123