Home
last modified time | relevance | path

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

/aoo41x/main/sc/inc/
H A Drefreshtimer.hxx42 sal_uInt16 nBlockRefresh; member in ScRefreshTimerControl
49 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 8 milliseconds