Lines Matching refs:ppControl
66 ScRefreshTimerControl * const * ppControl; member in ScRefreshTimerProtector
71 if ( ppControl && *ppControl ) in ~ScRefreshTimerProtector()
72 (*ppControl)->SetAllowRefresh( sal_True ); in ~ScRefreshTimerProtector()
80 ScRefreshTimerControl * const * ppControl; member in ScRefreshTimer
85 if ( ppControl && *ppControl ) in AppendToControl()
86 (*ppControl)->aList.Insert( this, LIST_APPEND ); in AppendToControl()
92 if ( ppControl && *ppControl ) in RemoveFromControl()
93 (*ppControl)->aList.Remove( this ); in RemoveFromControl()
104 ScRefreshTimer() : ppControl(0) in ScRefreshTimer()
106 ScRefreshTimer( sal_uLong nSeconds ) : ppControl(0) in ScRefreshTimer()
112 : AutoTimer( r ), ppControl(0) in ScRefreshTimer()
135 ppControl = pp; in SetRefreshControl()