Lines Matching refs:pAction

1315 	const ScChangeAction* pAction = pTrack->GetFirst();  in IsCellInChangeTrack()  local
1316 while (pAction) in IsCellInChangeTrack()
1319 if ( pAction->IsVisible() ) in IsCellInChangeTrack()
1321 eType = pAction->GetType(); in IsCellInChangeTrack()
1322 const ScBigRange& rBig = pAction->GetBigRange(); in IsCellInChangeTrack()
1330 if (ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in IsCellInChangeTrack()
1336 aColorChanger.Update( *pAction ); in IsCellInChangeTrack()
1345 ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack()
1348 ScRange aRange = ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack()
1350 if (ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in IsCellInChangeTrack()
1356 aColorChanger.Update( *pAction ); in IsCellInChangeTrack()
1365 pAction = pAction->GetNext(); in IsCellInChangeTrack()
1381 const ScChangeAction* pAction = pTrack->GetFirst(); in GetCellChangeTrackNote() local
1382 while (pAction) in GetCellChangeTrackNote()
1384 if ( pAction->IsVisible() && in GetCellChangeTrackNote()
1385 ScViewUtil::IsActionShown( *pAction, *pSettings, *this ) ) in GetCellChangeTrackNote()
1387 ScChangeActionType eType = pAction->GetType(); in GetCellChangeTrackNote()
1388 const ScBigRange& rBig = pAction->GetBigRange(); in GetCellChangeTrackNote()
1398 pFound = pAction; // der letzte gewinnt in GetCellChangeTrackNote()
1402 pFoundContent = pAction; in GetCellChangeTrackNote()
1405 pFoundMove = pAction; in GetCellChangeTrackNote()
1416 ((const ScChangeActionMove*)pAction)-> in GetCellChangeTrackNote()
1420 pFound = pAction; in GetCellChangeTrackNote()
1425 pAction = pAction->GetNext(); in GetCellChangeTrackNote()