equal
deleted
inserted
replaced
74 public: |
74 public: |
75 CSmileyIconRecord(); |
75 CSmileyIconRecord(); |
76 ~CSmileyIconRecord(); |
76 ~CSmileyIconRecord(); |
77 |
77 |
78 void InsertIconL( CSmileyIcon* aIcon ); |
78 void InsertIconL( CSmileyIcon* aIcon ); |
|
79 void DeleteIconAtPos( TInt aDocPos ); |
79 void HandleTextDelete( TInt aStart, TInt aLength ); |
80 void HandleTextDelete( TInt aStart, TInt aLength ); |
80 void HandleTextInsert( TInt aStart, TInt aLength ); |
81 void HandleTextInsert( TInt aStart, TInt aLength ); |
81 void CancelSelection(); |
82 void CancelSelection(); |
82 void SetSelection( TInt aStart, TInt aLength ); |
83 void SetSelection( TInt aStart, TInt aLength ); |
83 CSmileyIcon* SmileyIconAtPos( TInt aDocPos ); |
84 CSmileyIcon* SmileyIconAtPos( TInt aDocPos ); |