equal
deleted
inserted
replaced
176 // --------------------------------------------------------------------------- |
176 // --------------------------------------------------------------------------- |
177 // |
177 // |
178 TInt CSpbContactDataModelPrivate::PresentationFieldIndex( TInt aListIndex ) |
178 TInt CSpbContactDataModelPrivate::PresentationFieldIndex( TInt aListIndex ) |
179 { |
179 { |
180 return iListIndxToPresentationIndx[ aListIndex ]; |
180 return iListIndxToPresentationIndx[ aListIndex ]; |
|
181 } |
|
182 |
|
183 // --------------------------------------------------------------------------- |
|
184 // CSpbContactDataModelPrivate::ListIndex |
|
185 // --------------------------------------------------------------------------- |
|
186 // |
|
187 TInt CSpbContactDataModelPrivate::ListIndex( TInt aPresentationIndex ) |
|
188 { |
|
189 return iListIndxToPresentationIndx.Find( aPresentationIndex ); |
181 } |
190 } |
182 |
191 |
183 // -------------------------------------------------------------------------- |
192 // -------------------------------------------------------------------------- |
184 // CSpbContactDataModelPrivate::ExternalizeL |
193 // CSpbContactDataModelPrivate::ExternalizeL |
185 // -------------------------------------------------------------------------- |
194 // -------------------------------------------------------------------------- |