uifw/AvKon/src/aknlists.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 16 71dd06cfe933
child 19 aa94898fb0b4
child 23 3d340a0166ff
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
  4185     CFormattedCellListBoxData* formattedCellData( itemDrawer->FormattedCellData() );
  4185     CFormattedCellListBoxData* formattedCellData( itemDrawer->FormattedCellData() );
  4186 
  4186 
  4187     SetupStretchableListL( this,
  4187     SetupStretchableListL( this,
  4188                           AknLayoutScalable_Avkon::list_setting_pane( 0 ),
  4188                           AknLayoutScalable_Avkon::list_setting_pane( 0 ),
  4189                           AknLayoutScalable_Avkon::list_setting_pane_vc( 0 ),
  4189                           AknLayoutScalable_Avkon::list_setting_pane_vc( 0 ),
  4190                           EFalse );
  4190                           ETrue );
  4191 
  4191 
  4192     SetSeparatorLinePosition( this, EAColumn );
  4192     SetSeparatorLinePosition( this, EAColumn );
  4193     
  4193     
  4194     // Assertion fails in CFormattedCellListBoxData::DrawFormattedSimple if this
  4194     // Assertion fails in CFormattedCellListBoxData::DrawFormattedSimple if this
  4195     // cell does not exist.
  4195     // cell does not exist.
  4288     CFormattedCellListBoxData* formattedCellData( itemDrawer->FormattedCellData() );
  4288     CFormattedCellListBoxData* formattedCellData( itemDrawer->FormattedCellData() );
  4289 
  4289 
  4290     SetupStretchableListL( this,
  4290     SetupStretchableListL( this,
  4291                           AknLayoutScalable_Avkon::list_setting_number_pane( 0 ),
  4291                           AknLayoutScalable_Avkon::list_setting_number_pane( 0 ),
  4292                           AknLayoutScalable_Avkon::list_setting_number_pane_vc( 0 ),
  4292                           AknLayoutScalable_Avkon::list_setting_number_pane_vc( 0 ),
  4293                           EFalse );
  4293                           ETrue );
  4294 
  4294 
  4295     SetSeparatorLinePosition( this, EABColumn );
  4295     SetSeparatorLinePosition( this, EABColumn );
  4296     
  4296     
  4297     formattedCellData->SetStretchableTextSubCellL( 0,
  4297     formattedCellData->SetStretchableTextSubCellL( 0,
  4298         AknLayoutScalable_Avkon::list_setting_number_pane_t1( 0 ),
  4298         AknLayoutScalable_Avkon::list_setting_number_pane_t1( 0 ),