diff -r c8fb4cf7b3ae -r 5e18d8c489d6 fep/aknfep/inc/AknFepPluginManager.h --- a/fep/aknfep/inc/AknFepPluginManager.h Tue May 11 16:31:42 2010 +0300 +++ b/fep/aknfep/inc/AknFepPluginManager.h Tue May 25 13:03:44 2010 +0300 @@ -86,7 +86,8 @@ EPluginSwitchToLandscape, EPluginSwitchMode, EPluginUpdatePenInputITIStatus, - EPluginEnableFetchDimState + EPluginEnableFetchDimState, + EPluginArabicNumModeChanged }; /** @@ -848,6 +849,13 @@ void SetICFTextForSpellL(); void SendMatchListCmd(const RArray& aList); + /** + * Initialize the Menu item in Option Menu for Arabic Finger HWR + * + * @CAknFepUiInterfaceMenuPane* aMenuPane The menu pane used to add more menu items + */ + void InitMenuItemForArabicFingerHwrL(CAknFepUiInterfaceMenuPane* aMenuPane); + private: // Data /** @@ -989,6 +997,7 @@ TBool iLaunchMenu; TBool iInMenu; // need to check whether it can be replaced by iLaunchMenu + TUint iCurMFNECap; MCoeFepAwareTextEditor* iCurEditor; MCoeFepAwareTextEditor* iOldFepAwareEditor; @@ -1071,6 +1080,8 @@ TBool iCurrentDimState; TBool iLaunchSCTInSpell; + + TBool iFocuschangedForSpellEditor; }; class CConnectAo : public CActive