Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Drefreshtimer.hxx38 class ScRefreshTimerControl class
49 ScRefreshTimerControl() : nBlockRefresh(0) {} in ScRefreshTimerControl() function in ScRefreshTimerControl
66 ScRefreshTimerControl * const * ppControl;
68 ScRefreshTimerProtector( ScRefreshTimerControl * const * pp );
80 ScRefreshTimerControl * const * ppControl;
132 void SetRefreshControl( ScRefreshTimerControl * const * pp ) in SetRefreshControl()
H A Ddocument.hxx126 class ScRefreshTimerControl;
293 ScRefreshTimerControl* pRefreshTimerControl;
1827 ScRefreshTimerControl* GetRefreshTimerControl() const in GetRefreshTimerControl()
1829 ScRefreshTimerControl * const * GetRefreshTimerControlAddress() const in GetRefreshTimerControlAddress()
/trunk/main/sc/source/core/tool/
H A Drefreshtimer.cxx32 ScRefreshTimerProtector::ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ) in ScRefreshTimerProtector()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx242 pRefreshTimerControl = new ScRefreshTimerControl; in ScDocument()