Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcell.cxx239 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in StartListeningTo() local
240 ScTokenArray* pArr = pFormCell->GetCode(); in StartListeningTo()
242 pDoc->StartListeningArea( BCA_LISTEN_ALWAYS, pFormCell ); in StartListeningTo()
256 rRef1.CalcAbsIfRel( pFormCell->aPos ); in StartListeningTo()
266 t->CalcAbsIfRel( pFormCell->aPos ); in StartListeningTo()
309 pFormCell->SetNeedsListening( sal_False); in StartListeningTo()
325 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in EndListeningTo() local
326 if( pFormCell->GetCode()->IsRecalcModeAlways() ) in EndListeningTo()
327 pDoc->EndListeningArea( BCA_LISTEN_ALWAYS, pFormCell ); in EndListeningTo()
332 pArr = pFormCell->GetCode(); in EndListeningTo()
[all …]

Completed in 21 milliseconds