Searched refs:BUTTON_OK (Results 1 – 15 of 15) sorted by relevance
| /trunk/main/vcl/aqua/source/app/ |
| H A D | salsys.cxx | 125 case BUTTON_OK: aText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OK" ) );break; in getStandardString() 151 …{ SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK, { BUTTON_OK, -1, -1 }… in ShowNativeMessageBox() 152 …OWNATIVEMSGBOX_BTNCOMBI_OK_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK, { BUTTON_OK, BUTTON_CANCEL, … in ShowNativeMessageBox() 153 …GBOX_BTNCOMBI_OK_CANCEL, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_CANCEL, { BUTTON_CANCEL, BUTTON_OK, -1 } }, in ShowNativeMessageBox() 210 case BUTTON_OK: nRet = SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK; break; in ShowNativeMessageBox()
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | sqlmessage.cxx | 520 case BUTTON_OK: nButtonID = BUTTONID_OK; break; in lcl_addButton() 667 lcl_addButton( *this, BUTTON_OK, ( _nStyle & WB_DEF_OK ) != 0 ); in impl_createStandardButtons() 683 AddButton( BUTTON_OK, BUTTONID_OK, BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTTON ); in impl_createStandardButtons()
|
| /trunk/main/vcl/source/window/ |
| H A D | btndlg.cxx | 368 if ( eType == BUTTON_OK ) in AddButton() 377 if ( !((eType == BUTTON_OK) && (pItem->mpPushButton->GetType() == WINDOW_OKBUTTON)) || in AddButton()
|
| H A D | msgbox.cxx | 97 AddButton( BUTTON_OK, BUTTONID_OK, nOKFlags ); in ImplInitButtons() 154 AddButton( BUTTON_OK, BUTTONID_OK, nOKFlags ); in ImplInitButtons()
|
| H A D | window.cxx | 400 BUTTON_OK, BUTTON_CANCEL, BUTTON_CLOSE, BUTTON_ABORT, in ImplCheckUIFont()
|
| /trunk/main/uui/source/ |
| H A D | lockfailed.cxx | 36 AddButton( BUTTON_OK, RET_OK, BUTTONDIALOG_OKBUTTON ); in LockFailedQueryBox()
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxbutton.cxx | 54 : VCLXIconButton( p, Button::GetStandardText( BUTTON_OK ), in VCLXOKButton()
|
| /trunk/main/padmin/source/ |
| H A D | newppdlg.cxx | 67 aText.SearchAndReplaceAscii( "%s", Button::GetStandardText( BUTTON_OK ) ); in PPDImportDialog()
|
| /trunk/main/vcl/unx/generic/app/ |
| H A D | salsys.cxx | 178 aButtons.push_back( Button::GetStandardText( BUTTON_OK ) ); in ShowNativeMessageBox()
|
| /trunk/main/tools/inc/tools/ |
| H A D | wintypes.hxx | 315 #define BUTTON_OK ((StandardButtonType)0) macro
|
| /trunk/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 198 String aOkStr = Button::GetStandardText( BUTTON_OK ); in InitControls() 778 Button::GetStandardText( BUTTON_OK ), "" ); in InitControls()
|
| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wrapper.cxx | 903 yes = Button::GetStandardText ( BUTTON_OK ); 941 if (yes != OUString (Button::GetStandardText (BUTTON_OK)) in init()
|
| /trunk/main/desktop/source/migration/ |
| H A D | wizard.cxx | 264 if ( ret == BUTTON_OK || ret == BUTTON_YES) in IMPL_LINK()
|
| /trunk/main/vcl/source/app/ |
| H A D | svdata.cxx | 117 rString.SearchAndReplaceAllAscii( "%OK", Button::GetStandardText( BUTTON_OK ) ); in ReplaceJavaErrorMessages()
|
| /trunk/main/vcl/source/control/ |
| H A D | button.cxx | 1885 SetText( Button::GetStandardText( BUTTON_OK ) ); in ImplInit() 1886 SetHelpText( Button::GetStandardHelpText( BUTTON_OK ) ); in ImplInit()
|