Lines Matching refs:fFocusRow

341 			BRow*				fFocusRow;
3202 fFocusRow(0),
3428 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3465 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3632 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3766 FindVisibleRect(fFocusRow, &fFocusRowRect);
3791 fFocusRow = fTargetRow;
3792 FindVisibleRect(fFocusRow, &fFocusRowRect);
3844 } else if (fFocusRow != 0) {
3846 FindVisibleRect(fFocusRow, &fFocusRowRect);
3847 fFocusRow = 0;
4136 if (fFocusRow) {
4138 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4150 if (fFocusRow) {
4154 BRow* oldFocusRow = fFocusRow;
4155 fFocusRow = newRow;
4159 fFocusRowRect.bottom = fFocusRowRect.top + fFocusRow->Height();
4169 if (fFocusRow->fNextSelected == 0) {
4170 fFocusRow->fNextSelected
4172 fFocusRow->fPrevSelected = &fSelectionListDummyHead;
4173 fFocusRow->fNextSelected->fPrevSelected = fFocusRow;
4174 fFocusRow->fPrevSelected->fNextSelected = fFocusRow;
4179 || fFocusRow == oldFocusRow->fNextSelected)) {
4196 fLastSelectedItem = fFocusRow;
4221 fFocusRow = 0;
4246 if (fFocusRow == 0)
4250 SelectRange(fLastSelectedItem, fFocusRow);
4252 if (fFocusRow->fNextSelected != 0) {
4254 fFocusRow->fNextSelected->fPrevSelected = fFocusRow->fPrevSelected;
4255 fFocusRow->fPrevSelected->fNextSelected = fFocusRow->fNextSelected;
4256 fFocusRow->fPrevSelected = 0;
4257 fFocusRow->fNextSelected = 0;
4263 fFocusRow->fNextSelected = fSelectionListDummyHead.fNextSelected;
4264 fFocusRow->fPrevSelected = &fSelectionListDummyHead;
4265 fFocusRow->fNextSelected->fPrevSelected = fFocusRow;
4266 fFocusRow->fPrevSelected->fNextSelected = fFocusRow;
4270 fLastSelectedItem = fFocusRow;
4279 if (fFocusRow)
4280 fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);
4320 if (FindRect(fFocusRow, &fFocusRowRect) == false) {
4323 fFocusRow = parentRow;
4324 FindRect(fFocusRow, &fFocusRowRect);
4393 if (fFocusRow && !FindRect(fFocusRow, &fFocusRowRect)) {
4395 fFocusRow = parentRow;
4396 if (fFocusRow)
4397 FindRect(fFocusRow, &fFocusRowRect);
4508 if (fFocusRow && fFocusRowRect.top > newRowRect.bottom) {
4511 FindRect(fFocusRow, &fFocusRowRect);
4779 return fFocusRow;
4790 if (fFocusRow == row)
4795 fTargetRow = fFocusRow = row;
4797 FindVisibleRect(fFocusRow, &fFocusRowRect);
5050 if (fFocusRow)
5051 FindRect(fFocusRow, &fFocusRowRect);