Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/update/check/
H A Dupdatehdl.cxx1123 short nShiftMe; in showControls() local
1126 nShiftMe = (short)(nControls >> i); in showControls()
1127 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()
1130 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()
1131 startThrobber( (bool)(nShiftMe & 0x01) ); in showControls()
1133 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()
1134 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()
1135 showControl( TEXT_PERCENT, (bool)(nShiftMe & 0x01) ); in showControls()