Home
last modified time | relevance | path

Searched refs:HasAnyCalcNotification (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/core/data/ !
H A Ddocumen3.cxx553 bool ScDocument::HasAnyCalcNotification() const in HasAnyCalcNotification() function in ScDocument
/AOO42X/main/sc/inc/ !
H A Ddocument.hxx768 bool HasAnyCalcNotification() const;
/AOO42X/main/sc/source/ui/unoobj/ !
H A Ddocuno.cxx601 …if ( pDoc->HasAnyCalcNotification() && pDoc->HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true… in Notify()