Searched refs:HasAnySheetEventScript (Results 1 – 5 of 5) sorted by relevance
453 bool bCalcEvent = HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true ); in TrackFormulas()
545 bool ScDocument::HasAnySheetEventScript( sal_Int32 nEvent, bool bWithVbaEvents ) const in HasAnySheetEventScript() function in ScDocument
599 …if ( pDoc->HasAnyCalcNotification() && pDoc->HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true… in Notify()604 if ( pDoc->HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE ) ) in Notify()2209 return pDocShell && pDocShell->GetDocument()->HasAnySheetEventScript(SC_SHEETEVENT_CHANGE); in HasChangesListeners()
1262 …if (aDocument.HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true )) // search also for VBA hend… in DoHardRecalc()
769 …bool HasAnySheetEventScript( sal_Int32 nEvent, bool bWithVbaEvents = false ) const; //…
Completed in 60 milliseconds