Home
last modified time | relevance | path

Searched refs:ScRefreshTimerProtector (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/ !
H A Drefreshtimer.hxx63 class ScRefreshTimerProtector class
68 ScRefreshTimerProtector( ScRefreshTimerControl * const * pp );
69 ~ScRefreshTimerProtector() in ~ScRefreshTimerProtector()
/trunk/main/sc/source/core/tool/ !
H A Drefreshtimer.cxx32 ScRefreshTimerProtector::ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ) in ScRefreshTimerProtector() function in ScRefreshTimerProtector
/trunk/main/sc/source/ui/docshell/ !
H A Ddocsh.cxx543 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in Load()
963 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in LoadFrom()
1044 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in ConvertFrom()
1561 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in Save()
1587 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in SaveAs()
2096 ScRefreshTimerProtector( aDocument.GetRefreshTimerControlAddress() ); in ConvertTo()
/trunk/main/sc/source/ui/inc/ !
H A Ddocsh.hxx449 ScRefreshTimerProtector aProtector;
/trunk/main/sc/source/core/data/ !
H A Ddocumen2.cxx384 ScRefreshTimerProtector aProt( GetRefreshTimerControlAddress() ); in ~ScDocument()