Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx1107 short nShiftMe; in showControls() local
1110 nShiftMe = (short)(nControls >> i); in showControls()
1111 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()
1114 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()
1115 startThrobber( (bool)(nShiftMe & 0x01) ); in showControls()
1117 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()
1118 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()
1119 showControl( TEXT_PERCENT, (bool)(nShiftMe & 0x01) ); in showControls()

Completed in 38 milliseconds