LibreOffice Module sc (master)
1
|
#include <refreshtimer.hxx>
Public Member Functions | |
ScRefreshTimerControl () | |
void | SetAllowRefresh (bool b) |
bool | IsRefreshAllowed () const |
::osl::Mutex & | GetMutex () |
Private Attributes | |
::osl::Mutex | aMutex |
sal_uInt16 | nBlockRefresh |
Definition at line 31 of file refreshtimer.hxx.
|
inline |
Definition at line 37 of file refreshtimer.hxx.
|
inline |
Definition at line 40 of file refreshtimer.hxx.
References aMutex.
|
inline |
Definition at line 39 of file refreshtimer.hxx.
References nBlockRefresh.
void ScRefreshTimerControl::SetAllowRefresh | ( | bool | b | ) |
Definition at line 23 of file refreshtimer.cxx.
References nBlockRefresh.
|
private |
Definition at line 33 of file refreshtimer.hxx.
Referenced by GetMutex().
|
private |
Definition at line 34 of file refreshtimer.hxx.
Referenced by IsRefreshAllowed(), and SetAllowRefresh().