equal
deleted
inserted
replaced
266 * @param aSortByGroup Additional information if to sort within a group. |
266 * @param aSortByGroup Additional information if to sort within a group. |
267 */ |
267 */ |
268 static void ModifyQueryForSortOrderL( |
268 static void ModifyQueryForSortOrderL( |
269 const CCaInnerQuery::TSortAttribute aSortType, |
269 const CCaInnerQuery::TSortAttribute aSortType, |
270 RBuf& aQuery, TBool aSortByGroup ); |
270 RBuf& aQuery, TBool aSortByGroup ); |
271 |
271 |
272 /** |
|
273 * Modifies a given query with sort order last or most used. |
|
274 * |
|
275 * @param aSortType The sort order type. |
|
276 * @param aQuery the query where the sort order will be included. |
|
277 */ |
|
278 static void ModifyQueryForSortOrderLastMostUsedL( |
|
279 const CCaInnerQuery::TSortAttribute aSortType, RBuf& aQuery ); |
|
280 |
|
281 /** |
272 /** |
282 * Check if icon is set proper in CCaInnerEntry. |
273 * Check if icon is set proper in CCaInnerEntry. |
283 * |
274 * |
284 * @param aEntry The entry with icon params. |
275 * @param aEntry The entry with icon params. |
285 * @return TIconType . |
276 * @return TIconType . |