diff -r a1caeb42b3a3 -r fcdfafb36fe7 classicui_pub/lists_api/inc/EIKLBV.H --- a/classicui_pub/lists_api/inc/EIKLBV.H Thu Jul 15 18:56:19 2010 +0300 +++ b/classicui_pub/lists_api/inc/EIKLBV.H Thu Aug 19 10:11:06 2010 +0300 @@ -858,6 +858,20 @@ * this class. */ void ClearSelection( TBool aDrawItems ); + + /** + * Sets all items selected. + * + * @param aDrawItems Whether or not to draw the items which are + * selected. + * + * @panic EEikPanicListBoxNoSelIndexArray Panics if selection indexes have + * not been defined for this class. + * + * @panic EEikPanicListBoxNoModel Panics if listbox model not existing. + * + */ + void SelectAllL( TBool aDrawItems ); protected: