Home
last modified time | relevance | path

Searched refs:BUTTON_OK (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx125 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 Dsqlmessage.cxx520 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 Dbtndlg.cxx368 if ( eType == BUTTON_OK ) in AddButton()
377 if ( !((eType == BUTTON_OK) && (pItem->mpPushButton->GetType() == WINDOW_OKBUTTON)) || in AddButton()
H A Dmsgbox.cxx97 AddButton( BUTTON_OK, BUTTONID_OK, nOKFlags ); in ImplInitButtons()
154 AddButton( BUTTON_OK, BUTTONID_OK, nOKFlags ); in ImplInitButtons()
H A Dwindow.cxx400 BUTTON_OK, BUTTON_CANCEL, BUTTON_CLOSE, BUTTON_ABORT, in ImplCheckUIFont()
/trunk/main/uui/source/
H A Dlockfailed.cxx36 AddButton( BUTTON_OK, RET_OK, BUTTONDIALOG_OKBUTTON ); in LockFailedQueryBox()
/trunk/main/toolkit/source/awt/
H A Dvclxbutton.cxx54 : VCLXIconButton( p, Button::GetStandardText( BUTTON_OK ), in VCLXOKButton()
/trunk/main/padmin/source/
H A Dnewppdlg.cxx67 aText.SearchAndReplaceAscii( "%s", Button::GetStandardText( BUTTON_OK ) ); in PPDImportDialog()
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx178 aButtons.push_back( Button::GetStandardText( BUTTON_OK ) ); in ShowNativeMessageBox()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx315 #define BUTTON_OK ((StandardButtonType)0) macro
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx198 String aOkStr = Button::GetStandardText( BUTTON_OK ); in InitControls()
778 Button::GetStandardText( BUTTON_OK ), "" ); in InitControls()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx903 yes = Button::GetStandardText ( BUTTON_OK );
941 if (yes != OUString (Button::GetStandardText (BUTTON_OK)) in init()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx264 if ( ret == BUTTON_OK || ret == BUTTON_YES) in IMPL_LINK()
/trunk/main/vcl/source/app/
H A Dsvdata.cxx117 rString.SearchAndReplaceAllAscii( "%OK", Button::GetStandardText( BUTTON_OK ) ); in ReplaceJavaErrorMessages()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1885 SetText( Button::GetStandardText( BUTTON_OK ) ); in ImplInit()
1886 SetHelpText( Button::GetStandardHelpText( BUTTON_OK ) ); in ImplInit()