Lines Matching refs:ScRefreshTimer
34 class ScRefreshTimer;
35 DECLARE_LIST( ScRefreshTimerList, ScRefreshTimer* )
77 class ScRefreshTimer : public AutoTimer class
104 ScRefreshTimer() : ppControl(0) in ScRefreshTimer() function in ScRefreshTimer
106 ScRefreshTimer( sal_uLong nSeconds ) : ppControl(0) in ScRefreshTimer() function in ScRefreshTimer
111 ScRefreshTimer( const ScRefreshTimer& r ) in ScRefreshTimer() function in ScRefreshTimer
114 virtual ~ScRefreshTimer();
116 ScRefreshTimer& operator=( const ScRefreshTimer& r ) in operator =()
123 sal_Bool operator==( const ScRefreshTimer& r ) const in operator ==()
126 sal_Bool operator!=( const ScRefreshTimer& r ) const in operator !=()
127 { return !ScRefreshTimer::operator==( r ); } in operator !=()