Lines Matching refs:ScDocument

68 void ScDocument::StartListeningArea( const ScRange& rRange,  in StartListeningArea()
77 void ScDocument::EndListeningArea( const ScRange& rRange, in EndListeningArea()
86 void ScDocument::Broadcast( sal_uLong nHint, const ScAddress& rAddr, in Broadcast()
97 void ScDocument::Broadcast( const ScHint& rHint ) in Broadcast()
132 void ScDocument::AreaBroadcast( const ScHint& rHint ) in AreaBroadcast()
149 void ScDocument::AreaBroadcastInRange( const ScRange& rRange, const ScHint& rHint ) in AreaBroadcastInRange()
192 void ScDocument::DelBroadcastAreasInRange( const ScRange& rRange ) in DelBroadcastAreasInRange()
198 void ScDocument::StartListeningCell( const ScAddress& rAddress, in StartListeningCell()
207 void ScDocument::EndListeningCell( const ScAddress& rAddress, in EndListeningCell()
217 void ScDocument::PutInFormulaTree( ScFormulaCell* pCell ) in PutInFormulaTree()
233 void ScDocument::RemoveFromFormulaTree( ScFormulaCell* pCell ) in RemoveFromFormulaTree()
268 sal_Bool ScDocument::IsInFormulaTree( ScFormulaCell* pCell ) const in IsInFormulaTree()
274 void ScDocument::CalcFormulaTree( sal_Bool bOnlyForced, sal_Bool bNoProgress ) in CalcFormulaTree()
380 void ScDocument::ClearFormulaTree() in ClearFormulaTree()
394 void ScDocument::AppendToFormulaTrack( ScFormulaCell* pCell ) in AppendToFormulaTrack()
411 void ScDocument::RemoveFromFormulaTrack( ScFormulaCell* pCell ) in RemoveFromFormulaTrack()
434 sal_Bool ScDocument::IsInFormulaTrack( ScFormulaCell* pCell ) const in IsInFormulaTrack()
446 void ScDocument::TrackFormulas( sal_uLong nHintId ) in TrackFormulas()
497 void ScDocument::StartAllListeners() in StartAllListeners()
504 void ScDocument::UpdateBroadcastAreas( UpdateRefMode eUpdateRefMode, in UpdateBroadcastAreas()
516 void ScDocument::SetAutoCalc( sal_Bool bNewAutoCalc ) in SetAutoCalc()