uifw/eikctl/src/EIKCLB.CPP
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 16 71dd06cfe933
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   853         {
   853         {
   854         iGc->Clear();
   854         iGc->Clear();
   855         }
   855         }
   856 
   856 
   857     TInt firstPotentialItemIndex = iTopItemIndex;
   857     TInt firstPotentialItemIndex = iTopItemIndex;
   858     TInt lastPotentialItemIndex = iTopItemIndex + NumberOfItemsThatFitInRect(iViewRect) - 1;
   858     TInt lastPotentialItemIndex = iTopItemIndex + NumberOfItemsThatFitInRect(iViewRect);
   859 
   859 
   860     if (iModel->NumberOfItems() == 0)
   860     if (iModel->NumberOfItems() == 0)
   861         {
   861         {
   862         // Empty
   862         // Empty
   863         }
   863         }