Lines Matching refs:pAction
112 const ScChangeAction* pAction = pTrack->GetFirst(); in ShowNoteMarker() local
113 while (pAction) in ShowNoteMarker()
115 if ( pAction->IsVisible() && in ShowNoteMarker()
116 ScViewUtil::IsActionShown( *pAction, *pSettings, *pDoc ) ) in ShowNoteMarker()
118 ScChangeActionType eType = pAction->GetType(); in ShowNoteMarker()
119 const ScBigRange& rBig = pAction->GetBigRange(); in ShowNoteMarker()
131 pFound = pAction; // der letzte gewinnt in ShowNoteMarker()
135 pFoundContent = pAction; in ShowNoteMarker()
138 pFoundMove = pAction; in ShowNoteMarker()
151 ((const ScChangeActionMove*)pAction)-> in ShowNoteMarker()
155 pFound = pAction; in ShowNoteMarker()
160 pAction = pAction->GetNext(); in ShowNoteMarker()