Lines Matching refs:pFound
108 const ScChangeAction* pFound = NULL; in ShowNoteMarker() local
131 pFound = pAction; // der letzte gewinnt in ShowNoteMarker()
155 pFound = pAction; in ShowNoteMarker()
163 if ( pFound ) in ShowNoteMarker()
165 if ( pFoundContent && pFound->GetType() != SC_CAT_CONTENT ) in ShowNoteMarker()
166 pFound = pFoundContent; // Content gewinnt in ShowNoteMarker()
167 if ( pFoundMove && pFound->GetType() != SC_CAT_MOVE && in ShowNoteMarker()
169 pFound->GetActionNumber() ) in ShowNoteMarker()
170 pFound = pFoundMove; // Move gewinnt in ShowNoteMarker()
173 if ( pFound->GetType() == SC_CAT_DELETE_COLS ) in ShowNoteMarker()
176 DateTime aDT = pFound->GetDateTime(); in ShowNoteMarker()
177 aTrackText = pFound->GetUser(); in ShowNoteMarker()
183 String aComStr=pFound->GetComment(); in ShowNoteMarker()
189 pFound->GetDescription( aTrackText, pDoc ); in ShowNoteMarker()