uifw/eikctl/src/EIKCLBD.CPP
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 16 71dd06cfe933
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
  1942                                      const TRect& aRect,
  1942                                      const TRect& aRect,
  1943                                      TBool aHighlight,
  1943                                      TBool aHighlight,
  1944                                      const TColors& aColors ) const
  1944                                      const TColors& aColors ) const
  1945     {
  1945     {
  1946     _AKNTRACE( "[%s][%s][%d].", "CColumnListBoxData", __FUNCTION__, __LINE__ );    
  1946     _AKNTRACE( "[%s][%s][%d].", "CColumnListBoxData", __FUNCTION__, __LINE__ );    
       
  1947     CListBoxView* view = static_cast<CEikListBox*>( iExtension->iControl )->View();
       
  1948     if ( !view->ViewRect().Intersects( aRect ) )
       
  1949         {
       
  1950         // outside of the clipping rect -> don't process this item
       
  1951         return;
       
  1952         }
  1947 
  1953 
  1948     TInt lastColumn = Min( LastColumn(), KMaxColumn );
  1954     TInt lastColumn = Min( LastColumn(), KMaxColumn );
  1949     TInt column=0;
  1955     TInt column=0;
  1950     TPtrC text;
  1956     TPtrC text;
  1951     TPtrC tempText;
  1957     TPtrC tempText;