LibreOffice Module sc (master) 1
|
#include <refreshtimer.hxx>
Public Member Functions | |
ScRefreshTimerControl () | |
void | SetAllowRefresh (bool b) |
bool | IsRefreshAllowed () const |
std::recursive_mutex & | GetMutex () |
Private Attributes | |
std::recursive_mutex | aMutex |
sal_uInt16 | nBlockRefresh |
Definition at line 29 of file refreshtimer.hxx.
|
inline |
Definition at line 35 of file refreshtimer.hxx.
|
inline |
Definition at line 38 of file refreshtimer.hxx.
References aMutex.
|
inline |
Definition at line 37 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 31 of file refreshtimer.hxx.
Referenced by GetMutex().
|
private |
Definition at line 32 of file refreshtimer.hxx.
Referenced by IsRefreshAllowed(), and SetAllowRefresh().