equal
deleted
inserted
replaced
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( |