emailuis/emailui/inc/ncsaifeditor.h
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
--- a/emailuis/emailui/inc/ncsaifeditor.h	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailuis/emailui/inc/ncsaifeditor.h	Wed Oct 13 14:11:15 2010 +0300
@@ -137,7 +137,6 @@
         RPointerArray<CNcsAifEntry>& aEntries,
         TBool aDisplayList = ETrue ) const;
 
-    TInt RepositionEntries( const CNcsAifEntry* aEntry );
     void RepositionEntriesL( const CNcsAifEntry* aEntry );
 
     void CheckAndRemoveInvalidEntriesL();
@@ -169,25 +168,13 @@
      * @return  ETrue   if terminated recipient entry was found and added to array. 
      */
     TBool HandleTextUpdateL( const TCursorSelection& aSelection );
-    // Moves inputted non-entry text to separate rows apart from entries.
-    void MoveNonEntryTextToDedicatedRowsL( TUint aPosition );
-    // Prepares for text input to given cursor position.
-    void PrepareForTextInputL( TUint aPosition );
     void HandleNavigationEventL();
-
-    // Gets non-entry text at given document position.
     TCursorSelection NonEntryTextAtPos( TUint aPosition ) const;
-    // Gets non-entry text including surrounding whitespace at given position.
-    TCursorSelection NonEntryTextAndSpaceAtPos( TUint aPosition ) const;
-    // Gets non-enty text right before given document position.
     TCursorSelection NonEntryTextBeforePos( TUint aPosition ) const;
-
     TBool IsSentinel( TChar aCharacter ) const;
-    TBool IsDelimiter( TChar aCharacter ) const;
     TBool IsWhitespace( TChar aCharacter ) const;
     TBool IsNavigationKey( const TKeyEvent& aKeyEvent ) const;
     TBool IsCharacterKey( const TKeyEvent& aKeyEvent ) const;
-
     void GetMatchingEntryCountsL( 
             const CNcsAifEntry* aEntry,
             TInt& aNrOfMatchesInText,