phoneuis/easydialing/src/easydialinglistboxdata.cpp
branchRCL_3
changeset 6 38529f706030
parent 5 2a26698d78ba
child 7 544e34b3255a
equal deleted inserted replaced
5:2a26698d78ba 6:38529f706030
   464     if ( aHighlight )
   464     if ( aHighlight )
   465         {
   465         {
   466         DrawArrowIcon( aGc, arrowRect );
   466         DrawArrowIcon( aGc, arrowRect );
   467         }
   467         }
   468 
   468 
   469     TInt textWidth( 0 );
       
   470     TInt err( KErrNone );
   469     TInt err( KErrNone );
   471     TRAP( err, textWidth = DrawTextWithMatchHighlightL(
   470     TRAP( err, DrawTextWithMatchHighlightL(
   472             boundingBox, aGc, cellText, iContactNameFont, aColors, aHighlight ) );
   471             boundingBox, aGc, cellText, iContactNameFont, aColors, aHighlight ) );
   473 
   472 
   474     if ( !err && TextUtils::ColumnText( cellText , 2, aText ) == KErrNone ) 
   473     if ( !err && TextUtils::ColumnText( cellText , 2, aText ) == KErrNone ) 
   475         {
   474         {
   476         TRect companyNameBoundingBox = CompanyNameBoundingBox( 
   475         TRect companyNameBoundingBox = CompanyNameBoundingBox(