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
601 …if ( pDoc->HasAnyCalcNotification() && pDoc->HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true… in Notify()606 if ( pDoc->HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE ) ) in Notify()2238 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()
766 …bool HasAnySheetEventScript( sal_Int32 nEvent, bool bWithVbaEvents = false ) const; //…