Searched refs:BUTTON_RETRY (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/vcl/aqua/source/app/ |
| H A D | salsys.cxx | 128 … case BUTTON_RETRY: aText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Retry" ) );break; in getStandardString() 154 …ETRY_IGNORE, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_ABORT, { BUTTON_ABORT, BUTTON_IGNORE, BUTTON_RETRY } }, in ShowNativeMessageBox() 155 …_BTNCOMBI_ABORT_RETRY_IGNORE, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_RETRY, { BUTTON_RETRY, BUTTON_IGNORE,… in ShowNativeMessageBox() 162 …MSGBOX_BTNCOMBI_RETRY_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_RETRY, { BUTTON_RETRY, BUTTON_CANCEL,… in ShowNativeMessageBox() 163 …BTNCOMBI_RETRY_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL, { BUTTON_CANCEL, BUTTON_RETRY, -1 } } in ShowNativeMessageBox() 213 case BUTTON_RETRY: nRet = SALSYSTEM_SHOWNATIVEMSGBOX_BTN_RETRY; break; in ShowNativeMessageBox()
|
| /trunk/main/vcl/unx/generic/app/ |
| H A D | salsys.cxx | 197 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox() 209 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()
|
| /trunk/main/vcl/source/window/ |
| H A D | msgbox.cxx | 131 AddButton( BUTTON_RETRY, BUTTONID_RETRY, nRetryFlags ); in ImplInitButtons() 147 AddButton( BUTTON_RETRY, BUTTONID_RETRY, nRetryFlags ); in ImplInitButtons()
|
| H A D | window.cxx | 402 BUTTON_RETRY, BUTTON_HELP in ImplCheckUIFont()
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | sqlmessage.cxx | 522 case BUTTON_RETRY: nButtonID = BUTTONID_RETRY; break; in lcl_addButton() 677 lcl_addButton( *this, BUTTON_RETRY, ( _nStyle & WB_DEF_RETRY ) != 0 ); in impl_createStandardButtons()
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxbutton.cxx | 79 : VCLXIconButton( p, Button::GetStandardText( BUTTON_RETRY ), in VCLXRetryButton()
|
| /trunk/main/tools/inc/tools/ |
| H A D | wintypes.hxx | 319 #define BUTTON_RETRY ((StandardButtonType)4) macro
|