Searched refs:GetCalcNotification (Results 1 – 2 of 2) sorted by relevance
556 if (pTab[nTab] && pTab[nTab]->GetCalcNotification()) in HasAnyCalcNotification()564 return pTab[nTab]->GetCalcNotification(); in HasCalcNotification()571 if (VALIDTAB(nTab) && pTab[nTab] && !pTab[nTab]->GetCalcNotification()) in SetCalcNotification()578 if (pTab[nTab] && pTab[nTab]->GetCalcNotification()) in ResetCalcNotifications()
238 sal_Bool GetCalcNotification() const { return bCalcNotification; } in GetCalcNotification() function in ScTable
Completed in 34 milliseconds