LibreOffice Module sc (master) 1
|
#include <refreshtimerprotector.hxx>
Public Member Functions | |
ScRefreshTimerProtector (std::unique_ptr< ScRefreshTimerControl > const &rp) | |
~ScRefreshTimerProtector () | |
Private Attributes | |
std::unique_ptr< ScRefreshTimerControl > const & | m_rpControl |
Definition at line 18 of file refreshtimerprotector.hxx.
ScRefreshTimerProtector::ScRefreshTimerProtector | ( | std::unique_ptr< ScRefreshTimerControl > const & | rp | ) |
Definition at line 31 of file refreshtimer.cxx.
References m_rpControl.
ScRefreshTimerProtector::~ScRefreshTimerProtector | ( | ) |
Definition at line 43 of file refreshtimer.cxx.
References m_rpControl.
|
private |
Definition at line 20 of file refreshtimerprotector.hxx.
Referenced by ScRefreshTimerProtector(), and ~ScRefreshTimerProtector().