Searched refs:nBlockRefresh (Results 1 – 1 of 1) sorted by relevance
42 sal_uInt16 nBlockRefresh; member in ScRefreshTimerControl49 ScRefreshTimerControl() : nBlockRefresh(0) {} in ScRefreshTimerControl()53 if ( b && nBlockRefresh ) in SetAllowRefresh()54 --nBlockRefresh; in SetAllowRefresh()55 else if ( !b && nBlockRefresh < (sal_uInt16)(~0) ) in SetAllowRefresh()56 ++nBlockRefresh; in SetAllowRefresh()58 sal_Bool IsRefreshAllowed() const { return !nBlockRefresh; } in IsRefreshAllowed()
Completed in 12 milliseconds