uifw/AvKon/src/eikslb.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 4 8ca85d2f0db7
child 55 aecbbf00d063
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
    85         {
    85         {
    86         FormattedCellData()->SetCurrentItemIndex( aItemIndex );
    86         FormattedCellData()->SetCurrentItemIndex( aItemIndex );
    87         }
    87         }
    88         
    88         
    89     FormattedCellData()->SetCurrentlyDrawnItemIndex( aItemIndex );
    89     FormattedCellData()->SetCurrentlyDrawnItemIndex( aItemIndex );
    90 
    90     FormattedCellData()->DrawDefaultHighlight( *iGc, aItemTextRect, aItemIsCurrent );
    91     FormattedCellData()->DrawSettingHighlight( *iGc, aItemTextRect, aItemIsCurrent );
       
    92 
       
    93     TBool drawBackground = ETrue;
    91     TBool drawBackground = ETrue;
    94     TPtrC temp = iModel->ItemText( aItemIndex );
    92     TPtrC temp = iModel->ItemText( aItemIndex );
    95     TPtrC columnText;
    93     TPtrC columnText;
    96 
    94 
    97     TextUtils::ColumnText( columnText, 3, &temp );
    95     TextUtils::ColumnText( columnText, 3, &temp );