Home
last modified time | relevance | path

Searched refs:BUTTON_CANCEL (Results 1 – 25 of 30) sorted by relevance

12

/aoo41x/main/vcl/aqua/source/app/
H A Dsalsys.cxx127 … case BUTTON_CANCEL: aText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Cancel" ) );break; in getStandardString()
152 …VEMSGBOX_BTNCOMBI_OK_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK, { BUTTON_OK, BUTTON_CANCEL, -1 } }, in ShowNativeMessageBox()
153 …VEMSGBOX_BTNCOMBI_OK_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL, { BUTTON_CANCEL, BUTTON_OK, -1… in ShowNativeMessageBox()
157 …OMBI_YES_NO_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_YES, { BUTTON_YES, BUTTON_NO, BUTTON_CANCEL } }, in ShowNativeMessageBox()
158 …COMBI_YES_NO_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_NO, { BUTTON_NO, BUTTON_YES, BUTTON_CANCEL } }, in ShowNativeMessageBox()
159 …GBOX_BTNCOMBI_YES_NO_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL, { BUTTON_CANCEL, BUTTON_YES, B… in ShowNativeMessageBox()
162 …BTNCOMBI_RETRY_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_RETRY, { BUTTON_RETRY, BUTTON_CANCEL, -1 } }, in ShowNativeMessageBox()
163 …SGBOX_BTNCOMBI_RETRY_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL, { BUTTON_CANCEL, BUTTON_RETRY,… in ShowNativeMessageBox()
211 case BUTTON_CANCEL: nRet = SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL; break; in ShowNativeMessageBox()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupFrame.java66 public static final int BUTTON_CANCEL = 3; field in SetupFrame
152 setButtonText(StringCancel, BUTTON_CANCEL); in setButtonsForPanel()
168 case BUTTON_CANCEL: mCancelButton.setText(text); break; in setButtonText()
177 case BUTTON_CANCEL: mCancelButton.grabFocus(); break; in setButtonSelected()
186 case BUTTON_CANCEL: mCancelButton.setEnabled(enabled); break; in setButtonEnabled()
195 case BUTTON_CANCEL: mCancelButton.setIcon(null); break; in removeButtonIcon()
H A DSetupActionListener.java59 setupFrame.setButtonSelected(setupFrame.BUTTON_CANCEL); in actionPerformed()
/aoo41x/main/uui/source/
H A Dalreadyopen.cxx39 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in AlreadyOpenQueryBox()
46 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in AlreadyOpenQueryBox()
H A Dlockfailed.cxx37 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in LockFailedQueryBox()
H A Dfilechanged.cxx36 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in FileChangedQueryBox()
H A Dopenlocked.cxx39 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in OpenLockedQueryBox()
H A Dtrylater.cxx37 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in TryLaterQueryBox()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DAcceptLicenseCtrl.java68 getSetupFrame().setButtonText(StringDecline, getSetupFrame().BUTTON_CANCEL); in beforeShow()
70 getSetupFrame().setButtonSelected(getSetupFrame().BUTTON_CANCEL); in beforeShow()
H A DUninstallationOngoingCtrl.java61 getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_CANCEL); in beforeShow()
129 getSetupFrame().setButtonEnabled(true, getSetupFrame().BUTTON_CANCEL); in afterShow()
H A DInstallationOngoingCtrl.java67 getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_CANCEL); in beforeShow()
197 getSetupFrame().setButtonEnabled(true, getSetupFrame().BUTTON_CANCEL); in afterShow()
H A DUninstallationCompletedCtrl.java52 getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_CANCEL); in beforeShow()
H A DInstallationCompletedCtrl.java53 getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_CANCEL); in beforeShow()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx521 case BUTTON_CANCEL: nButtonID = BUTTONID_CANCEL; break; in lcl_addButton()
663 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
668 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
678 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
/aoo41x/main/vcl/source/window/
H A Dmsgbox.cxx98 AddButton( BUTTON_CANCEL, BUTTONID_CANCEL, nCancelFlags ); in ImplInitButtons()
122 AddButton( BUTTON_CANCEL, BUTTONID_CANCEL, nCancelFlags ); in ImplInitButtons()
132 AddButton( BUTTON_CANCEL, BUTTONID_CANCEL, nCancelFlags ); in ImplInitButtons()
H A Dbtndlg.cxx372 else if ( (eType == BUTTON_CANCEL) || (eType == BUTTON_CLOSE) ) in AddButton()
378 !((eType == BUTTON_CANCEL) && (pItem->mpPushButton->GetType() == WINDOW_CANCELBUTTON)) || in AddButton()
/aoo41x/main/svx/source/dialog/
H A Dprtqry.cxx48 AddButton(BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON); in SvxPrtQryBox()
/aoo41x/main/toolkit/source/awt/
H A Dvclxbutton.cxx60 : VCLXIconButton( p, Button::GetStandardText( BUTTON_CANCEL ), in VCLXCancelButton()
/aoo41x/main/svx/source/tbxctrls/
H A Dlayctrl.cxx406 aText = Button::GetStandardText( BUTTON_CANCEL ); in Paint()
734 aText = Button::GetStandardText( BUTTON_CANCEL ); in Paint()
/aoo41x/main/vcl/unx/generic/app/
H A Dsalsys.cxx200 aButtons.push_back( Button::GetStandardText( BUTTON_CANCEL ) ); in ShowNativeMessageBox()
/aoo41x/main/tools/inc/tools/
H A Dwintypes.hxx321 #define BUTTON_CANCEL ((StandardButtonType)1) macro
/aoo41x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx203 String aCancelStr = Button::GetStandardText( BUTTON_CANCEL ); in InitControls()
781 Button::GetStandardText( BUTTON_CANCEL ), "" ); in InitControls()
/aoo41x/main/basctl/source/basicide/
H A Dbaside3.cxx936 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in NameClashQueryBox()
961 AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); in LanguageMismatchQueryBox()
/aoo41x/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx395 aDlg.AddButton(BUTTON_CANCEL,BUTTONID_CANCEL,0); in lookForUiActivities()
/aoo41x/main/vcl/source/app/
H A Dsvdata.cxx119 rString.SearchAndReplaceAllAscii( "%CANCEL", Button::GetStandardText( BUTTON_CANCEL ) ); in ReplaceJavaErrorMessages()

Completed in 96 milliseconds

12