Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/update/check/
H A Dupdatehdl.cxx1121 short nShiftMe; in showControls() local
1124 nShiftMe = (short)(nControls >> i); in showControls()
1125 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()
1128 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()
1129 startThrobber( (bool)(nShiftMe & 0x01) ); in showControls()
1131 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()
1132 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()
1133 showControl( TEXT_PERCENT, (bool)(nShiftMe & 0x01) ); in showControls()