Home
last modified time | relevance | path

Searched refs:BUTTON_IGNORE (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/vcl/aqua/source/app/
H A Dsalsys.cxx154 …T_RETRY_IGNORE, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_ABORT, { BUTTON_ABORT, BUTTON_IGNORE, BUTTON_RETRY … in ShowNativeMessageBox()
155 …T_RETRY_IGNORE, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_RETRY, { BUTTON_RETRY, BUTTON_IGNORE, BUTTON_ABORT … in ShowNativeMessageBox()
156 …_ABORT_RETRY_IGNORE, SALSYSTEM_SHOWNATIVEMSGBOX_BTN_IGNORE, { BUTTON_IGNORE, BUTTON_IGNORE, BUTTON… in ShowNativeMessageBox()
214 case BUTTON_IGNORE: nRet = SALSYSTEM_SHOWNATIVEMSGBOX_BTN_IGNORE; break; in ShowNativeMessageBox()
/AOO42X/main/toolkit/source/awt/
H A Dvclxbutton.cxx85 : VCLXIconButton( p, Button::GetStandardText( BUTTON_IGNORE ), in VCLXIgnoreButton()
/AOO42X/main/vcl/unx/generic/app/
H A Dsalsys.cxx211 aButtons.push_back( Button::GetStandardText( BUTTON_IGNORE ) ); in ShowNativeMessageBox()
/AOO42X/main/tools/inc/tools/
H A Dwintypes.hxx328 #define BUTTON_IGNORE ((StandardButtonType)8) macro
/AOO42X/main/vcl/source/window/
H A Dmsgbox.cxx148 AddButton( BUTTON_IGNORE, BUTTONID_IGNORE, nIgnoreFlags ); in ImplInitButtons()
H A Dwindow.cxx401 BUTTON_YES, BUTTON_NO, BUTTON_MORE, BUTTON_IGNORE, in ImplCheckUIFont()
/AOO42X/main/vcl/source/app/
H A Dsvdata.cxx118 rString.SearchAndReplaceAllAscii( "%IGNORE", Button::GetStandardText( BUTTON_IGNORE ) ); in ReplaceJavaErrorMessages()