Searched refs:pFormCell (Results 1 – 1 of 1) sorted by relevance
239 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in StartListeningTo() local240 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() local326 if( pFormCell->GetCode()->IsRecalcModeAlways() ) in EndListeningTo()327 pDoc->EndListeningArea( BCA_LISTEN_ALWAYS, pFormCell ); in EndListeningTo()332 pArr = pFormCell->GetCode(); in EndListeningTo()[all …]
Completed in 28 milliseconds