meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerattendeesfield.cpp
branchRCL_3
changeset 19 b13141f05c3d
parent 16 4ce476e64c59
child 24 b5fbb9b25d57
equal deleted inserted replaced
17:8592a65ad3fb 19:b13141f05c3d
    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