Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dchgtrack.cxx463 ScChangeAction* pReject = pCT->GetActionOrGenerated( in GetDescription() local
465 if (pReject) in GetDescription()
467 if (pReject->GetType() == SC_CAT_MOVE) in GetDescription()
473 else if (pReject->IsDeleteType()) in GetDescription()
479 else if (pReject->HasDependent()) in GetDescription()
482 pCT->GetDependents( pReject, aTable, sal_False, sal_True ); in GetDescription()
493 else if (pReject->IsDeleteType()) in GetDescription()
4472 ScChangeActionIns* pReject = new ScChangeActionIns( in Reject() local
4474 pReject->SetRejectAction( nRejectAction ); in Reject()
4475 pReject->SetState( SC_CAS_ACCEPTED ); in Reject()
[all …]