meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerattendeesfield.cpp
branchRCL_3
changeset 35 e64954c2c8e2
parent 33 da5135c61bad
child 24 b5fbb9b25d57
equal deleted inserted replaced
34:cd2816114bd1 35:e64954c2c8e2
    23 #include "cmrlabel.h"
    23 #include "cmrlabel.h"
    24 #include "nmrlayoutmanager.h"
    24 #include "nmrlayoutmanager.h"
    25 
    25 
    26 #include <caluser.h>
    26 #include <caluser.h>
    27 #include <calentry.h>
    27 #include <calentry.h>
    28 #include <stringloader.h>
    28 #include <StringLoader.h>
    29 #include <esmrgui.rsg>
    29 #include <esmrgui.rsg>
    30 #include <cpbkcontactengine.h>
    30 #include <CPbkContactEngine.h>
    31 #include <aknbiditextutils.h>
    31 #include <AknBidiTextUtils.h>
    32 
    32 
    33 // DEBUG
    33 // DEBUG
    34 #include "emailtrace.h"
    34 #include "emailtrace.h"
    35 
    35 
    36 
    36 
   294         // Ignore leave, there's nothing we can do if leave occurs.
   294         // Ignore leave, there's nothing we can do if leave occurs.
   295         TRAP_IGNORE( UpdateAttendeesListL() );
   295         TRAP_IGNORE( UpdateAttendeesListL() );
   296         if ( KErrNotFound != focusingIndex )
   296         if ( KErrNotFound != focusingIndex )
   297             {
   297             {
   298             iRichTextViewer->SetFocusLink( focusingIndex );
   298             iRichTextViewer->SetFocusLink( focusingIndex );
   299             }
   299             //wake up current contact menu selection by calling this
   300         //wake up current contact menu selection by calling this
   300             iRichTextViewer->FocusChanged(ENoDrawNow);
   301         iRichTextViewer->FocusChanged(ENoDrawNow);
   301             }
   302         }
   302         }
   303     }
   303     }
   304 
   304 
   305 // -----------------------------------------------------------------------------
   305 // -----------------------------------------------------------------------------
   306 // CESMRViewerAttendeesField::OfferKeyEventL
   306 // CESMRViewerAttendeesField::OfferKeyEventL