equal
deleted
inserted
replaced
99 * Adds to excerpt |
99 * Adds to excerpt |
100 */ |
100 */ |
101 void AddToExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName ); |
101 void AddToExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName ); |
102 |
102 |
103 /** |
103 /** |
|
104 * Helper function: adds information field to the document and to the excerpt field(if available) |
|
105 */ |
|
106 void AddFieldToDocumentAndExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName ); |
|
107 |
|
108 /** |
104 * Creates the actual contact book index item |
109 * Creates the actual contact book index item |
105 */ |
110 */ |
106 void CreateContactIndexItemL(TInt aContentId, TCPixActionType aActionType); |
111 void CreateContactIndexItemL(TInt aContentId, TCPixActionType aActionType); |
107 |
112 |
108 private: |
113 private: |