Lines Matching refs:fNextSelected

556 	fNextSelected(NULL),
569 fNextSelected(NULL),
3230 fSelectionListDummyHead.fNextSelected = &fSelectionListDummyHead;
3278 if (row->fNextSelected != 0) {
3279 row->fNextSelected->fPrevSelected = row->fPrevSelected;
3280 row->fPrevSelected->fNextSelected = row->fNextSelected;
3281 row->fNextSelected = 0;
3294 if (row->fNextSelected == 0) {
3298 row->fNextSelected = fSelectionListDummyHead.fNextSelected;
3300 row->fNextSelected->fPrevSelected = row;
3301 row->fPrevSelected->fNextSelected = row;
3363 if (row->fNextSelected != 0) {
3419 row->fNextSelected ? B_COLOR_SELECTION_TEXT
3456 SetHighColor(fMasterView->Color(row->fNextSelected
3507 if (row->fNextSelected != 0) {
3608 row->fNextSelected ? B_COLOR_SELECTION_TEXT
3777 if (fTargetRow->fNextSelected != 0)
3806 if (fTargetRow->fNextSelected != 0) {
3808 fTargetRow->fNextSelected->fPrevSelected
3810 fTargetRow->fPrevSelected->fNextSelected
3811 = fTargetRow->fNextSelected;
3813 fTargetRow->fNextSelected = 0;
3820 fTargetRow->fNextSelected
3821 = fSelectionListDummyHead.fNextSelected;
3824 fTargetRow->fNextSelected->fPrevSelected = fTargetRow;
3825 fTargetRow->fPrevSelected->fNextSelected = fTargetRow;
3972 if (fTargetRow->fNextSelected != 0)
3994 fTargetRow->fNextSelected != 0);
4171 if (fFocusRow->fNextSelected == 0) {
4172 fFocusRow->fNextSelected
4173 = fSelectionListDummyHead.fNextSelected;
4175 fFocusRow->fNextSelected->fPrevSelected = fFocusRow;
4176 fFocusRow->fPrevSelected->fNextSelected = fFocusRow;
4178 && fSelectionListDummyHead.fNextSelected == oldFocusRow
4179 && (((IndexOf(oldFocusRow->fNextSelected)
4181 || fFocusRow == oldFocusRow->fNextSelected)) {
4188 fSelectionListDummyHead.fNextSelected
4189 = oldFocusRow->fNextSelected;
4190 if (fSelectionListDummyHead.fNextSelected != NULL) {
4191 fSelectionListDummyHead.fNextSelected->fPrevSelected
4193 oldFocusRow->fNextSelected = NULL;
4233 row = fSelectionListDummyHead.fNextSelected;
4235 row = lastSelected->fNextSelected;
4254 if (fFocusRow->fNextSelected != 0) {
4256 fFocusRow->fNextSelected->fPrevSelected = fFocusRow->fPrevSelected;
4257 fFocusRow->fPrevSelected->fNextSelected = fFocusRow->fNextSelected;
4259 fFocusRow->fNextSelected = 0;
4265 fFocusRow->fNextSelected = fSelectionListDummyHead.fNextSelected;
4267 fFocusRow->fNextSelected->fPrevSelected = fFocusRow;
4268 fFocusRow->fPrevSelected->fNextSelected = fFocusRow;
4403 if (row->fNextSelected != 0) {
4404 row->fNextSelected->fPrevSelected = row->fPrevSelected;
4405 row->fPrevSelected->fNextSelected = row->fNextSelected;
4407 row->fNextSelected = 0;
4759 if (row->fNextSelected != 0)
4768 while (fSelectionListDummyHead.fNextSelected != &fSelectionListDummyHead) {
4769 BRow* row = fSelectionListDummyHead.fNextSelected;
4770 row->fNextSelected->fPrevSelected = row->fPrevSelected;
4771 row->fPrevSelected->fNextSelected = row->fNextSelected;
4772 row->fNextSelected = 0;
4989 if (row->fNextSelected == 0) {
4990 row->fNextSelected = fSelectionListDummyHead.fNextSelected;
4992 row->fNextSelected->fPrevSelected = row;
4993 row->fPrevSelected->fNextSelected = row;