layouts/aknlayout2/cdl/AknLayout.cdl
changeset 0 05e9090e2422
child 55 33ddb261ab37
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 // AknLayout.cdl
       
     2 
       
     3 Name: AknLayout
       
     4 Version: 1.0
       
     5 UID: 0x101fe1dd
       
     6 Flag: KCdlFlagRomOnly
       
     7 
       
     8 %% C++
       
     9 
       
    10 #include <aknlayout2def.h>
       
    11 
       
    12 %% Translation
       
    13 
       
    14 
       
    15 %% API
       
    16 
       
    17 // LAF Table : Screen dimensions
       
    18 TAknWindowLineLayout screen();
       
    19 
       
    20 // LAF Table : Application window dimensions
       
    21 TAknWindowLineLayout application_window(const TRect& aParentRect);
       
    22 
       
    23 // LAF Table : Application window descendants
       
    24 TAknWindowLineLayout status_pane(const TRect& aParentRect, TInt aIndex_H);
       
    25 
       
    26 TAknWindowLineLayout main_pane(const TRect& aParentRect, TInt aCommon1, TInt aIndex_t, TInt aIndex_b);
       
    27 
       
    28 TAknWindowLineLayout control_pane(const TRect& aParentRect);
       
    29 
       
    30 // LAF Table : Status pane descendants
       
    31 TAknWindowLineLayout signal_pane(const TRect& aParentRect);
       
    32 
       
    33 TAknWindowLineLayout context_pane(const TRect& aParentRect, TInt aIndex_W);
       
    34 
       
    35 TAknWindowLineLayout title_pane(TInt aCommon1);
       
    36 
       
    37 TAknWindowLineLayout battery_pane(const TRect& aParentRect);
       
    38 
       
    39 TAknWindowLineLayout uni_indicator_pane(const TRect& aParentRect);
       
    40 
       
    41 TAknWindowLineLayout navi_pane(TInt aCommon1);
       
    42 
       
    43 // LAF Table : Status pane elements
       
    44 TAknWindowLineLayout Status_pane_elements_Line_1();
       
    45 
       
    46 TAknWindowLineLayout Status_pane_elements_Line_2();
       
    47 
       
    48 TAknLayoutTableLimits Status_pane_elements_Limits();
       
    49 
       
    50 TAknWindowLineLayout Status_pane_elements(TInt aLineIndex);
       
    51 
       
    52 // LAF Table : Signal pane elements
       
    53 TAknWindowLineLayout Signal_pane_elements_Line_1();
       
    54 
       
    55 TAknWindowLineLayout Signal_pane_elements_Line_2();
       
    56 
       
    57 TAknLayoutTableLimits Signal_pane_elements_Limits();
       
    58 
       
    59 TAknWindowLineLayout Signal_pane_elements(TInt aLineIndex);
       
    60 
       
    61 // LAF Table : Signal strength area values
       
    62 TAknWindowLineLayout Signal_strength_area_values_Line_1();
       
    63 
       
    64 TAknWindowLineLayout Signal_strength_area_values_Line_2();
       
    65 
       
    66 TAknWindowLineLayout Signal_strength_area_values_Line_3();
       
    67 
       
    68 TAknWindowLineLayout Signal_strength_area_values_Line_4();
       
    69 
       
    70 TAknWindowLineLayout Signal_strength_area_values_Line_5();
       
    71 
       
    72 TAknWindowLineLayout Signal_strength_area_values_Line_6();
       
    73 
       
    74 TAknWindowLineLayout Signal_strength_area_values_Line_7();
       
    75 
       
    76 TAknWindowLineLayout Signal_strength_area_values_Line_8();
       
    77 
       
    78 TAknLayoutTableLimits Signal_strength_area_values_Limits();
       
    79 
       
    80 TAknWindowLineLayout Signal_strength_area_values(TInt aLineIndex);
       
    81 
       
    82 // LAF Table : Battery pane elements
       
    83 TAknWindowLineLayout Battery_pane_elements_Line_1();
       
    84 
       
    85 TAknWindowLineLayout Battery_pane_elements_Line_2();
       
    86 
       
    87 TAknLayoutTableLimits Battery_pane_elements_Limits();
       
    88 
       
    89 TAknWindowLineLayout Battery_pane_elements(TInt aLineIndex);
       
    90 
       
    91 // LAF Table : Battery strength area values
       
    92 TAknWindowLineLayout Battery_strength_area_values_Line_1();
       
    93 
       
    94 TAknWindowLineLayout Battery_strength_area_values_Line_2();
       
    95 
       
    96 TAknWindowLineLayout Battery_strength_area_values_Line_3();
       
    97 
       
    98 TAknWindowLineLayout Battery_strength_area_values_Line_4();
       
    99 
       
   100 TAknWindowLineLayout Battery_strength_area_values_Line_5();
       
   101 
       
   102 TAknWindowLineLayout Battery_strength_area_values_Line_6();
       
   103 
       
   104 TAknWindowLineLayout Battery_strength_area_values_Line_7();
       
   105 
       
   106 TAknWindowLineLayout Battery_strength_area_values_Line_8();
       
   107 
       
   108 TAknLayoutTableLimits Battery_strength_area_values_Limits();
       
   109 
       
   110 TAknWindowLineLayout Battery_strength_area_values(TInt aLineIndex);
       
   111 
       
   112 // LAF Table : Context pane elements
       
   113 TAknWindowLineLayout Context_pane_elements_Line_1();
       
   114 
       
   115 // LAF Table : Title pane texts
       
   116 TAknTextLineLayout Title_pane_texts_Line_1(TInt aIndex_l, TInt aIndex_W);
       
   117 
       
   118 TAknTextLineLayout Title_pane_texts_Line_2(TInt aIndex_B, TInt aIndex_W);
       
   119 
       
   120 TAknMultiLineTextLayout Multiline_Title_pane_texts_Line_2(TInt aIndex_W, TInt aNumberOfLinesShown);
       
   121 
       
   122 // LAF Table : Title pane elements
       
   123 TAknWindowLineLayout Title_pane_elements_Line_1();
       
   124 
       
   125 // LAF Table : Universal indicator pane elements
       
   126 TAknWindowLineLayout Universal_indicator_pane_elements_Line_1(TInt aIndex_t);
       
   127 
       
   128 // LAF Table : Navi pane arrow elements
       
   129 TAknWindowLineLayout Navi_pane_arrow_elements_Line_1();
       
   130 
       
   131 TAknWindowLineLayout Navi_pane_arrow_elements_Line_2(TInt aIndex_l, TInt aIndex_r);
       
   132 
       
   133 // LAF Table : Navi pane tab elements
       
   134 TAknWindowLineLayout Navi_pane_tab_elements_Line_1();
       
   135 
       
   136 TAknWindowLineLayout Navi_pane_tab_elements_Line_2();
       
   137 
       
   138 TAknWindowLineLayout Navi_pane_tab_elements_Line_3();
       
   139 
       
   140 TAknWindowLineLayout Navi_pane_tab_elements_Line_4();
       
   141 
       
   142 TAknWindowLineLayout Navi_pane_tab_elements_Line_5();
       
   143 
       
   144 TAknWindowLineLayout Navi_pane_tab_elements_Line_6();
       
   145 
       
   146 TAknWindowLineLayout Navi_pane_tab_elements_Line_7();
       
   147 
       
   148 TAknWindowLineLayout Navi_pane_tab_elements_Line_8();
       
   149 
       
   150 TAknWindowLineLayout Navi_pane_tab_elements_Line_9();
       
   151 
       
   152 TAknWindowLineLayout Navi_pane_tab_elements_Line_10();
       
   153 
       
   154 TAknWindowLineLayout Navi_pane_tab_elements_Line_11();
       
   155 
       
   156 TAknWindowLineLayout Navi_pane_tab_elements_Line_12();
       
   157 
       
   158 TAknWindowLineLayout Navi_pane_tab_elements_Line_13();
       
   159 
       
   160 TAknWindowLineLayout Navi_pane_tab_elements_Line_14();
       
   161 
       
   162 TAknLayoutTableLimits Navi_pane_tab_elements_Limits();
       
   163 
       
   164 TAknWindowLineLayout Navi_pane_tab_elements(TInt aLineIndex);
       
   165 
       
   166 // LAF Table : Elements on the tabs
       
   167 TAknWindowLineLayout Elements_on_the_tabs_Line_1(TInt aIndex_l);
       
   168 
       
   169 TAknWindowLineLayout Elements_on_the_tabs_Line_2(TInt aIndex_l);
       
   170 
       
   171 TAknWindowLineLayout Elements_on_the_tabs_Line_3(TInt aIndex_l);
       
   172 
       
   173 TAknLayoutTableLimits Elements_on_the_tabs_Limits();
       
   174 
       
   175 TAknWindowLineLayout Elements_on_the_tabs(TInt aLineIndex, TInt aIndex_l);
       
   176 
       
   177 // LAF Table : Texts on the tabs
       
   178 TAknTextLineLayout Texts_on_the_tabs_Line_1(TInt aCommon1);
       
   179 
       
   180 TAknTextLineLayout Texts_on_the_tabs_Line_2(TInt aCommon1);
       
   181 
       
   182 TAknTextLineLayout Texts_on_the_tabs_Line_3(TInt aCommon1);
       
   183 
       
   184 TAknTextLineLayout Texts_on_the_tabs_Line_4(TInt aCommon1);
       
   185 
       
   186 TAknTextLineLayout Texts_on_the_tabs_Line_5(TInt aCommon1);
       
   187 
       
   188 TAknLayoutTableLimits Texts_on_the_tabs_Limits();
       
   189 
       
   190 TAknTextLineLayout Texts_on_the_tabs(TInt aLineIndex, TInt aCommon1);
       
   191 
       
   192 // LAF Table : Navi pane icons
       
   193 TAknWindowLineLayout Navi_pane_icons_Line_1();
       
   194 
       
   195 TAknWindowLineLayout Navi_pane_icons_Line_2(TInt aCommon1);
       
   196 
       
   197 // LAF Table : Navi pane texts
       
   198 TAknTextLineLayout Navi_pane_texts_Line_1(TInt aCommon1);
       
   199 
       
   200 TAknTextLineLayout Navi_pane_texts_Line_2(TInt aIndex_J);
       
   201 
       
   202 TAknTextLineLayout Navi_pane_texts_Line_3(TInt aIndex_C);
       
   203 
       
   204 TAknTextLineLayout Navi_pane_texts_Line_4();
       
   205 
       
   206 TAknTextLineLayout Navi_pane_texts_Line_5();
       
   207 
       
   208 TAknTextLineLayout Navi_pane_texts_Line_6(TInt aIndex_l);
       
   209 
       
   210 TAknTextLineLayout Navi_pane_texts_Line_7(TInt aIndex_C, TInt aIndex_W);
       
   211 
       
   212 // LAF Table : Navi pane area for editing status icons
       
   213 TAknWindowLineLayout Navi_pane_area_for_editing_status_icons_Line_1();
       
   214 
       
   215 // LAF Table : Volume glider elements (one)
       
   216 TAknWindowLineLayout Volume_glider_elements__one__Line_1(TInt aIndex_l);
       
   217 
       
   218 TAknWindowLineLayout volume_navi_pane(TInt aIndex_l);
       
   219 
       
   220 TAknLayoutTableLimits Volume_glider_elements__one__Limits();
       
   221 
       
   222 TAknWindowLineLayout Volume_glider_elements__one_(TInt aLineIndex, TInt aIndex_l);
       
   223 
       
   224 // LAF Table : Volume pane elements (one)
       
   225 TAknWindowLineLayout Volume_pane_elements__one__Line_1(TInt aIndex_C);
       
   226 
       
   227 TAknWindowLineLayout Volume_pane_elements__one__Line_2(TInt aIndex_C);
       
   228 
       
   229 TAknWindowLineLayout Volume_pane_elements__one__Line_3(TInt aIndex_C);
       
   230 
       
   231 TAknWindowLineLayout Volume_pane_elements__one__Line_4(TInt aIndex_C);
       
   232 
       
   233 TAknWindowLineLayout Volume_pane_elements__one__Line_5(TInt aIndex_C);
       
   234 
       
   235 TAknWindowLineLayout Volume_pane_elements__one__Line_6(TInt aIndex_C);
       
   236 
       
   237 TAknWindowLineLayout Volume_pane_elements__one__Line_7(TInt aIndex_C);
       
   238 
       
   239 TAknWindowLineLayout Volume_pane_elements__one__Line_8(TInt aIndex_C);
       
   240 
       
   241 TAknWindowLineLayout Volume_pane_elements__one__Line_9(TInt aIndex_C);
       
   242 
       
   243 TAknWindowLineLayout Volume_pane_elements__one__Line_10(TInt aIndex_C);
       
   244 
       
   245 TAknLayoutTableLimits Volume_pane_elements__one__Limits();
       
   246 
       
   247 TAknWindowLineLayout Volume_pane_elements__one_(TInt aLineIndex, TInt aIndex_C);
       
   248 
       
   249 // LAF Table : Main pane descendants
       
   250 TAknWindowLineLayout list_gen_pane(TInt aIndex_H);
       
   251 
       
   252 TAknWindowLineLayout find_pane();
       
   253 
       
   254 TAknWindowLineLayout wallpaper_pane();
       
   255 
       
   256 TAknWindowLineLayout indicator_pane();
       
   257 
       
   258 TAknWindowLineLayout soft_indicator_pane(TInt aIndex_H);
       
   259 
       
   260 // LAF Table : List pane column division
       
   261 TAknWindowLineLayout A_column();
       
   262 
       
   263 TAknWindowLineLayout B_column();
       
   264 
       
   265 TAknWindowLineLayout C_column();
       
   266 
       
   267 TAknWindowLineLayout D_column();
       
   268 
       
   269 TAknLayoutTableLimits List_pane_column_division_Limits();
       
   270 
       
   271 TAknWindowLineLayout List_pane_column_division(TInt aLineIndex);
       
   272 
       
   273 // LAF Table : General list pane descendants
       
   274 TAknWindowLineLayout list_single_pane(TInt aIndex_t);
       
   275 
       
   276 TAknWindowLineLayout list_single_number_pane(TInt aIndex_t);
       
   277 
       
   278 TAknWindowLineLayout list_single_heading_pane(TInt aIndex_t);
       
   279 
       
   280 TAknWindowLineLayout list_single_graphic_pane(TInt aIndex_t);
       
   281 
       
   282 TAknWindowLineLayout list_single_graphic_heading_pane(TInt aIndex_t);
       
   283 
       
   284 TAknWindowLineLayout list_single_number_heading_pane(TInt aIndex_t);
       
   285 
       
   286 TAknWindowLineLayout list_single_large_graphic_pane(TInt aIndex_t);
       
   287 
       
   288 TAknWindowLineLayout list_double_pane(TInt aIndex_t);
       
   289 
       
   290 TAknWindowLineLayout list_double2_pane(TInt aIndex_t);
       
   291 
       
   292 TAknWindowLineLayout list_double_number_pane_list_single_big_number_pane(TInt aIndex_t);
       
   293 
       
   294 TAknWindowLineLayout list_double_time_pane(TInt aIndex_t);
       
   295 
       
   296 TAknWindowLineLayout list_double_large_graphic_pane_list_double2_large_graphic_pane_list_single_big_large_graphic_pane(TInt aIndex_t);
       
   297 
       
   298 TAknWindowLineLayout list_double_graphic_pane_list_double2_graphic_pane(TInt aIndex_t);
       
   299 
       
   300 TAknWindowLineLayout list_single_big_heading_graphic_pane(TInt aIndex_t);
       
   301 
       
   302 TAknWindowLineLayout list_single_big_heading_pane(TInt aIndex_t);
       
   303 
       
   304 TAknWindowLineLayout list_setting_pane_list_big_setting_pane(TInt aIndex_t);
       
   305 
       
   306 TAknWindowLineLayout list_setting_number_pane_list_big_setting_number_pane(TInt aIndex_t);
       
   307 
       
   308 TAknWindowLineLayout list_setting_double2_pane(TInt aIndex_t);
       
   309 
       
   310 TAknWindowLineLayout list_double2_graphic_pane(TInt aIndex_t);
       
   311 
       
   312 TAknWindowLineLayout list_double2_large_graphic_pane(TInt aIndex_t);
       
   313 
       
   314 TAknWindowLineLayout list_single_2graphic_pane(TInt aIndex_t);
       
   315 
       
   316 TAknWindowLineLayout list_double2_graphic_large_graphic_pane(TInt aIndex_t);
       
   317 
       
   318 TAknLayoutTableLimits General_list_pane_descendants_Limits();
       
   319 
       
   320 TAknWindowLineLayout General_list_pane_descendants(TInt aLineIndex, TInt aIndex_t);
       
   321 
       
   322 // LAF Table : List pane elements (single)
       
   323 TAknWindowLineLayout List_pane_elements__single__Line_1();
       
   324 
       
   325 TAknWindowLineLayout List_pane_elements__single__Line_2(TInt aIndex_l);
       
   326 
       
   327 // LAF Table : List pane texts (single)
       
   328 TAknTextLineLayout List_pane_texts__single__Line_1(TInt aIndex_r, TInt aIndex_W);
       
   329 
       
   330 // LAF Table : List pane elements (single number)
       
   331 TAknWindowLineLayout List_pane_elements__single_number__Line_1();
       
   332 
       
   333 TAknWindowLineLayout List_pane_elements__single_number__Line_2(TInt aIndex_l);
       
   334 
       
   335 // LAF Table : List pane texts (single number)
       
   336 TAknTextLineLayout List_pane_texts__single_number__Line_1();
       
   337 
       
   338 TAknTextLineLayout List_pane_texts__single_number__Line_2(TInt aIndex_r, TInt aIndex_W);
       
   339 
       
   340 // LAF Table : List pane elements (single heading)
       
   341 TAknWindowLineLayout List_pane_elements__single_heading__Line_1();
       
   342 
       
   343 TAknWindowLineLayout List_pane_elements__single_heading__Line_2();
       
   344 
       
   345 TAknWindowLineLayout List_pane_elements__single_heading__Line_3(TInt aIndex_l);
       
   346 
       
   347 TAknLayoutTableLimits List_pane_elements__single_heading__SUB_TABLE_0_Limits();
       
   348 
       
   349 TAknWindowLineLayout List_pane_elements__single_heading__SUB_TABLE_0(TInt aLineIndex);
       
   350 
       
   351 // LAF Table : List pane texts (single heading)
       
   352 TAknTextLineLayout List_pane_texts__single_heading__Line_1(TInt aCommon1);
       
   353 
       
   354 TAknTextLineLayout List_pane_texts__single_heading__Line_2(TInt aCommon1);
       
   355 
       
   356 TAknLayoutTableLimits List_pane_texts__single_heading__Limits();
       
   357 
       
   358 TAknTextLineLayout List_pane_texts__single_heading_(TInt aLineIndex, TInt aCommon1);
       
   359 
       
   360 // LAF Table : List pane elements (single graphic)
       
   361 TAknWindowLineLayout List_pane_elements__single_graphic__Line_1();
       
   362 
       
   363 TAknWindowLineLayout List_pane_elements__single_graphic__Line_2();
       
   364 
       
   365 TAknWindowLineLayout List_pane_elements__single_graphic__Line_3(TInt aIndex_l);
       
   366 
       
   367 TAknLayoutTableLimits List_pane_elements__single_graphic__SUB_TABLE_0_Limits();
       
   368 
       
   369 TAknWindowLineLayout List_pane_elements__single_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   370 
       
   371 // LAF Table : List pane texts (single graphic)
       
   372 TAknTextLineLayout List_pane_texts__single_graphic__Line_1(TInt aIndex_r, TInt aIndex_W);
       
   373 
       
   374 // LAF Table : List pane elements (single graphic heading)
       
   375 TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_1();
       
   376 
       
   377 TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_2();
       
   378 
       
   379 TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_3();
       
   380 
       
   381 TAknWindowLineLayout List_pane_elements__single_graphic_heading__Line_4(TInt aIndex_l);
       
   382 
       
   383 TAknLayoutTableLimits List_pane_elements__single_graphic_heading__SUB_TABLE_0_Limits();
       
   384 
       
   385 TAknWindowLineLayout List_pane_elements__single_graphic_heading__SUB_TABLE_0(TInt aLineIndex);
       
   386 
       
   387 // LAF Table : List pane texts (single graphic heading)
       
   388 TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_1(TInt aCommon1);
       
   389 
       
   390 TAknTextLineLayout List_pane_texts__single_graphic_heading__Line_2(TInt aCommon1);
       
   391 
       
   392 TAknLayoutTableLimits List_pane_texts__single_graphic_heading__Limits();
       
   393 
       
   394 TAknTextLineLayout List_pane_texts__single_graphic_heading_(TInt aLineIndex, TInt aCommon1);
       
   395 
       
   396 // LAF Table : List pane elements (single number heading)
       
   397 TAknWindowLineLayout List_pane_elements__single_number_heading__Line_1();
       
   398 
       
   399 TAknWindowLineLayout List_pane_elements__single_number_heading__Line_2();
       
   400 
       
   401 TAknWindowLineLayout List_pane_elements__single_number_heading__Line_3(TInt aIndex_l);
       
   402 
       
   403 TAknLayoutTableLimits List_pane_elements__single_number_heading__SUB_TABLE_0_Limits();
       
   404 
       
   405 TAknWindowLineLayout List_pane_elements__single_number_heading__SUB_TABLE_0(TInt aLineIndex);
       
   406 
       
   407 // LAF Table : List pane texts (single number heading)
       
   408 TAknTextLineLayout List_pane_texts__single_number_heading__Line_1(TInt aCommon1);
       
   409 
       
   410 TAknTextLineLayout List_pane_texts__single_number_heading__Line_2(TInt aCommon1);
       
   411 
       
   412 TAknTextLineLayout List_pane_texts__single_number_heading__Line_3(TInt aCommon1);
       
   413 
       
   414 TAknLayoutTableLimits List_pane_texts__single_number_heading__Limits();
       
   415 
       
   416 TAknTextLineLayout List_pane_texts__single_number_heading_(TInt aLineIndex, TInt aCommon1);
       
   417 
       
   418 // LAF Table : List pane elements (single large graphic)
       
   419 TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_1();
       
   420 
       
   421 TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_2(TInt aIndex_t);
       
   422 
       
   423 TAknWindowLineLayout List_pane_elements__single_large_graphic__Line_3(TInt aIndex_l);
       
   424 
       
   425 TAknWindowLineLayout do_not_use_empty_pane1();
       
   426 
       
   427 TAknWindowLineLayout do_not_use_empty_pane2();
       
   428 
       
   429 // LAF Table : List pane texts (single large graphic)
       
   430 TAknTextLineLayout List_pane_texts__single_large_graphic__Line_1(TInt aCommon1);
       
   431 
       
   432 // LAF Table : List pane elements (double)
       
   433 TAknWindowLineLayout List_pane_elements__double__Line_1();
       
   434 
       
   435 TAknWindowLineLayout List_pane_elements__double__Line_2(TInt aIndex_l);
       
   436 
       
   437 // LAF Table : List pane texts (double)
       
   438 TAknTextLineLayout List_pane_texts__double__Line_1(TInt aCommon1);
       
   439 
       
   440 TAknTextLineLayout List_pane_texts__double__Line_2();
       
   441 
       
   442 // LAF Table : List pane text (double2)
       
   443 TAknTextLineLayout List_pane_text__double2__Line_1(TInt aCommon1);
       
   444 
       
   445 TAknTextLineLayout List_pane_text__double2__Line_2();
       
   446 
       
   447 // LAF Table : List pane elements (double number)
       
   448 TAknWindowLineLayout List_pane_elements__double_number__Line_1();
       
   449 
       
   450 TAknWindowLineLayout List_pane_elements__double_number__Line_2(TInt aIndex_l);
       
   451 
       
   452 // LAF Table : List pane texts (double number)
       
   453 TAknTextLineLayout List_pane_texts__double_number__Line_1();
       
   454 
       
   455 TAknTextLineLayout List_pane_texts__double_number__Line_2(TInt aCommon1);
       
   456 
       
   457 TAknTextLineLayout List_pane_texts__double_number__Line_3();
       
   458 
       
   459 // LAF Table : List pane elements (double graphic)
       
   460 TAknWindowLineLayout List_pane_elements__double_graphic__Line_1();
       
   461 
       
   462 TAknWindowLineLayout List_pane_elements__double_graphic__Line_2();
       
   463 
       
   464 TAknWindowLineLayout List_pane_elements__double_graphic__Line_3(TInt aIndex_l);
       
   465 
       
   466 TAknLayoutTableLimits List_pane_elements__double_graphic__SUB_TABLE_0_Limits();
       
   467 
       
   468 TAknWindowLineLayout List_pane_elements__double_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   469 
       
   470 // LAF Table : List pane texts (double graphic)
       
   471 TAknTextLineLayout List_pane_texts__double_graphic__Line_1(TInt aCommon1);
       
   472 
       
   473 TAknTextLineLayout List_pane_texts__double_graphic__Line_2();
       
   474 
       
   475 // LAF Table : List pane elements (double2 graphic)
       
   476 TAknWindowLineLayout List_pane_elements__double2_graphic__Line_1();
       
   477 
       
   478 TAknWindowLineLayout List_pane_elements__double2_graphic__Line_2();
       
   479 
       
   480 TAknWindowLineLayout List_pane_elements__double2_graphic__Line_3(TInt aIndex_l);
       
   481 
       
   482 TAknLayoutTableLimits List_pane_elements__double2_graphic__SUB_TABLE_0_Limits();
       
   483 
       
   484 TAknWindowLineLayout List_pane_elements__double2_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   485 
       
   486 // LAF Table : List pane texts (double2 graphic)
       
   487 TAknTextLineLayout List_pane_texts__double2_graphic__Line_1(TInt aCommon1);
       
   488 
       
   489 TAknTextLineLayout List_pane_texts__double2_graphic__Line_2();
       
   490 
       
   491 // LAF Table : List pane elements (double2 large graphic)
       
   492 TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_1();
       
   493 
       
   494 TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_2();
       
   495 
       
   496 TAknWindowLineLayout List_pane_elements__double2_large_graphic__Line_3(TInt aIndex_l);
       
   497 
       
   498 TAknLayoutTableLimits List_pane_elements__double2_large_graphic__SUB_TABLE_0_Limits();
       
   499 
       
   500 TAknWindowLineLayout List_pane_elements__double2_large_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   501 
       
   502 // LAF Table : List pane texts (double2 large graphic)
       
   503 TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_1(TInt aCommon1);
       
   504 
       
   505 TAknTextLineLayout List_pane_texts__double2_large_graphic__Line_2();
       
   506 
       
   507 // LAF Table : List pane elements (large single heading graphic)
       
   508 TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_1();
       
   509 
       
   510 TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_2();
       
   511 
       
   512 TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__Line_3(TInt aIndex_l);
       
   513 
       
   514 TAknLayoutTableLimits List_pane_elements__large_single_heading_graphic__SUB_TABLE_0_Limits();
       
   515 
       
   516 TAknWindowLineLayout List_pane_elements__large_single_heading_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   517 
       
   518 // LAF Table : List pane texts (large single heading graphic)
       
   519 TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_1(TInt aCommon1);
       
   520 
       
   521 TAknTextLineLayout List_pane_texts__large_single_heading_graphic__Line_2();
       
   522 
       
   523 // LAF Table : List pane elements (large single heading)
       
   524 TAknWindowLineLayout List_pane_elements__large_single_heading__Line_1();
       
   525 
       
   526 // LAF Table : List pane texts (large single heading)
       
   527 TAknTextLineLayout List_pane_texts__large_single_heading__Line_1();
       
   528 
       
   529 TAknTextLineLayout List_pane_texts__large_single_heading__Line_2();
       
   530 
       
   531 TAknLayoutTableLimits List_pane_texts__large_single_heading__Limits();
       
   532 
       
   533 TAknTextLineLayout List_pane_texts__large_single_heading_(TInt aLineIndex);
       
   534 
       
   535 // LAF Table : List pane elements (double time)
       
   536 TAknWindowLineLayout List_pane_elements__double_time__Line_1();
       
   537 
       
   538 // LAF Table : List pane texts (double time)
       
   539 TAknTextLineLayout List_pane_texts__double_time__Line_1();
       
   540 
       
   541 TAknTextLineLayout List_pane_texts__double_time__Line_2();
       
   542 
       
   543 TAknTextLineLayout List_pane_texts__double_time__Line_3();
       
   544 
       
   545 TAknTextLineLayout List_pane_texts__double_time__Line_4();
       
   546 
       
   547 TAknLayoutTableLimits List_pane_texts__double_time__Limits();
       
   548 
       
   549 TAknTextLineLayout List_pane_texts__double_time_(TInt aLineIndex);
       
   550 
       
   551 // LAF Table : List pane elements (double large graphic)
       
   552 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_1();
       
   553 
       
   554 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_2();
       
   555 
       
   556 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_3();
       
   557 
       
   558 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_4();
       
   559 
       
   560 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_5();
       
   561 
       
   562 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_6();
       
   563 
       
   564 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_7();
       
   565 
       
   566 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_8();
       
   567 
       
   568 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_9(TInt aIndex_l);
       
   569 
       
   570 TAknWindowLineLayout List_pane_elements__double_large_graphic__Line_10();
       
   571 
       
   572 // LAF Table : List pane texts (double large graphic)
       
   573 TAknTextLineLayout List_pane_texts__double_large_graphic__Line_1(TInt aCommon1);
       
   574 
       
   575 TAknTextLineLayout List_pane_texts__double_large_graphic__Line_2();
       
   576 
       
   577 // LAF Table : List pane elements (setting)
       
   578 TAknWindowLineLayout List_pane_elements__setting__Line_1();
       
   579 
       
   580 TAknWindowLineLayout List_pane_elements__setting__Line_2();
       
   581 
       
   582 TAknWindowLineLayout List_pane_elements__setting__Line_3();
       
   583 
       
   584 TAknWindowLineLayout List_pane_elements__setting__Line_4();
       
   585 
       
   586 TAknWindowLineLayout List_pane_elements__setting__Line_5();
       
   587 
       
   588 TAknWindowLineLayout List_pane_elements__setting__Line_6();
       
   589 
       
   590 TAknLayoutTableLimits List_pane_elements__setting__Limits();
       
   591 
       
   592 TAknWindowLineLayout List_pane_elements__setting_(TInt aLineIndex);
       
   593 
       
   594 // LAF Table : List pane texts (setting)
       
   595 TAknTextLineLayout List_pane_texts__setting__Line_1();
       
   596 
       
   597 TAknTextLineLayout List_pane_texts__setting__Line_2();
       
   598 
       
   599 TAknTextLineLayout List_pane_texts__setting__Line_3();
       
   600 
       
   601 TAknTextLineLayout List_pane_texts__setting__Line_4();
       
   602 
       
   603 TAknLayoutTableLimits List_pane_texts__setting__Limits();
       
   604 
       
   605 TAknTextLineLayout List_pane_texts__setting_(TInt aLineIndex);
       
   606 
       
   607 // LAF Table : List pane elements (setting number)
       
   608 TAknWindowLineLayout List_pane_elements__setting_number__Line_1();
       
   609 
       
   610 TAknWindowLineLayout List_pane_elements__setting_number__Line_2();
       
   611 
       
   612 TAknWindowLineLayout List_pane_elements__setting_number__Line_3();
       
   613 
       
   614 TAknWindowLineLayout List_pane_elements__setting_number__Line_4();
       
   615 
       
   616 TAknWindowLineLayout List_pane_elements__setting_number__Line_5();
       
   617 
       
   618 TAknLayoutTableLimits List_pane_elements__setting_number__Limits();
       
   619 
       
   620 TAknWindowLineLayout List_pane_elements__setting_number_(TInt aLineIndex);
       
   621 
       
   622 // LAF Table : List pane texts (setting number)
       
   623 TAknTextLineLayout List_pane_texts__setting_number__Line_1();
       
   624 
       
   625 TAknTextLineLayout List_pane_texts__setting_number__Line_2();
       
   626 
       
   627 TAknTextLineLayout List_pane_texts__setting_number__Line_3();
       
   628 
       
   629 TAknTextLineLayout List_pane_texts__setting_number__Line_4();
       
   630 
       
   631 TAknLayoutTableLimits List_pane_texts__setting_number__Limits();
       
   632 
       
   633 TAknTextLineLayout List_pane_texts__setting_number_(TInt aLineIndex);
       
   634 
       
   635 // LAF Table : Setting volume elements
       
   636 TAknWindowLineLayout Setting_volume_elements_Line_1(TInt aIndex_C);
       
   637 
       
   638 TAknWindowLineLayout Setting_volume_elements_Line_2(TInt aIndex_C);
       
   639 
       
   640 TAknWindowLineLayout Setting_volume_elements_Line_3(TInt aIndex_C);
       
   641 
       
   642 TAknWindowLineLayout Setting_volume_elements_Line_4(TInt aIndex_C);
       
   643 
       
   644 TAknWindowLineLayout Setting_volume_elements_Line_5(TInt aIndex_C);
       
   645 
       
   646 TAknWindowLineLayout Setting_volume_elements_Line_6(TInt aIndex_C);
       
   647 
       
   648 TAknWindowLineLayout Setting_volume_elements_Line_7(TInt aIndex_C);
       
   649 
       
   650 TAknWindowLineLayout Setting_volume_elements_Line_8(TInt aIndex_C);
       
   651 
       
   652 TAknWindowLineLayout Setting_volume_elements_Line_9(TInt aIndex_C);
       
   653 
       
   654 TAknWindowLineLayout Setting_volume_elements_Line_10(TInt aIndex_C);
       
   655 
       
   656 TAknLayoutTableLimits Setting_volume_elements_Limits();
       
   657 
       
   658 TAknWindowLineLayout Setting_volume_elements(TInt aLineIndex, TInt aIndex_C);
       
   659 
       
   660 // LAF Table : Setting slider elements
       
   661 TAknWindowLineLayout Setting_slider_elements_Line_1();
       
   662 
       
   663 // LAF Table : List pane elements (setting double2)
       
   664 TAknWindowLineLayout List_pane_elements__setting_double2__Line_1();
       
   665 
       
   666 TAknWindowLineLayout List_pane_elements__setting_double2__Line_2();
       
   667 
       
   668 TAknWindowLineLayout List_pane_elements__setting_double2__Line_3();
       
   669 
       
   670 TAknLayoutTableLimits List_pane_elements__setting_double2__Limits();
       
   671 
       
   672 TAknWindowLineLayout List_pane_elements__setting_double2_(TInt aLineIndex);
       
   673 
       
   674 // LAF Table : List pane lines (A column)
       
   675 TAknWindowLineLayout List_pane_lines__A_column__Line_1(TInt aCommon1);
       
   676 
       
   677 TAknWindowLineLayout List_pane_lines__A_column__Line_2();
       
   678 
       
   679 // LAF Table : List pane lines (AB columns)
       
   680 TAknWindowLineLayout List_pane_lines__AB_columns__Line_1(TInt aCommon1);
       
   681 
       
   682 TAknWindowLineLayout List_pane_lines__AB_columns__Line_2();
       
   683 
       
   684 // LAF Table : List pane lines (BC columns)
       
   685 TAknWindowLineLayout List_pane_lines__BC_columns__Line_1(TInt aCommon1);
       
   686 
       
   687 TAknWindowLineLayout List_pane_lines__BC_columns__Line_2();
       
   688 
       
   689 // LAF Table : List pane highlight graphics (various)
       
   690 TAknWindowLineLayout List_pane_highlight_graphics__various__Line_1(const TRect& aParentRect);
       
   691 
       
   692 TAknWindowLineLayout List_pane_highlight_graphics__various__Line_2(const TRect& aParentRect);
       
   693 
       
   694 TAknWindowLineLayout List_pane_highlight_graphics__various__Line_3(TInt aIndex_l);
       
   695 
       
   696 TAknLayoutTableLimits List_pane_highlight_graphics__various__SUB_TABLE_0_Limits();
       
   697 
       
   698 TAknWindowLineLayout List_pane_highlight_graphics__various__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect);
       
   699 
       
   700 // LAF Table : List pane highlight graphics (setting number)
       
   701 TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_1(const TRect& aParentRect);
       
   702 
       
   703 TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_2(const TRect& aParentRect);
       
   704 
       
   705 TAknWindowLineLayout List_pane_highlight_graphics__setting_number__Line_3();
       
   706 
       
   707 TAknLayoutTableLimits List_pane_highlight_graphics__setting_number__SUB_TABLE_0_Limits();
       
   708 
       
   709 TAknWindowLineLayout List_pane_highlight_graphics__setting_number__SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect);
       
   710 
       
   711 // LAF Table : Find pane elements
       
   712 TAknWindowLineLayout Find_pane_elements_Line_1();
       
   713 
       
   714 TAknWindowLineLayout Find_pane_elements_Line_2();
       
   715 
       
   716 TAknWindowLineLayout Find_pane_elements_Line_3();
       
   717 
       
   718 TAknWindowLineLayout Find_pane_elements_Line_4();
       
   719 
       
   720 TAknWindowLineLayout Find_pane_elements_Line_5();
       
   721 
       
   722 TAknLayoutTableLimits Find_pane_elements_Limits();
       
   723 
       
   724 TAknWindowLineLayout Find_pane_elements(TInt aLineIndex);
       
   725 
       
   726 // LAF Table : Find pane texts
       
   727 TAknTextLineLayout Find_pane_texts_Line_1();
       
   728 
       
   729 // LAF Table : Form descendant panes
       
   730 TAknWindowLineLayout form_field_data_pane(TInt aIndex_t, TInt aIndex_H);
       
   731 
       
   732 TAknWindowLineLayout form_field_data_wide_pane(TInt aIndex_t, TInt aIndex_H);
       
   733 
       
   734 TAknWindowLineLayout form_field_popup_pane(TInt aIndex_t, TInt aIndex_H);
       
   735 
       
   736 TAknWindowLineLayout form_field_popup_wide_pane(TInt aIndex_t, TInt aIndex_H);
       
   737 
       
   738 TAknWindowLineLayout form_field_slider_pane(TInt aIndex_t, TInt aIndex_H);
       
   739 
       
   740 TAknWindowLineLayout form_field_slider_wide_pane(TInt aIndex_t, TInt aIndex_H);
       
   741 
       
   742 TAknLayoutTableLimits Form_descendant_panes_Limits();
       
   743 
       
   744 TAknWindowLineLayout Form_descendant_panes(TInt aLineIndex, TInt aIndex_t, TInt aIndex_H);
       
   745 
       
   746 // LAF Table : Form data field elements
       
   747 TAknWindowLineLayout Form_data_field_elements_Line_1(TInt aIndex_H);
       
   748 
       
   749 TAknWindowLineLayout Form_data_field_elements_Line_2();
       
   750 
       
   751 TAknWindowLineLayout Form_data_field_elements_Line_3(TInt aIndex_H);
       
   752 
       
   753 TAknWindowLineLayout Form_data_field_elements_Line_4();
       
   754 
       
   755 // LAF Table : Form data field texts
       
   756 TAknTextLineLayout Form_data_field_texts_Line_1(TInt aCommon1, TInt aIndex_B);
       
   757 
       
   758 TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
   759 
       
   760 TAknTextLineLayout Form_data_field_texts_Line_2(TInt aIndex_B);
       
   761 
       
   762 TAknMultiLineTextLayout Multiline_Form_data_field_texts_Line_2(TInt aNumberOfLinesShown);
       
   763 
       
   764 // LAF Table : Form data wide field elements
       
   765 TAknWindowLineLayout Form_data_wide_field_elements_Line_1(TInt aIndex_H);
       
   766 
       
   767 TAknWindowLineLayout Form_data_wide_field_elements_Line_2();
       
   768 
       
   769 TAknWindowLineLayout Form_data_wide_field_elements_Line_3(TInt aIndex_H);
       
   770 
       
   771 TAknWindowLineLayout Form_data_wide_field_elements_Line_4();
       
   772 
       
   773 // LAF Table : Form data wide field texts
       
   774 TAknTextLineLayout Form_data_wide_field_texts_Line_1();
       
   775 
       
   776 TAknTextLineLayout Form_data_wide_field_texts_Line_2(TInt aIndex_B);
       
   777 
       
   778 TAknMultiLineTextLayout Multiline_Form_data_wide_field_texts_Line_2(TInt aNumberOfLinesShown);
       
   779 
       
   780 // LAF Table : Form pop-up field elements and descendants
       
   781 TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_1(TInt aIndex_H);
       
   782 
       
   783 TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_2();
       
   784 
       
   785 TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_3(TInt aIndex_H);
       
   786 
       
   787 TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_4();
       
   788 
       
   789 TAknWindowLineLayout Form_pop_up_field_elements_and_descendants_Line_5();
       
   790 
       
   791 TAknWindowLineLayout list_form_pane(TInt aIndex_H);
       
   792 
       
   793 // LAF Table : List pane elements (form pop-up)
       
   794 TAknWindowLineLayout list_form_graphic_pane(TInt aIndex_t);
       
   795 
       
   796 // LAF Table : List pane elements (form graphic)
       
   797 TAknWindowLineLayout List_pane_elements__form_graphic__Line_1(TInt aIndex_C);
       
   798 
       
   799 TAknWindowLineLayout List_pane_elements__form_graphic__Line_2();
       
   800 
       
   801 // LAF Table : List pane texts (form graphic)
       
   802 TAknTextLineLayout List_pane_texts__form_graphic__Line_1(TInt aIndex_C, TInt aCommon1);
       
   803 
       
   804 // LAF Table : Form pop-up wide field elements and descendants
       
   805 TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_1(TInt aIndex_H);
       
   806 
       
   807 TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_2();
       
   808 
       
   809 TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_3(TInt aIndex_H);
       
   810 
       
   811 TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_4();
       
   812 
       
   813 TAknWindowLineLayout Form_pop_up_wide_field_elements_and_descendants_Line_5();
       
   814 
       
   815 TAknWindowLineLayout list_form_wide_pane(TInt aCommon1, TInt aIndex_H);
       
   816 
       
   817 // LAF Table : List pane elements (form pop-up wide)
       
   818 TAknWindowLineLayout list_form_graphic_wide_pane(TInt aIndex_t);
       
   819 
       
   820 // LAF Table : List pane elements (form graphic wide)
       
   821 TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_1(TInt aIndex_C);
       
   822 
       
   823 TAknWindowLineLayout List_pane_elements__form_graphic_wide__Line_2();
       
   824 
       
   825 // LAF Table : List pane texts (form graphic wide)
       
   826 TAknTextLineLayout List_pane_texts__form_graphic_wide__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_r, TInt aIndex_W);
       
   827 
       
   828 // LAF Table : Form slider field elements and descendants
       
   829 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_1(TInt aIndex_H);
       
   830 
       
   831 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_2();
       
   832 
       
   833 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_3(TInt aIndex_H);
       
   834 
       
   835 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_4();
       
   836 
       
   837 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_5();
       
   838 
       
   839 TAknWindowLineLayout Form_slider_field_elements_and_descendants_Line_6(TInt aIndex_t);
       
   840 
       
   841 // LAF Table : Slider pane elements (form)
       
   842 TAknWindowLineLayout Slider_pane_elements__form__Line_1();
       
   843 
       
   844 TAknWindowLineLayout Slider_pane_elements__form__Line_2();
       
   845 
       
   846 TAknLayoutTableLimits Slider_pane_elements__form__Limits();
       
   847 
       
   848 TAknWindowLineLayout Slider_pane_elements__form_(TInt aLineIndex);
       
   849 
       
   850 // LAF Table : Form slider field texts
       
   851 TAknTextLineLayout Form_slider_field_texts_Line_1();
       
   852 
       
   853 TAknTextLineLayout Form_slider_field_texts_Line_2();
       
   854 
       
   855 TAknTextLineLayout Form_slider_field_texts_Line_3(TInt aCommon1, TInt aIndex_B);
       
   856 
       
   857 TAknMultiLineTextLayout Multiline_Form_slider_field_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown);
       
   858 
       
   859 TAknLayoutTableLimits Form_slider_field_texts_SUB_TABLE_0_Limits();
       
   860 
       
   861 TAknTextLineLayout Form_slider_field_texts_SUB_TABLE_0(TInt aLineIndex);
       
   862 
       
   863 // LAF Table : Form slider field elements and descendants_dup
       
   864 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_1(TInt aIndex_H);
       
   865 
       
   866 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_2();
       
   867 
       
   868 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_3(TInt aIndex_H);
       
   869 
       
   870 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_4();
       
   871 
       
   872 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_5();
       
   873 
       
   874 TAknWindowLineLayout Form_slider_field_elements_and_descendants_dup_Line_6(TInt aIndex_t);
       
   875 
       
   876 // LAF Table : Slider pane elements (form)_dup
       
   877 TAknWindowLineLayout Slider_pane_elements__form__dup_Line_1();
       
   878 
       
   879 TAknWindowLineLayout Slider_pane_elements__form__dup_Line_2();
       
   880 
       
   881 TAknLayoutTableLimits Slider_pane_elements__form__dup_Limits();
       
   882 
       
   883 TAknWindowLineLayout Slider_pane_elements__form__dup(TInt aLineIndex);
       
   884 
       
   885 // LAF Table : Form slider field texts_dup
       
   886 TAknTextLineLayout Form_slider_field_texts_dup_Line_1();
       
   887 
       
   888 TAknTextLineLayout Form_slider_field_texts_dup_Line_2();
       
   889 
       
   890 TAknTextLineLayout Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aIndex_B);
       
   891 
       
   892 TAknMultiLineTextLayout Multiline_Form_slider_field_texts_dup_Line_3(TInt aCommon1, TInt aNumberOfLinesShown);
       
   893 
       
   894 TAknLayoutTableLimits Form_slider_field_texts_dup_SUB_TABLE_0_Limits();
       
   895 
       
   896 TAknTextLineLayout Form_slider_field_texts_dup_SUB_TABLE_0(TInt aLineIndex);
       
   897 
       
   898 // LAF Table : Cursor graphics (13)
       
   899 TAknWindowLineLayout Cursor_graphics__13__Line_1();
       
   900 
       
   901 // LAF Table : Predictive text input graphics (13)
       
   902 TAknWindowLineLayout Predictive_text_input_graphics__13__Line_1();
       
   903 
       
   904 TAknWindowLineLayout Predictive_text_input_graphics__13__Line_2();
       
   905 
       
   906 TAknLayoutTableLimits Predictive_text_input_graphics__13__Limits();
       
   907 
       
   908 TAknWindowLineLayout Predictive_text_input_graphics__13_(TInt aLineIndex);
       
   909 
       
   910 // LAF Table : Cut copy and paste highlight graphics (13)
       
   911 TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__13__Line_1();
       
   912 
       
   913 // LAF Table : Time and date entry graphics (13)
       
   914 TAknWindowLineLayout Time_and_date_entry_graphics__13__Line_1();
       
   915 
       
   916 // LAF Table : Cursor graphics (12)
       
   917 TAknWindowLineLayout Cursor_graphics__12__Line_1();
       
   918 
       
   919 // LAF Table : Predictive text input graphics (12)
       
   920 TAknWindowLineLayout Predictive_text_input_graphics__12__Line_1();
       
   921 
       
   922 TAknWindowLineLayout Predictive_text_input_graphics__12__Line_2();
       
   923 
       
   924 TAknLayoutTableLimits Predictive_text_input_graphics__12__Limits();
       
   925 
       
   926 TAknWindowLineLayout Predictive_text_input_graphics__12_(TInt aLineIndex);
       
   927 
       
   928 // LAF Table : Cut copy and paste highlight graphics (12)
       
   929 TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__12__Line_1();
       
   930 
       
   931 // LAF Table : Time and date entry graphics (12)
       
   932 TAknWindowLineLayout Time_and_date_entry_graphics__12__Line_1();
       
   933 
       
   934 // LAF Table : AVKON specific list pane
       
   935 TAknWindowLineLayout list_set_graphic_pane(TInt aIndex_t);
       
   936 
       
   937 // LAF Table : List pane elements (set graphic)
       
   938 TAknWindowLineLayout List_pane_elements__set_graphic__Line_1(TInt aIndex_C);
       
   939 
       
   940 TAknWindowLineLayout List_pane_elements__set_graphic__Line_2();
       
   941 
       
   942 TAknWindowLineLayout List_pane_elements__set_graphic__Line_3();
       
   943 
       
   944 TAknLayoutTableLimits List_pane_elements__set_graphic__SUB_TABLE_0_Limits();
       
   945 
       
   946 TAknWindowLineLayout List_pane_elements__set_graphic__SUB_TABLE_0(TInt aLineIndex);
       
   947 
       
   948 // LAF Table : List pane texts (set graphic)
       
   949 TAknTextLineLayout List_pane_texts__set_graphic__Line_1(TInt aIndex_C, TInt aIndex_l, TInt aIndex_W);
       
   950 
       
   951 // LAF Table : Application grid descendant
       
   952 TAknWindowLineLayout Application_grid_descendant_Line_1(TInt aIndex_l, TInt aIndex_t);
       
   953 
       
   954 // LAF Table : Cell pane elements (app)
       
   955 TAknWindowLineLayout Cell_pane_elements__app__Line_1();
       
   956 
       
   957 TAknWindowLineLayout Cell_pane_elements__app__Line_2();
       
   958 
       
   959 TAknLayoutTableLimits Cell_pane_elements__app__Limits();
       
   960 
       
   961 TAknWindowLineLayout Cell_pane_elements__app_(TInt aLineIndex);
       
   962 
       
   963 // LAF Table : Cell pane texts (app)
       
   964 TAknTextLineLayout Cell_pane_texts__app__Line_1();
       
   965 
       
   966 // LAF Table : Cell pane highlight elements (various)
       
   967 TAknWindowLineLayout Cell_pane_highlight_elements__various__Line_1(const TRect& aParentRect);
       
   968 
       
   969 // LAF Table : Wallpaper pane element
       
   970 TAknWindowLineLayout Wallpaper_pane_element_Line_1(const TRect& aParentRect);
       
   971 
       
   972 // LAF Table : Indicator pane elements
       
   973 TAknWindowLineLayout Indicator_pane_elements_Line_1();
       
   974 
       
   975 // LAF Table : Soft indicator pane elements
       
   976 TAknWindowLineLayout Soft_indicator_pane_elements_Line_1(const TRect& aParentRect, TInt aIndex_t, TInt aIndex_H);
       
   977 
       
   978 // LAF Table : Soft indicator pane texts
       
   979 TAknTextLineLayout Soft_indicator_pane_texts_Line_1(TInt aIndex_B);
       
   980 
       
   981 TAknMultiLineTextLayout Multiline_Soft_indicator_pane_texts_Line_1(TInt aNumberOfLinesShown);
       
   982 
       
   983 // LAF Table : Idle power save state descendant
       
   984 TAknWindowLineLayout power_save_pane(TInt aIndex_t);
       
   985 
       
   986 // LAF Table : Power save pane descendants
       
   987 TAknWindowLineLayout Power_save_pane_descendants_Line_1();
       
   988 
       
   989 TAknWindowLineLayout Power_save_pane_descendants_Line_2();
       
   990 
       
   991 TAknWindowLineLayout Power_save_pane_descendants_Line_3();
       
   992 
       
   993 TAknLayoutTableLimits Power_save_pane_descendants_Limits();
       
   994 
       
   995 TAknWindowLineLayout Power_save_pane_descendants(TInt aLineIndex);
       
   996 
       
   997 // LAF Table : Idle power save state texts
       
   998 TAknTextLineLayout Idle_power_save_state_texts_Line_1();
       
   999 
       
  1000 TAknTextLineLayout Idle_power_save_state_texts_Line_2();
       
  1001 
       
  1002 TAknTextLineLayout Idle_power_save_state_texts_Line_3();
       
  1003 
       
  1004 TAknTextLineLayout Idle_power_save_state_texts_Line_4();
       
  1005 
       
  1006 TAknLayoutTableLimits Idle_power_save_state_texts_Limits();
       
  1007 
       
  1008 TAknTextLineLayout Idle_power_save_state_texts(TInt aLineIndex);
       
  1009 
       
  1010 // LAF Table : Application selection grid elements
       
  1011 TAknWindowLineLayout grid_app_pane();
       
  1012 
       
  1013 // LAF Table : Empty list texts
       
  1014 TAknTextLineLayout Empty_list_texts_Line_1(TInt aIndex_B);
       
  1015 
       
  1016 TAknMultiLineTextLayout Multiline_Empty_list_texts_Line_1(TInt aNumberOfLinesShown);
       
  1017 
       
  1018 // LAF Table : Empty list texts (find)
       
  1019 TAknTextLineLayout Empty_list_texts__find__Line_1(TInt aIndex_B);
       
  1020 
       
  1021 TAknMultiLineTextLayout Multiline_Empty_list_texts__find__Line_1(TInt aNumberOfLinesShown);
       
  1022 
       
  1023 // LAF Table : List pane elements and descendants (settings edited)
       
  1024 TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_1();
       
  1025 
       
  1026 TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_2();
       
  1027 
       
  1028 TAknWindowLineLayout list_set_pane(TInt aCommon1);
       
  1029 
       
  1030 TAknWindowLineLayout List_pane_elements_and_descendants__settings_edited__Line_4();
       
  1031 
       
  1032 TAknWindowLineLayout setting_volume_pane();
       
  1033 
       
  1034 TAknWindowLineLayout setting_slider_pane();
       
  1035 
       
  1036 TAknWindowLineLayout setting_slider_graphic_pane();
       
  1037 
       
  1038 TAknWindowLineLayout setting_text_pane();
       
  1039 
       
  1040 TAknWindowLineLayout setting_code_pane();
       
  1041 
       
  1042 // LAF Table : Setting item texts
       
  1043 TAknTextLineLayout Setting_item_texts_Line_1();
       
  1044 
       
  1045 TAknTextLineLayout Setting_item_texts_Line_2(TInt aCommon1);
       
  1046 
       
  1047 // LAF Table : Setting volume pane elements
       
  1048 TAknWindowLineLayout Setting_volume_pane_elements_Line_1();
       
  1049 
       
  1050 TAknWindowLineLayout Setting_volume_pane_elements_Line_2(TInt aIndex_C);
       
  1051 
       
  1052 TAknWindowLineLayout Setting_volume_pane_elements_Line_3(TInt aIndex_C);
       
  1053 
       
  1054 TAknWindowLineLayout Setting_volume_pane_elements_Line_4(TInt aIndex_C);
       
  1055 
       
  1056 TAknWindowLineLayout Setting_volume_pane_elements_Line_5(TInt aIndex_C);
       
  1057 
       
  1058 TAknWindowLineLayout Setting_volume_pane_elements_Line_6(TInt aIndex_C);
       
  1059 
       
  1060 TAknWindowLineLayout Setting_volume_pane_elements_Line_7(TInt aIndex_C);
       
  1061 
       
  1062 TAknWindowLineLayout Setting_volume_pane_elements_Line_8(TInt aIndex_C);
       
  1063 
       
  1064 TAknWindowLineLayout Setting_volume_pane_elements_Line_9(TInt aIndex_C);
       
  1065 
       
  1066 TAknWindowLineLayout Setting_volume_pane_elements_Line_10(TInt aIndex_C);
       
  1067 
       
  1068 TAknWindowLineLayout Setting_volume_pane_elements_Line_11(TInt aIndex_C);
       
  1069 
       
  1070 TAknLayoutTableLimits Setting_volume_pane_elements_SUB_TABLE_0_Limits();
       
  1071 
       
  1072 TAknWindowLineLayout Setting_volume_pane_elements_SUB_TABLE_0(TInt aLineIndex, TInt aIndex_C);
       
  1073 
       
  1074 // LAF Table : Setting slider pane elements and descendants
       
  1075 TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_1();
       
  1076 
       
  1077 TAknWindowLineLayout Setting_slider_pane_elements_and_descendants_Line_2();
       
  1078 
       
  1079 TAknLayoutTableLimits Setting_slider_pane_elements_and_descendants_Limits();
       
  1080 
       
  1081 TAknWindowLineLayout Setting_slider_pane_elements_and_descendants(TInt aLineIndex);
       
  1082 
       
  1083 // LAF Table : Slider pane elements
       
  1084 TAknWindowLineLayout Slider_pane_elements_Line_1();
       
  1085 
       
  1086 TAknWindowLineLayout Slider_pane_elements_Line_2();
       
  1087 
       
  1088 TAknLayoutTableLimits Slider_pane_elements_Limits();
       
  1089 
       
  1090 TAknWindowLineLayout Slider_pane_elements(TInt aLineIndex);
       
  1091 
       
  1092 // LAF Table : Slider texts (set)
       
  1093 TAknTextLineLayout Slider_texts__set__Line_1();
       
  1094 
       
  1095 TAknTextLineLayout Slider_texts__set__Line_2(TInt aCommon1);
       
  1096 
       
  1097 TAknMultiLineTextLayout Multiline_Slider_texts__set__Line_2(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1098 
       
  1099 // LAF Table : Setting slider pane (graphic) elements and descendants
       
  1100 TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_1();
       
  1101 
       
  1102 TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_2();
       
  1103 
       
  1104 TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants_Line_3();
       
  1105 
       
  1106 TAknLayoutTableLimits Setting_slider_pane__graphic__elements_and_descendants_Limits();
       
  1107 
       
  1108 TAknWindowLineLayout Setting_slider_pane__graphic__elements_and_descendants(TInt aLineIndex);
       
  1109 
       
  1110 // LAF Table : Slider with graphic texts (set)
       
  1111 TAknTextLineLayout Slider_with_graphic_texts__set__Line_1(TInt aCommon1);
       
  1112 
       
  1113 TAknMultiLineTextLayout Multiline_Slider_with_graphic_texts__set__Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1114 
       
  1115 // LAF Table : Setting text pane elements
       
  1116 TAknWindowLineLayout Setting_text_pane_elements_Line_1();
       
  1117 
       
  1118 TAknWindowLineLayout Setting_text_pane_elements_Line_2();
       
  1119 
       
  1120 TAknWindowLineLayout Setting_text_pane_elements_Line_3();
       
  1121 
       
  1122 TAknWindowLineLayout Setting_text_pane_elements_Line_4();
       
  1123 
       
  1124 TAknLayoutTableLimits Setting_text_pane_elements_Limits();
       
  1125 
       
  1126 TAknWindowLineLayout Setting_text_pane_elements(TInt aLineIndex);
       
  1127 
       
  1128 // LAF Table : Setting text pane texts
       
  1129 TAknTextLineLayout Setting_text_pane_texts_Line_1(TInt aIndex_B, TInt aIndex_J);
       
  1130 
       
  1131 TAknMultiLineTextLayout Multiline_Setting_text_pane_texts_Line_1(TInt aIndex_J, TInt aNumberOfLinesShown);
       
  1132 
       
  1133 // LAF Table : Code time and date entry pane elements
       
  1134 TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_1();
       
  1135 
       
  1136 TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_2();
       
  1137 
       
  1138 TAknWindowLineLayout Code_time_and_date_entry_pane_elements_Line_3();
       
  1139 
       
  1140 TAknLayoutTableLimits Code_time_and_date_entry_pane_elements_Limits();
       
  1141 
       
  1142 TAknWindowLineLayout Code_time_and_date_entry_pane_elements(TInt aLineIndex);
       
  1143 
       
  1144 // LAF Table : Code time and date entry pane texts
       
  1145 TAknTextLineLayout Code_time_and_date_entry_pane_texts_Line_1();
       
  1146 
       
  1147 // LAF Table : Control pane elements
       
  1148 TAknWindowLineLayout Control_pane_elements_Line_1();
       
  1149 
       
  1150 TAknWindowLineLayout Control_pane_elements_Line_2();
       
  1151 
       
  1152 TAknWindowLineLayout Control_pane_elements_Line_3();
       
  1153 
       
  1154 TAknWindowLineLayout Control_pane_elements_Line_4();
       
  1155 
       
  1156 TAknLayoutTableLimits Control_pane_elements_Limits();
       
  1157 
       
  1158 TAknWindowLineLayout Control_pane_elements(TInt aLineIndex);
       
  1159 
       
  1160 // LAF Table : Control pane texts
       
  1161 TAknTextLineLayout Control_pane_texts_Line_1();
       
  1162 
       
  1163 TAknTextLineLayout Control_pane_texts_Line_2();
       
  1164 
       
  1165 TAknLayoutTableLimits Control_pane_texts_Limits();
       
  1166 
       
  1167 TAknTextLineLayout Control_pane_texts(TInt aLineIndex);
       
  1168 
       
  1169 // LAF Table : Pop-up windows (main pane as parent)
       
  1170 TAknWindowLineLayout popup_menu_window(TInt aIndex_H);
       
  1171 
       
  1172 TAknWindowLineLayout Pop_up_windows__main_pane_as_parent__Line_2(TInt aCommon1);
       
  1173 
       
  1174 TAknWindowLineLayout popup_menu_graphic_window(TInt aIndex_H);
       
  1175 
       
  1176 TAknWindowLineLayout popup_menu_graphic_heading_window(TInt aIndex_H);
       
  1177 
       
  1178 TAknWindowLineLayout popup_menu_double_window(TInt aIndex_H);
       
  1179 
       
  1180 TAknWindowLineLayout popup_menu_double_large_graphic_window(TInt aIndex_H);
       
  1181 
       
  1182 TAknWindowLineLayout popup_note_window(TInt aIndex_H);
       
  1183 
       
  1184 TAknWindowLineLayout popup_note_wait_window(TInt aIndex_H);
       
  1185 
       
  1186 TAknWindowLineLayout popup_note_image_window();
       
  1187 
       
  1188 TAknWindowLineLayout popup_query_data_window(TInt aIndex_H);
       
  1189 
       
  1190 TAknWindowLineLayout popup_query_code_window(TInt aIndex_H);
       
  1191 
       
  1192 TAknWindowLineLayout popup_query_time_window(TInt aIndex_H);
       
  1193 
       
  1194 TAknWindowLineLayout popup_query_date_window(TInt aIndex_H);
       
  1195 
       
  1196 TAknWindowLineLayout popup_query_data_code_window(TInt aIndex_H);
       
  1197 
       
  1198 TAknWindowLineLayout popup_find_window();
       
  1199 
       
  1200 TAknWindowLineLayout popup_snote_single_text_window(TInt aIndex_H);
       
  1201 
       
  1202 TAknWindowLineLayout popup_snote_single_graphic_window(TInt aIndex_H);
       
  1203 
       
  1204 TAknWindowLineLayout popup_snote_group_window(TInt aIndex_H);
       
  1205 
       
  1206 TAknWindowLineLayout popup_grid_graphic_window(TInt aIndex_H);
       
  1207 
       
  1208 TAknWindowLineLayout popup_menu_double2_window(TInt aIndex_H);
       
  1209 
       
  1210 TAknWindowLineLayout popup_grid_large_graphic_colour_window();
       
  1211 
       
  1212 // LAF Table : Pop-up windows (status pane as parent)
       
  1213 TAknWindowLineLayout popup_fast_swap_window(TInt aIndex_W, TInt aIndex_H);
       
  1214 
       
  1215 // LAF Table : Pop-up window list pane descendants
       
  1216 TAknWindowLineLayout list_single_popup_menu_pane(TInt aIndex_t);
       
  1217 
       
  1218 TAknWindowLineLayout list_single_heading_popup_menu_pane(TInt aIndex_t);
       
  1219 
       
  1220 TAknWindowLineLayout list_single_graphic_popup_menu_pane(TInt aIndex_t);
       
  1221 
       
  1222 TAknWindowLineLayout list_single_graphic_heading_popup_menu_pane(TInt aIndex_t);
       
  1223 
       
  1224 TAknWindowLineLayout list_menu_double_popup_menu_pane(TInt aIndex_t);
       
  1225 
       
  1226 TAknWindowLineLayout list_single_popup_submenu_pane(TInt aIndex_t, TInt aIndex_W);
       
  1227 
       
  1228 TAknWindowLineLayout list_double_large_graphic_popup_menu_pane(TInt aIndex_t);
       
  1229 
       
  1230 TAknWindowLineLayout Pop_up_window_list_pane_descendants_Line_8();
       
  1231 
       
  1232 TAknWindowLineLayout list_double2_popup_menu_pane(TInt aIndex_t);
       
  1233 
       
  1234 // LAF Table : List pane elements (menu single)
       
  1235 TAknWindowLineLayout List_pane_elements__menu_single__Line_1();
       
  1236 
       
  1237 TAknWindowLineLayout List_pane_elements__menu_single__Line_2();
       
  1238 
       
  1239 TAknWindowLineLayout List_pane_elements__menu_single__Line_3(TInt aIndex_l);
       
  1240 
       
  1241 TAknLayoutTableLimits List_pane_elements__menu_single__SUB_TABLE_0_Limits();
       
  1242 
       
  1243 TAknWindowLineLayout List_pane_elements__menu_single__SUB_TABLE_0(TInt aLineIndex);
       
  1244 
       
  1245 // LAF Table : List pane texts (menu single)
       
  1246 TAknTextLineLayout List_pane_texts__menu_single__Line_1(TInt aCommon1);
       
  1247 
       
  1248 // LAF Table : List pane text (submenu single)
       
  1249 TAknTextLineLayout List_pane_text__submenu_single__Line_1(TInt aIndex_W);
       
  1250 
       
  1251 // LAF Table : List pane elements (menu single graphic)
       
  1252 TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_1();
       
  1253 
       
  1254 TAknWindowLineLayout List_pane_elements__menu_single_graphic__Line_2(TInt aIndex_l);
       
  1255 
       
  1256 // LAF Table : List pane texts (menu single graphic)
       
  1257 TAknTextLineLayout List_pane_texts__menu_single_graphic__Line_1(TInt aCommon1);
       
  1258 
       
  1259 // LAF Table : List pane elements (menu single heading)
       
  1260 TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_1();
       
  1261 
       
  1262 TAknWindowLineLayout List_pane_elements__menu_single_heading__Line_2(TInt aIndex_l);
       
  1263 
       
  1264 // LAF Table : List pane texts (menu single heading)
       
  1265 TAknTextLineLayout List_pane_texts__menu_single_heading__Line_1();
       
  1266 
       
  1267 TAknTextLineLayout List_pane_texts__menu_single_heading__Line_2(TInt aCommon1);
       
  1268 
       
  1269 // LAF Table : List pane elements (menu single graphic heading)
       
  1270 TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_1();
       
  1271 
       
  1272 TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_2();
       
  1273 
       
  1274 TAknWindowLineLayout List_pane_elements__menu_single_graphic_heading__Line_3(TInt aIndex_l);
       
  1275 
       
  1276 // LAF Table : List pane texts (menu single graphic heading)
       
  1277 TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_1(TInt aCommon1);
       
  1278 
       
  1279 TAknTextLineLayout List_pane_texts__menu_single_graphic_heading__Line_2(TInt aCommon1);
       
  1280 
       
  1281 TAknLayoutTableLimits List_pane_texts__menu_single_graphic_heading__Limits();
       
  1282 
       
  1283 TAknTextLineLayout List_pane_texts__menu_single_graphic_heading_(TInt aLineIndex, TInt aCommon1);
       
  1284 
       
  1285 // LAF Table : List pane elements (menu double)
       
  1286 TAknWindowLineLayout List_pane_elements__menu_double__Line_1(TInt aIndex_l);
       
  1287 
       
  1288 // LAF Table : List pane texts (menu double)
       
  1289 TAknTextLineLayout List_pane_texts__menu_double__Line_1(TInt aCommon1);
       
  1290 
       
  1291 TAknTextLineLayout List_pane_texts__menu_double__Line_2();
       
  1292 
       
  1293 // LAF Table : List pane elements (menu double2)
       
  1294 TAknWindowLineLayout List_pane_elements__menu_double2__Line_1(TInt aIndex_l);
       
  1295 
       
  1296 // LAF Table : List pane texts (menu double2)
       
  1297 TAknTextLineLayout List_pane_texts__menu_double2__Line_1(TInt aCommon1);
       
  1298 
       
  1299 TAknTextLineLayout List_pane_texts__menu_double2__Line_2();
       
  1300 
       
  1301 // LAF Table : List pane elements (menu double large graphic)
       
  1302 TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_1();
       
  1303 
       
  1304 TAknWindowLineLayout List_pane_elements__menu_double_large_graphic__Line_2(TInt aIndex_l);
       
  1305 
       
  1306 // LAF Table : List pane texts (menu double large graphic)
       
  1307 TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_1(TInt aCommon1);
       
  1308 
       
  1309 TAknTextLineLayout List_pane_texts__menu_double_large_graphic__Line_2();
       
  1310 
       
  1311 // LAF Table : Highlight graphics (various)
       
  1312 TAknWindowLineLayout Highlight_graphics__various__Line_1(const TRect& aParentRect);
       
  1313 
       
  1314 TAknWindowLineLayout Highlight_graphics__various__Line_2(const TRect& aParentRect);
       
  1315 
       
  1316 TAknLayoutTableLimits Highlight_graphics__various__Limits();
       
  1317 
       
  1318 TAknWindowLineLayout Highlight_graphics__various_(TInt aLineIndex, const TRect& aParentRect);
       
  1319 
       
  1320 // LAF Table : Pop-up window grid pane descendants (graphic)
       
  1321 TAknWindowLineLayout cell_graphic_popup_pane(TInt aIndex_l, TInt aIndex_t);
       
  1322 
       
  1323 // LAF Table : Cell pane elements (pop-up graphic)
       
  1324 TAknWindowLineLayout Cell_pane_elements__pop_up_graphic__Line_1();
       
  1325 
       
  1326 // LAF Table : Cell pane texts (pop-up graphic)
       
  1327 TAknTextLineLayout Cell_pane_texts__pop_up_graphic__Line_1();
       
  1328 
       
  1329 // LAF Table : Pop-up window grid pane descendants (large graphic colour)
       
  1330 TAknWindowLineLayout cell_large_graphic_colour_popup_pane(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H);
       
  1331 
       
  1332 // LAF Table : Cell pane elements (pop-up large graphic colour)
       
  1333 TAknWindowLineLayout colour(TInt aIndex_H);
       
  1334 
       
  1335 // LAF Table : Pop-up window cell pane (large graphic colour none)
       
  1336 TAknWindowLineLayout Pop_up_window_cell_pane__large_graphic_colour_none__Line_1();
       
  1337 
       
  1338 // LAF Table : Cell pane texts (pop-up large graphic colour none)
       
  1339 TAknTextLineLayout Cell_pane_texts__pop_up_large_graphic_colour_none__Line_1();
       
  1340 
       
  1341 // LAF Table : Highlight elements (grid pop-up)
       
  1342 TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_1(const TRect& aParentRect);
       
  1343 
       
  1344 TAknWindowLineLayout Highlight_elements__grid_pop_up__Line_2(const TRect& aParentRect);
       
  1345 
       
  1346 TAknLayoutTableLimits Highlight_elements__grid_pop_up__Limits();
       
  1347 
       
  1348 TAknWindowLineLayout Highlight_elements__grid_pop_up_(TInt aLineIndex, const TRect& aParentRect);
       
  1349 
       
  1350 // LAF Table : List heading pane elements
       
  1351 TAknWindowLineLayout List_heading_pane_elements_Line_1();
       
  1352 
       
  1353 TAknWindowLineLayout List_heading_pane_elements_Line_2();
       
  1354 
       
  1355 TAknLayoutTableLimits List_heading_pane_elements_Limits();
       
  1356 
       
  1357 TAknWindowLineLayout List_heading_pane_elements(TInt aLineIndex);
       
  1358 
       
  1359 // LAF Table : List heading pane texts
       
  1360 TAknTextLineLayout List_heading_pane_texts_Line_1(TInt aIndex_W);
       
  1361 
       
  1362 // LAF Table : Pop-up menu with heading window graphics
       
  1363 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_1(const TRect& aParentRect);
       
  1364 
       
  1365 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_2(const TRect& aParentRect);
       
  1366 
       
  1367 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_3(const TRect& aParentRect);
       
  1368 
       
  1369 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_4(const TRect& aParentRect);
       
  1370 
       
  1371 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics_Line_5(const TRect& aParentRect);
       
  1372 
       
  1373 TAknLayoutTableLimits Pop_up_menu_with_heading_window_graphics_Limits();
       
  1374 
       
  1375 TAknWindowLineLayout Pop_up_menu_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1376 
       
  1377 // LAF Table : Menu pop-up window descendants
       
  1378 TAknWindowLineLayout list_menu_pane(TInt aIndex_t, TInt aIndex_H);
       
  1379 
       
  1380 TAknWindowLineLayout Menu_pop_up_window_descendants_Line_2();
       
  1381 
       
  1382 // LAF Table : Menu pop-up window graphics
       
  1383 TAknWindowLineLayout Menu_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1384 
       
  1385 TAknWindowLineLayout Menu_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1386 
       
  1387 TAknWindowLineLayout Menu_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1388 
       
  1389 TAknWindowLineLayout Menu_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1390 
       
  1391 TAknWindowLineLayout Menu_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  1392 
       
  1393 TAknLayoutTableLimits Menu_pop_up_window_graphics_Limits();
       
  1394 
       
  1395 TAknWindowLineLayout Menu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1396 
       
  1397 // LAF Table : Submenu pop-up window descendants
       
  1398 TAknWindowLineLayout list_submenu_pane(TInt aIndex_W, TInt aIndex_H);
       
  1399 
       
  1400 // LAF Table : Submenu pop-up window graphics
       
  1401 TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1402 
       
  1403 TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1404 
       
  1405 TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1406 
       
  1407 TAknWindowLineLayout Submenu_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1408 
       
  1409 TAknLayoutTableLimits Submenu_pop_up_window_graphics_Limits();
       
  1410 
       
  1411 TAknWindowLineLayout Submenu_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1412 
       
  1413 // LAF Table : Submenu pop-up window positioning
       
  1414 TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_1(TInt aIndex_W, TInt aIndex_H);
       
  1415 
       
  1416 TAknWindowLineLayout Submenu_pop_up_window_positioning_Line_2(TInt aIndex_W, TInt aIndex_H);
       
  1417 
       
  1418 TAknLayoutTableLimits Submenu_pop_up_window_positioning_Limits();
       
  1419 
       
  1420 TAknWindowLineLayout Submenu_pop_up_window_positioning(TInt aLineIndex, TInt aIndex_W, TInt aIndex_H);
       
  1421 
       
  1422 // LAF Table : Menu pop-up window descendant (single graphic)
       
  1423 TAknWindowLineLayout list_menu_graphic_pane(TInt aIndex_t, TInt aIndex_H);
       
  1424 
       
  1425 // LAF Table : Menu pop-up window descendants (single heading)
       
  1426 TAknWindowLineLayout list_menu_heading_pane(TInt aIndex_t, TInt aIndex_H);
       
  1427 
       
  1428 TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_2();
       
  1429 
       
  1430 TAknWindowLineLayout Menu_pop_up_window_descendants__single_heading__Line_3(TInt aIndex_r);
       
  1431 
       
  1432 // LAF Table : Menu pop-up window descendants and elements (single graphic heading)
       
  1433 TAknWindowLineLayout list_menu_graphic_heading_pane(TInt aIndex_t, TInt aIndex_H);
       
  1434 
       
  1435 TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_2();
       
  1436 
       
  1437 TAknWindowLineLayout Menu_pop_up_window_descendants_and_elements__single_graphic_heading__Line_3(TInt aIndex_r);
       
  1438 
       
  1439 // LAF Table : Menu pop-up window descendants (double double2)
       
  1440 TAknWindowLineLayout list_menu_double_pane_list_menu_double2_pane(TInt aIndex_t, TInt aIndex_H);
       
  1441 
       
  1442 TAknWindowLineLayout Menu_pop_up_window_descendants__double_double2__Line_2();
       
  1443 
       
  1444 // LAF Table : Menu pop-up window descendants (double)
       
  1445 TAknWindowLineLayout list_menu_double_large_graphic_pane(TInt aIndex_t, TInt aIndex_H);
       
  1446 
       
  1447 TAknWindowLineLayout Menu_pop_up_window_descendants__double__Line_2();
       
  1448 
       
  1449 // LAF Table : Note pop-up window elements
       
  1450 TAknWindowLineLayout Note_pop_up_window_elements_Line_1();
       
  1451 
       
  1452 // LAF Table : Note pop-up window texts
       
  1453 TAknTextLineLayout Note_pop_up_window_texts_Line_1(TInt aCommon1);
       
  1454 
       
  1455 TAknMultiLineTextLayout Multiline_Note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1456 
       
  1457 // LAF Table : Note pop-up window graphics
       
  1458 TAknWindowLineLayout Note_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1459 
       
  1460 TAknWindowLineLayout Note_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1461 
       
  1462 TAknWindowLineLayout Note_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1463 
       
  1464 TAknWindowLineLayout Note_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1465 
       
  1466 TAknWindowLineLayout Note_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  1467 
       
  1468 TAknLayoutTableLimits Note_pop_up_window_graphics_Limits();
       
  1469 
       
  1470 TAknWindowLineLayout Note_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1471 
       
  1472 // LAF Table : Wait or progress note pop-up window elements
       
  1473 TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_1();
       
  1474 
       
  1475 TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_2(TInt aIndex_t);
       
  1476 
       
  1477 TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_3();
       
  1478 
       
  1479 TAknWindowLineLayout Wait_or_progress_note_pop_up_window_elements_Line_4();
       
  1480 
       
  1481 TAknLayoutTableLimits First_general_event_elements_Limits();
       
  1482 
       
  1483 TAknWindowLineLayout First_general_event_elements(TInt aLineIndex);
       
  1484 
       
  1485 // LAF Table : Wait or progress note pop-up window texts
       
  1486 TAknTextLineLayout Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aIndex_B);
       
  1487 
       
  1488 TAknMultiLineTextLayout Multiline_Wait_or_progress_note_pop_up_window_texts_Line_1(TInt aCommon1, TInt aNotCommon, TInt aNumberOfLinesShown);
       
  1489 
       
  1490 // LAF Table : Note with an image pop-up window elements
       
  1491 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_1();
       
  1492 
       
  1493 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_2();
       
  1494 
       
  1495 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_3();
       
  1496 
       
  1497 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_4();
       
  1498 
       
  1499 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_5();
       
  1500 
       
  1501 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_6();
       
  1502 
       
  1503 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_7();
       
  1504 
       
  1505 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_8();
       
  1506 
       
  1507 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_9();
       
  1508 
       
  1509 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_10();
       
  1510 
       
  1511 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_11();
       
  1512 
       
  1513 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_12();
       
  1514 
       
  1515 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements_Line_13();
       
  1516 
       
  1517 TAknLayoutTableLimits Note_with_an_image_pop_up_window_elements_Limits();
       
  1518 
       
  1519 TAknWindowLineLayout Note_with_an_image_pop_up_window_elements(TInt aLineIndex);
       
  1520 
       
  1521 // LAF Table : Note with an image pop-up window texts
       
  1522 TAknTextLineLayout Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_B, TInt aIndex_W);
       
  1523 
       
  1524 TAknMultiLineTextLayout Multiline_Note_with_an_image_pop_up_window_texts_Line_1(TInt aIndex_l, TInt aIndex_r, TInt aIndex_W, TInt aNumberOfLinesShown);
       
  1525 
       
  1526 // LAF Table : Query with heading window graphics
       
  1527 TAknWindowLineLayout Query_with_heading_window_graphics_Line_1(const TRect& aParentRect);
       
  1528 
       
  1529 TAknWindowLineLayout Query_with_heading_window_graphics_Line_2(const TRect& aParentRect);
       
  1530 
       
  1531 TAknWindowLineLayout Query_with_heading_window_graphics_Line_3(const TRect& aParentRect);
       
  1532 
       
  1533 TAknWindowLineLayout Query_with_heading_window_graphics_Line_4(const TRect& aParentRect);
       
  1534 
       
  1535 TAknWindowLineLayout Query_with_heading_window_graphics_Line_5(const TRect& aParentRect);
       
  1536 
       
  1537 TAknLayoutTableLimits Query_with_heading_window_graphics_Limits();
       
  1538 
       
  1539 TAknWindowLineLayout Query_with_heading_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1540 
       
  1541 // LAF Table : Query with heading window descendants
       
  1542 TAknWindowLineLayout popup_list_heading_pane(const TRect& aParentRect);
       
  1543 
       
  1544 // LAF Table : Heading pane elements
       
  1545 TAknWindowLineLayout Heading_pane_elements_Line_1();
       
  1546 
       
  1547 TAknWindowLineLayout Icon(TInt aIndex_t);
       
  1548 //TAknWindowLineLayout Icon();
       
  1549 
       
  1550 
       
  1551 //TAknLayoutTableLimits Heading_pane_elements_SUB_TABLE_0_Limits();
       
  1552 //TAknLayoutTableLimits Heading_pane_elements_Limits();
       
  1553 
       
  1554 //TAknWindowLineLayout Heading_pane_elements_SUB_TABLE_0(TInt aLineIndex);
       
  1555 //TAknWindowLineLayout Heading_pane_elements_(TInt aLineIndex);
       
  1556 
       
  1557 // LAF Table : Heading pane texts
       
  1558 TAknTextLineLayout Heading_pane_texts_Line_1(TInt aIndex_W);
       
  1559 
       
  1560 // LAF Table : Data query pop-up window elements
       
  1561 TAknWindowLineLayout Data_query_pop_up_window_elements_Line_1(TInt aIndex_t);
       
  1562 
       
  1563 TAknWindowLineLayout Data_query_pop_up_window_elements_Line_2(const TRect& aParentRect, TInt aCommon1);
       
  1564 
       
  1565 TAknWindowLineLayout Data_query_pop_up_window_elements_Line_3(const TRect& aParentRect, TInt aCommon1);
       
  1566 
       
  1567 TAknWindowLineLayout Data_query_pop_up_window_elements_Line_4(TInt aIndex_t);
       
  1568 
       
  1569 TAknWindowLineLayout Data_query_pop_up_window_elements_Line_5();
       
  1570 
       
  1571 // LAF Table : Data query pop-up window texts
       
  1572 TAknTextLineLayout Data_query_pop_up_window_texts_Line_1(TInt aIndex_B);
       
  1573 
       
  1574 TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown);
       
  1575 
       
  1576 TAknTextLineLayout Data_query_pop_up_window_texts_Line_2(TInt aIndex_B, TInt aIndex_J);
       
  1577 
       
  1578 TAknMultiLineTextLayout Multiline_Data_query_pop_up_window_texts_Line_2(TInt aIndex_J, TInt aNumberOfLinesShown);
       
  1579 
       
  1580 // LAF Table : Data query pop-up window graphics
       
  1581 TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1582 
       
  1583 TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1584 
       
  1585 TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1586 
       
  1587 TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1588 
       
  1589 TAknWindowLineLayout Data_query_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  1590 
       
  1591 TAknLayoutTableLimits Data_query_pop_up_window_graphics_Limits();
       
  1592 
       
  1593 TAknWindowLineLayout Data_query_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1594 
       
  1595 // LAF Table : Code query pop-up window elements
       
  1596 TAknWindowLineLayout Code_query_pop_up_window_elements_Line_1(TInt aIndex_t);
       
  1597 
       
  1598 TAknWindowLineLayout Code_query_pop_up_window_elements_Line_2(TInt aIndex_t);
       
  1599 
       
  1600 TAknWindowLineLayout Code_query_pop_up_window_elements_Line_3(TInt aIndex_t);
       
  1601 
       
  1602 TAknWindowLineLayout Code_query_pop_up_window_elements_Line_4(TInt aIndex_t);
       
  1603 
       
  1604 TAknLayoutTableLimits Code_query_pop_up_window_elements_Limits();
       
  1605 
       
  1606 TAknWindowLineLayout Code_query_pop_up_window_elements(TInt aLineIndex, TInt aIndex_t);
       
  1607 
       
  1608 // LAF Table : Code query pop-up window texts
       
  1609 TAknTextLineLayout Code_query_pop_up_window_texts_Line_1(TInt aIndex_B);
       
  1610 
       
  1611 TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown);
       
  1612 
       
  1613 TAknTextLineLayout Code_query_pop_up_window_texts_Line_2(TInt aIndex_B);
       
  1614 
       
  1615 TAknMultiLineTextLayout Multiline_Code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown);
       
  1616 
       
  1617 TAknLayoutTableLimits Code_query_pop_up_window_texts_Limits();
       
  1618 
       
  1619 TAknTextLineLayout Code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B);
       
  1620 
       
  1621 // LAF Table : Combined data and code query pop-up window elements
       
  1622 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_1(TInt aIndex_C, TInt aIndex_t);
       
  1623 
       
  1624 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_2(TInt aIndex_C, TInt aIndex_t);
       
  1625 
       
  1626 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_3(TInt aIndex_t);
       
  1627 
       
  1628 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_4(TInt aIndex_t);
       
  1629 
       
  1630 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_elements_Line_5(TInt aIndex_t);
       
  1631 
       
  1632 // LAF Table : Combined data and code query pop-up window texts
       
  1633 TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aIndex_B);
       
  1634 
       
  1635 TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_1(TInt aNumberOfLinesShown);
       
  1636 
       
  1637 TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aIndex_B);
       
  1638 
       
  1639 TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_2(TInt aNumberOfLinesShown);
       
  1640 
       
  1641 TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aIndex_B);
       
  1642 
       
  1643 TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_3(TInt aNumberOfLinesShown);
       
  1644 
       
  1645 TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aIndex_B);
       
  1646 
       
  1647 TAknMultiLineTextLayout Multiline_Combined_data_and_code_query_pop_up_window_texts_Line_4(TInt aNumberOfLinesShown);
       
  1648 
       
  1649 TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_texts_Limits();
       
  1650 
       
  1651 TAknTextLineLayout Combined_data_and_code_query_pop_up_window_texts(TInt aLineIndex, TInt aIndex_B);
       
  1652 
       
  1653 // LAF Table : Combined data and code query pop-up window graphics
       
  1654 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1655 
       
  1656 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_H);
       
  1657 
       
  1658 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_H);
       
  1659 
       
  1660 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_H);
       
  1661 
       
  1662 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_H);
       
  1663 
       
  1664 TAknLayoutTableLimits Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0_Limits();
       
  1665 
       
  1666 TAknWindowLineLayout Combined_data_and_code_query_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_H);
       
  1667 
       
  1668 // LAF Table : Find pop-up window elements
       
  1669 TAknWindowLineLayout Find_pop_up_window_elements_Line_1();
       
  1670 
       
  1671 TAknWindowLineLayout Find_pop_up_window_elements_Line_2();
       
  1672 
       
  1673 TAknWindowLineLayout Find_pop_up_window_elements_Line_3();
       
  1674 
       
  1675 TAknWindowLineLayout Find_pop_up_window_elements_Line_4();
       
  1676 
       
  1677 TAknLayoutTableLimits Find_pop_up_window_elements_Limits();
       
  1678 
       
  1679 TAknWindowLineLayout Find_pop_up_window_elements(TInt aLineIndex);
       
  1680 
       
  1681 // LAF Table : Find pop-up window texts
       
  1682 TAknTextLineLayout Find_pop_up_window_texts_Line_1();
       
  1683 
       
  1684 // LAF Table : Find pop-up window graphics
       
  1685 TAknWindowLineLayout Find_pop_up_window_graphics_Line_1();
       
  1686 
       
  1687 TAknWindowLineLayout Find_pop_up_window_graphics_Line_2();
       
  1688 
       
  1689 TAknWindowLineLayout Find_pop_up_window_graphics_Line_3();
       
  1690 
       
  1691 TAknWindowLineLayout Find_pop_up_window_graphics_Line_4();
       
  1692 
       
  1693 TAknWindowLineLayout Find_pop_up_window_graphics_Line_5();
       
  1694 
       
  1695 TAknLayoutTableLimits Find_pop_up_window_graphics_Limits();
       
  1696 
       
  1697 TAknWindowLineLayout Find_pop_up_window_graphics(TInt aLineIndex);
       
  1698 
       
  1699 // LAF Table : Pop-up menu with find pane graphics
       
  1700 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_1(const TRect& aParentRect);
       
  1701 
       
  1702 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_2(const TRect& aParentRect);
       
  1703 
       
  1704 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_3(const TRect& aParentRect);
       
  1705 
       
  1706 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_4(const TRect& aParentRect);
       
  1707 
       
  1708 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics_Line_5(const TRect& aParentRect);
       
  1709 
       
  1710 TAknLayoutTableLimits Pop_up_menu_with_find_pane_graphics_Limits();
       
  1711 
       
  1712 TAknWindowLineLayout Pop_up_menu_with_find_pane_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1713 
       
  1714 // LAF Table : Notification pop-up window elements (text)
       
  1715 TAknWindowLineLayout Notification_pop_up_window_elements__text__Line_1();
       
  1716 
       
  1717 // LAF Table : Notification pop-up window texts (text)
       
  1718 TAknTextLineLayout Notification_pop_up_window_texts__text__Line_1(TInt aIndex_B);
       
  1719 
       
  1720 TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__text__Line_1(TInt aNumberOfLinesShown);
       
  1721 
       
  1722 // LAF Table : Notification pop-up window graphics (text)
       
  1723 TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_1(const TRect& aParentRect);
       
  1724 
       
  1725 TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_2(const TRect& aParentRect);
       
  1726 
       
  1727 TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_3(const TRect& aParentRect);
       
  1728 
       
  1729 TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_4(const TRect& aParentRect);
       
  1730 
       
  1731 TAknWindowLineLayout Notification_pop_up_window_graphics__text__Line_5(const TRect& aParentRect);
       
  1732 
       
  1733 TAknLayoutTableLimits Notification_pop_up_window_graphics__text__Limits();
       
  1734 
       
  1735 TAknWindowLineLayout Notification_pop_up_window_graphics__text_(TInt aLineIndex, const TRect& aParentRect);
       
  1736 
       
  1737 // LAF Table : Notification pop-up window elements (graphic)
       
  1738 TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_1();
       
  1739 
       
  1740 TAknWindowLineLayout Notification_pop_up_window_elements__graphic__Line_2();
       
  1741 
       
  1742 TAknLayoutTableLimits Notification_pop_up_window_elements__graphic__Limits();
       
  1743 
       
  1744 TAknWindowLineLayout Notification_pop_up_window_elements__graphic_(TInt aLineIndex);
       
  1745 
       
  1746 // LAF Table : Notification pop-up window texts (graphic)
       
  1747 TAknTextLineLayout Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1);
       
  1748 
       
  1749 TAknMultiLineTextLayout Multiline_Notification_pop_up_window_texts__graphic__Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1750 
       
  1751 // LAF Table : Identifier icon selection pop-up window descendants
       
  1752 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_descendants_Line_1(TInt aIndex_t);
       
  1753 
       
  1754 TAknWindowLineLayout grid_graphic_popup_pane(TInt aCommon1, TInt aIndex_H);
       
  1755 
       
  1756 // LAF Table : Identifier icon selection pop-up window elements
       
  1757 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_1(TInt aCommon1);
       
  1758 
       
  1759 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_H);
       
  1760 
       
  1761 // LAF Table : Identifier icon selection pop-up window graphics
       
  1762 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1763 
       
  1764 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_t);
       
  1765 
       
  1766 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_t);
       
  1767 
       
  1768 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_t);
       
  1769 
       
  1770 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_t);
       
  1771 
       
  1772 TAknLayoutTableLimits Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0_Limits();
       
  1773 
       
  1774 TAknWindowLineLayout Identifier_icon_selection_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_t);
       
  1775 
       
  1776 // LAF Table : Colour selection pop-up window descendants
       
  1777 TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_1();
       
  1778 
       
  1779 TAknWindowLineLayout Colour_selection_pop_up_window_descendants_Line_2();
       
  1780 
       
  1781 TAknWindowLineLayout grid_large_graphic_colour_popup_pane(TInt aCommon1);
       
  1782 
       
  1783 // LAF Table : Composer symbol selection pop-up window elements
       
  1784 TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_1(TInt aIndex_t);
       
  1785 
       
  1786 TAknWindowLineLayout Composer_symbol_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_t, TInt aIndex_W, TInt aIndex_H);
       
  1787 
       
  1788 // LAF Table : Colour selection pop-up window graphics
       
  1789 TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1790 
       
  1791 TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1792 
       
  1793 TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1794 
       
  1795 TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1796 
       
  1797 TAknWindowLineLayout Colour_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  1798 
       
  1799 TAknLayoutTableLimits Colour_selection_pop_up_window_graphics_Limits();
       
  1800 
       
  1801 TAknWindowLineLayout Colour_selection_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1802 
       
  1803 // LAF Table : Fast application swapping pop-up window descendants
       
  1804 TAknWindowLineLayout Fast_application_swapping_pop_up_window_descendants_Line_1(TInt aIndex_t);
       
  1805 
       
  1806 // LAF Table : Fast application swapping pop-up window graphics
       
  1807 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1808 
       
  1809 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1810 
       
  1811 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1812 
       
  1813 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1814 
       
  1815 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  1816 
       
  1817 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_Line_6();
       
  1818 
       
  1819 TAknLayoutTableLimits Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0_Limits();
       
  1820 
       
  1821 TAknWindowLineLayout Fast_application_swapping_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect);
       
  1822 
       
  1823 // LAF Table : List pane texts (setting, double2)
       
  1824 TAknTextLineLayout List_pane_texts__setting__double2__Line_1();
       
  1825 
       
  1826 TAknTextLineLayout List_pane_texts__setting__double2__Line_2();
       
  1827 
       
  1828 TAknLayoutTableLimits List_pane_texts__setting__double2__Limits();
       
  1829 
       
  1830 TAknTextLineLayout List_pane_texts__setting__double2_(TInt aLineIndex);
       
  1831 
       
  1832 // LAF Table : List pane elements (single 2graphic)
       
  1833 TAknWindowLineLayout List_pane_elements__single_2graphic__Line_1();
       
  1834 
       
  1835 TAknWindowLineLayout List_pane_elements__single_2graphic__Line_2();
       
  1836 
       
  1837 TAknWindowLineLayout List_pane_elements__single_2graphic__Line_3();
       
  1838 
       
  1839 TAknWindowLineLayout List_pane_elements__single_2graphic__Line_4(TInt aIndex_l);
       
  1840 
       
  1841 TAknLayoutTableLimits List_pane_elements__single_2graphic__SUB_TABLE_0_Limits();
       
  1842 
       
  1843 TAknWindowLineLayout List_pane_elements__single_2graphic__SUB_TABLE_0(TInt aLineIndex);
       
  1844 
       
  1845 // LAF Table : List pane texts (single 2graphic)
       
  1846 TAknTextLineLayout List_pane_texts__single_2graphic__Line_1(TInt aIndex_r, TInt aIndex_W);
       
  1847 
       
  1848 // LAF Table : List pane elements (double2 graphic large graphic)
       
  1849 TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_1();
       
  1850 
       
  1851 TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_2();
       
  1852 
       
  1853 TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_3();
       
  1854 
       
  1855 TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__Line_4(TInt aIndex_l);
       
  1856 
       
  1857 TAknLayoutTableLimits List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0_Limits();
       
  1858 
       
  1859 TAknWindowLineLayout List_pane_elements__double2_graphic_large_graphic__SUB_TABLE_0(TInt aLineIndex);
       
  1860 
       
  1861 // LAF Table : List pane texts (double2 graphic large graphic)
       
  1862 TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_1(TInt aCommon1);
       
  1863 
       
  1864 TAknTextLineLayout List_pane_texts__double2_graphic_large_graphic__Line_2();
       
  1865 
       
  1866 // LAF Table : Form data wide graphic field texts
       
  1867 TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_1();
       
  1868 
       
  1869 TAknTextLineLayout Form_data_wide_graphic_field_texts_Line_2(TInt aIndex_B);
       
  1870 
       
  1871 TAknMultiLineTextLayout Multiline_Form_data_wide_graphic_field_texts_Line_2(TInt aNumberOfLinesShown);
       
  1872 
       
  1873 // LAF Table : Application window descendants 2.1
       
  1874 TAknWindowLineLayout status_small_pane();
       
  1875 
       
  1876 // LAF Table : Small status pane descendants and elements
       
  1877 TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_1();
       
  1878 
       
  1879 TAknWindowLineLayout status_small_icon_pane();
       
  1880 
       
  1881 TAknWindowLineLayout status_small_wait_pane();
       
  1882 
       
  1883 TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_4();
       
  1884 
       
  1885 TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_5();
       
  1886 
       
  1887 TAknWindowLineLayout Small_status_pane_descendants_and_elements_Line_6();
       
  1888 
       
  1889 TAknLayoutTableLimits Small_status_pane_descendants_and_elements_Limits();
       
  1890 
       
  1891 TAknWindowLineLayout Small_status_pane_descendants_and_elements(TInt aLineIndex);
       
  1892 
       
  1893 // LAF Table : Small status pane texts
       
  1894 TAknTextLineLayout Small_status_pane_texts_Line_1(TInt aIndex_J);
       
  1895 
       
  1896 // LAF Table : Small status waiting pane components
       
  1897 TAknWindowLineLayout Small_status_waiting_pane_components_Line_1();
       
  1898 
       
  1899 TAknWindowLineLayout Small_status_waiting_pane_components_Line_2();
       
  1900 
       
  1901 TAknWindowLineLayout Small_status_waiting_pane_components_Line_3();
       
  1902 
       
  1903 TAknWindowLineLayout Small_status_waiting_pane_components_Line_4();
       
  1904 
       
  1905 TAknLayoutTableLimits Small_status_waiting_pane_components_Limits();
       
  1906 
       
  1907 TAknWindowLineLayout Small_status_waiting_pane_components(TInt aLineIndex);
       
  1908 
       
  1909 // Layouts for AknPopupForm
       
  1910 TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_1();
       
  1911 
       
  1912 TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_2(TInt aIndex_W);
       
  1913 
       
  1914 TAknWindowLineLayout Note_with_additional_information_popup_window_elements_Line_3(TInt aIndex_W);
       
  1915 
       
  1916 
       
  1917 TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B);
       
  1918 
       
  1919 TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1920 
       
  1921 
       
  1922 TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_2(TInt aIndex_B);
       
  1923 
       
  1924 TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_2(TInt aNumberOfLinesShown);
       
  1925 
       
  1926 TAknTextLineLayout Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aIndex_B);
       
  1927 
       
  1928 TAknMultiLineTextLayout Multiline_Note_with_additional_information_popup_window_texts_Line_3(TInt aCommon1, TInt aNumberOfLinesShown);
       
  1929 
       
  1930 TAknTextLineLayout Heading_pane_texts_Line_2();
       
  1931 
       
  1932 
       
  1933 TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_1();
       
  1934 TAknWindowLineLayout Side_volume_key_popup_window_elements_Line_2();
       
  1935 
       
  1936 TAknTextLineLayout Side_volume_key_popup_window_texts_Line_1();
       
  1937 TAknTextLineLayout Side_volume_key_popup_window_texts_Line_2();
       
  1938 
       
  1939 TAknWindowLineLayout Side_volume_key_popup_window_background_Line_1(const TRect& aParentRect);
       
  1940 TAknWindowLineLayout Side_volume_key_popup_window_background_Line_2(const TRect& aParentRect);
       
  1941 TAknWindowLineLayout Side_volume_key_popup_window_background_Line_3(const TRect& aParentRect);
       
  1942 TAknWindowLineLayout Side_volume_key_popup_window_background_Line_4(const TRect& aParentRect);
       
  1943 
       
  1944 // LAF Table : Transparent setting item texts
       
  1945 TAknTextLineLayout Transparent_setting_item_texts_Line_1();
       
  1946 TAknTextLineLayout Transparent_setting_item_texts_Line_2();
       
  1947 TAknTextLineLayout Transparent_setting_item_texts_Line_3(TInt aCommon1);
       
  1948 TAknTextLineLayout Transparent_setting_item_texts_Line_4(TInt aCommon1);
       
  1949 
       
  1950 // LAF Table : List pane texts (set trans graphic)
       
  1951 TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_1(TInt aIndex_l, TInt aIndex_W);
       
  1952 TAknTextLineLayout List_pane_texts__set_trans_graphic__Line_2(TInt aIndex_l, TInt aIndex_W);
       
  1953 
       
  1954 // LAF Table : List pane elements and descendants (settings edited)
       
  1955 TAknWindowLineLayout list_set_trans_pane(TInt aIndex_H);
       
  1956 
       
  1957 // LAF Table : AVKON specific list pane
       
  1958 TAknWindowLineLayout list_set_trans_graphic_pane(TInt aIndex_t);
       
  1959 
       
  1960 // LAF Table : List pane elements (set trans graphic)
       
  1961 TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_1();
       
  1962 
       
  1963 TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_2();
       
  1964 
       
  1965 TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_3();
       
  1966 
       
  1967 TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_4();
       
  1968 
       
  1969 TAknWindowLineLayout List_pane_elements__set_trans_graphic__Line_5();
       
  1970 
       
  1971 // Active idle state layouts
       
  1972 TAknTextLineLayout Soft_indicator_texts_Line_1();
       
  1973 TAknWindowLineLayout ai_links_pane();
       
  1974 TAknWindowLineLayout ai_gene_pane(TInt aIndex_H);
       
  1975 TAknWindowLineLayout Link_pane_elements_and_descendant_panes_Line_1();
       
  1976 TAknWindowLineLayout grid_ai_links_pane();
       
  1977 TAknLayoutTableLimits Link_pane_elements_and_descendant_panes_Limits();
       
  1978 TAknWindowLineLayout Link_pane_elements_and_descendant_panes(TInt aLineIndex);
       
  1979 TAknWindowLineLayout cell_ai_link_pane(TInt aIndex_l);
       
  1980 TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_1();
       
  1981 TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_2();
       
  1982 TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_3();
       
  1983 TAknWindowLineLayout Link_shortcut_cell_pane_elements_Line_4();
       
  1984 TAknLayoutTableLimits Link_shortcut_cell_pane_elements_Limits();
       
  1985 TAknWindowLineLayout Link_shortcut_cell_pane_elements(TInt aLineIndex);
       
  1986 TAknWindowLineLayout popup_ai_links_title_window();
       
  1987 TAknTextLineLayout Link_shortcut_title_texts_Line_1();
       
  1988 TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  1989 TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  1990 TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  1991 TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  1992 TAknLayoutTableLimits Link_shortcut_title_pop_up_window_graphics_Limits();
       
  1993 TAknWindowLineLayout Link_shortcut_title_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  1994 TAknWindowLineLayout ai_gene_pane_1();
       
  1995 TAknWindowLineLayout ai_gene_pane_2(TInt aIndex_t);
       
  1996 TAknWindowLineLayout First_general_event_elements_Line_1();
       
  1997 TAknWindowLineLayout First_general_event_elements_Line_2();
       
  1998 TAknTextLineLayout First_general_event_texts_Line_1(TInt aCommon1);
       
  1999 TAknTextLineLayout Second_general_event_pane_texts_Line_1(TInt aCommon1);
       
  2000 TAknWindowLineLayout Shortcut_link_highlight_Line_1(const TRect& aParentRect);
       
  2001 TAknWindowLineLayout Highlight_for_other_Active_Idle_items_Line_1(const TRect& aParentRect);
       
  2002 TAknTextLineLayout Find_pop_up_window_texts_Line_2();
       
  2003 TAknLayoutTableLimits Find_pop_up_window_texts_Limits();
       
  2004 TAknTextLineLayout Find_pop_up_window_texts(TInt aLineIndex);
       
  2005 TAknTextLineLayout Find_pane_texts_Line_2();
       
  2006 TAknLayoutTableLimits Find_pane_texts_Limits();
       
  2007 TAknTextLineLayout Find_pane_texts(TInt aLineIndex);
       
  2008 
       
  2009 TAknWindowLineLayout ai_gene_pane_3();
       
  2010 TAknWindowLineLayout Third_general_event_elements_Line_1();
       
  2011 TAknWindowLineLayout Third_general_event_elements_Line_2();
       
  2012 TAknLayoutTableLimits Third_general_event_elements_Limits();
       
  2013 TAknWindowLineLayout Third_general_event_elements(TInt aLineIndex);
       
  2014 TAknWindowLineLayout popup_ai_message_window();
       
  2015 
       
  2016 TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_1();
       
  2017 TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_2();
       
  2018 TAknWindowLineLayout Active_idle_message_pop_up_window_descendants_Line_3();
       
  2019 TAknLayoutTableLimits Active_idle_message_pop_up_window_descendants_Limits();
       
  2020 TAknWindowLineLayout Active_idle_message_pop_up_window_descendants(TInt aLineIndex);
       
  2021 TAknTextLineLayout Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aIndex_B);
       
  2022 TAknMultiLineTextLayout Multiline_Active_idle_message_popup_window_texts_Line_1(TInt aCommon1, TInt aNumberOfLinesShown);
       
  2023 TAknWindowLineLayout Active_idle_heading_pane_elements_Line_1();
       
  2024 TAknWindowLineLayout Active_idle_heading_pane_elements_Line_2();
       
  2025 TAknWindowLineLayout Active_idle_heading_pane_elements_Line_3();
       
  2026 TAknWindowLineLayout Active_idle_heading_pane_elements_Line_4();
       
  2027 TAknLayoutTableLimits Active_idle_heading_pane_elements_Limits();
       
  2028 TAknWindowLineLayout Active_idle_heading_pane_elements(TInt aLineIndex);
       
  2029 TAknTextLineLayout Active_idle_heading_pane_texts_Line_1(TInt aCommon1);
       
  2030 TAknTextLineLayout Active_idle_heading_pane_texts_Line_2();
       
  2031 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_1(const TRect& aParentRect);
       
  2032 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_2(const TRect& aParentRect);
       
  2033 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_3(const TRect& aParentRect);
       
  2034 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_4(const TRect& aParentRect);
       
  2035 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics_Line_5(const TRect& aParentRect);
       
  2036 TAknLayoutTableLimits Active_idle_message_pop_up_window_graphics_Limits();
       
  2037 TAknWindowLineLayout Active_idle_message_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect);
       
  2038 
       
  2039 
       
  2040