Home
last modified time | relevance | path

Searched refs:CLOSE_BUTTON (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/extensions/source/update/check/ !
H A Dupdatehdl.cxx340 if ( ( mnLastCtrlState & ( 1 << CLOSE_BUTTON ) ) == ( 1 << CLOSE_BUTTON ) ) in actionPerformed()
341 eButton = CLOSE_BUTTON; in actionPerformed()
363 case CLOSE_BUTTON: in actionPerformed()
552 enableControls( 1 << CLOSE_BUTTON ); in updateState()
554 focusControl( CLOSE_BUTTON ); in updateState()
558 enableControls( ( 1 << CLOSE_BUTTON ) + ( 1 << DOWNLOAD_BUTTON ) ); in updateState()
571 enableControls( ( 1 << CLOSE_BUTTON ) + ( 1 << DOWNLOAD_BUTTON ) ); in updateState()
585 enableControls( 1 << CLOSE_BUTTON ); in updateState()
588 focusControl( CLOSE_BUTTON ); in updateState()
592 enableControls( (1<<CLOSE_BUTTON) + (1<<CANCEL_BUTTON) + (1<<PAUSE_BUTTON) ); in updateState()
[all …]
H A Dupdatehdl.hxx54 CLOSE_BUTTON, enumerator