equal
deleted
inserted
replaced
776 { |
776 { |
777 CPtiEngine* ptiengine = iOwner->PtiEngine(); |
777 CPtiEngine* ptiengine = iOwner->PtiEngine(); |
778 MAknFepManagerUIInterface* fepMan = iOwner->FepMan(); |
778 MAknFepManagerUIInterface* fepMan = iOwner->FepMan(); |
779 |
779 |
780 iIsLastWord = ETrue; |
780 iIsLastWord = ETrue; |
|
781 |
|
782 #ifdef RD_SCALABLE_UI_V2 |
|
783 // Because this function is a callback function of ptixt9core, |
|
784 // this function is called when gets last candidate, but for virtual intput, |
|
785 // cba should not be updated. |
|
786 if ( fepMan && fepMan->PluginUIManager() |
|
787 && fepMan->PluginUIManager()->PluginInputMode() == EPluginInputModeItut ) |
|
788 { |
|
789 return; |
|
790 } |
|
791 #endif |
781 |
792 |
782 if (iMatchState != EWordMatchAfterLast) |
793 if (iMatchState != EWordMatchAfterLast) |
783 { |
794 { |
784 TInt newResource = R_AKNFEP_SOFTKEYS_SPELL_PREVIOUS; |
795 TInt newResource = R_AKNFEP_SOFTKEYS_SPELL_PREVIOUS; |
785 if (ptiengine->LastEnteredKey() == EPtiKey1) |
796 if (ptiengine->LastEnteredKey() == EPtiKey1) |