LCOV - code coverage report
Current view: top level - sc/source/core/tool - cellkeywords.inl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 6 6 100.0 %
Date: 2012-08-25 Functions: 0 0 -
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 13 32 40.6 %

           Branch data     Line data    Source code
       1                 :            : // This file has been automatically generated.  Do not hand-edit this!
       2                 :            : 
       3                 :            : // ---------------------------------------------------------------------------
       4                 :            : // French language locale (automatically generated)
       5                 :            : // ---------------------------------------------------------------------------
       6 [ +  - ][ +  - ]:          6 : static const Locale aFr(OUString(RTL_CONSTASCII_USTRINGPARAM("fr")), OUString(), OUString());
         [ +  - ][ #  # ]
       7                 :            : 
       8                 :            : // pre instantiations of localized function names
       9                 :            : static const sal_Unicode cell_address_fr[] = {
      10                 :            :     0x0041, 0x0044, 0x0052, 0x0045, 0x0053, 0x0053, 0x0045, 0x0000};
      11                 :            : static const sal_Unicode cell_col_fr[] = {
      12                 :            :     0x0043, 0x004F, 0x004C, 0x004F, 0x004E, 0x004E, 0x0045, 0x0000};
      13                 :            : static const sal_Unicode cell_contents_fr[] = {
      14                 :            :     0x0043, 0x004F, 0x004E, 0x0054, 0x0045, 0x004E, 0x0055, 0x0000};
      15                 :            : static const sal_Unicode cell_color_fr[] = {
      16                 :            :     0x0043, 0x004F, 0x0055, 0x004C, 0x0045, 0x0055, 0x0052, 0x0000};
      17                 :            : static const sal_Unicode cell_width_fr[] = {
      18                 :            :     0x004C, 0x0041, 0x0052, 0x0047, 0x0045, 0x0055, 0x0052, 0x0000};
      19                 :            : static const sal_Unicode cell_row_fr[] = {
      20                 :            :     0x004C, 0x0049, 0x0047, 0x004E, 0x0045, 0x0000};
      21                 :            : static const sal_Unicode cell_filename_fr[] = {
      22                 :            :     0x004E, 0x004F, 0x004D, 0x0046, 0x0049, 0x0043, 0x0048, 0x0049, 0x0045, 0x0052, 0x0000};
      23                 :            : static const sal_Unicode cell_prefix_fr[] = {
      24                 :            :     0x0050, 0x0052, 0x0045, 0x0046, 0x0049, 0x0058, 0x0045, 0x0000};
      25                 :            : static const sal_Unicode cell_protect_fr[] = {
      26                 :            :     0x0050, 0x0052, 0x004F, 0x0054, 0x0045, 0x0047, 0x0045, 0x0000};
      27                 :            : static const sal_Unicode info_numfile_fr[] = {
      28                 :            :     0x004E, 0x0042, 0x0046, 0x0049, 0x0043, 0x0048, 0x0000};
      29                 :            : static const sal_Unicode info_recalc_fr[] = {
      30                 :            :     0x0052, 0x0045, 0x0043, 0x0041, 0x004C, 0x0043, 0x0055, 0x004C, 0x0000};
      31                 :            : static const sal_Unicode info_system_fr[] = {
      32                 :            :     0x0053, 0x0059, 0x0053, 0x0054, 0x0045, 0x0058, 0x0050, 0x004C, 0x0000};
      33                 :            : static const sal_Unicode info_release_fr[] = {
      34                 :            :     0x0056, 0x0045, 0x0052, 0x0053, 0x0049, 0x004F, 0x004E, 0x0000};
      35                 :            : static const sal_Unicode info_osversion_fr[] = {
      36                 :            :     0x0056, 0x0045, 0x0052, 0x0053, 0x0049, 0x004F, 0x004E, 0x0053, 0x0045, 0x0000};
      37                 :            : 
      38                 :            : static const TransItem pFr[] = {
      39                 :            :     {cell_address_fr, "ADDRESS", ocCell},
      40                 :            :     {cell_col_fr, "COL", ocCell},
      41                 :            :     {cell_contents_fr, "CONTENTS", ocCell},
      42                 :            :     {cell_color_fr, "COLOR", ocCell},
      43                 :            :     {cell_width_fr, "WIDTH", ocCell},
      44                 :            :     {cell_row_fr, "ROW", ocCell},
      45                 :            :     {cell_filename_fr, "FILENAME", ocCell},
      46                 :            :     {cell_prefix_fr, "PREFIX", ocCell},
      47                 :            :     {cell_protect_fr, "PROTECT", ocCell},
      48                 :            :     {info_numfile_fr, "NUMFILE", ocInfo},
      49                 :            :     {info_recalc_fr, "RECALC", ocInfo},
      50                 :            :     {info_system_fr, "SYSTEM", ocInfo},
      51                 :            :     {info_release_fr, "RELEASE", ocInfo},
      52                 :            :     {info_osversion_fr, "OSVERSION", ocInfo},
      53                 :            :     {NULL, NULL, ocNone}
      54                 :            : };
      55                 :            : 
      56         [ +  - ]:          6 : addToMap(pFr, aFr);
      57                 :            : 
      58                 :            : // ---------------------------------------------------------------------------
      59                 :            : // Hungarian language locale (automatically generated)
      60                 :            : // ---------------------------------------------------------------------------
      61 [ +  - ][ +  - ]:          6 : static const Locale aHu(OUString(RTL_CONSTASCII_USTRINGPARAM("hu")), OUString(), OUString());
         [ +  - ][ #  # ]
      62                 :            : 
      63                 :            : // pre instantiations of localized function names
      64                 :            : static const sal_Unicode cell_address_hu[] = {
      65                 :            :     0x0043, 0x00CD, 0x004D, 0x0000};
      66                 :            : static const sal_Unicode cell_col_hu[] = {
      67                 :            :     0x004F, 0x0053, 0x005A, 0x004C, 0x004F, 0x0050, 0x0000};
      68                 :            : static const sal_Unicode cell_color_hu[] = {
      69                 :            :     0x0053, 0x005A, 0x00CD, 0x004E, 0x0000};
      70                 :            : static const sal_Unicode cell_contents_hu[] = {
      71                 :            :     0x0054, 0x0041, 0x0052, 0x0054, 0x0041, 0x004C, 0x004F, 0x004D, 0x0000};
      72                 :            : static const sal_Unicode cell_width_hu[] = {
      73                 :            :     0x0053, 0x005A, 0x00C9, 0x004C, 0x0045, 0x0053, 0x0000};
      74                 :            : static const sal_Unicode cell_row_hu[] = {
      75                 :            :     0x0053, 0x004F, 0x0052, 0x0000};
      76                 :            : static const sal_Unicode cell_filename_hu[] = {
      77                 :            :     0x0046, 0x0049, 0x004C, 0x0045, 0x004E, 0x00C9, 0x0056, 0x0000};
      78                 :            : static const sal_Unicode cell_prefix_hu[] = {
      79                 :            :     0x0050, 0x0052, 0x0045, 0x0046, 0x0049, 0x0058, 0x0000};
      80                 :            : static const sal_Unicode cell_protect_hu[] = {
      81                 :            :     0x0056, 0x00C9, 0x0044, 0x0045, 0x0054, 0x0054, 0x0000};
      82                 :            : static const sal_Unicode cell_coord_hu[] = {
      83                 :            :     0x004B, 0x004F, 0x004F, 0x0052, 0x0044, 0x0000};
      84                 :            : static const sal_Unicode cell_format_hu[] = {
      85                 :            :     0x0046, 0x004F, 0x0052, 0x004D, 0x0041, 0x0000};
      86                 :            : static const sal_Unicode cell_parentheses_hu[] = {
      87                 :            :     0x005A, 0x00C1, 0x0052, 0x00D3, 0x004A, 0x0045, 0x004C, 0x0045, 0x004B, 0x0000};
      88                 :            : static const sal_Unicode cell_sheet_hu[] = {
      89                 :            :     0x004C, 0x0041, 0x0050, 0x0000};
      90                 :            : static const sal_Unicode cell_type_hu[] = {
      91                 :            :     0x0054, 0x00CD, 0x0050, 0x0055, 0x0053, 0x0000};
      92                 :            : static const sal_Unicode info_numfile_hu[] = {
      93                 :            :     0x0046, 0x0049, 0x004C, 0x0045, 0x0053, 0x005A, 0x00C1, 0x004D, 0x0000};
      94                 :            : static const sal_Unicode info_recalc_hu[] = {
      95                 :            :     0x0053, 0x005A, 0x00C1, 0x004D, 0x004F, 0x004C, 0x00C1, 0x0053, 0x0000};
      96                 :            : static const sal_Unicode info_system_hu[] = {
      97                 :            :     0x0052, 0x0045, 0x004E, 0x0044, 0x0053, 0x005A, 0x0045, 0x0052, 0x0000};
      98                 :            : static const sal_Unicode info_release_hu[] = {
      99                 :            :     0x0056, 0x0045, 0x0052, 0x005A, 0x0049, 0x00D3, 0x0000};
     100                 :            : static const sal_Unicode info_osversion_hu[] = {
     101                 :            :     0x004F, 0x0050, 0x0052, 0x0045, 0x004E, 0x0044, 0x0053, 0x005A, 0x0045, 0x0052, 0x0000};
     102                 :            : 
     103                 :            : static const TransItem pHu[] = {
     104                 :            :     {cell_address_hu, "ADDRESS", ocCell},
     105                 :            :     {cell_col_hu, "COL", ocCell},
     106                 :            :     {cell_color_hu, "COLOR", ocCell},
     107                 :            :     {cell_contents_hu, "CONTENTS", ocCell},
     108                 :            :     {cell_width_hu, "WIDTH", ocCell},
     109                 :            :     {cell_row_hu, "ROW", ocCell},
     110                 :            :     {cell_filename_hu, "FILENAME", ocCell},
     111                 :            :     {cell_prefix_hu, "PREFIX", ocCell},
     112                 :            :     {cell_protect_hu, "PROTECT", ocCell},
     113                 :            :     {cell_coord_hu, "COORD", ocCell},
     114                 :            :     {cell_format_hu, "FORMAT", ocCell},
     115                 :            :     {cell_parentheses_hu, "PARENTHESES", ocCell},
     116                 :            :     {cell_sheet_hu, "SHEET", ocCell},
     117                 :            :     {cell_type_hu, "TYPE", ocCell},
     118                 :            :     {info_numfile_hu, "NUMFILE", ocInfo},
     119                 :            :     {info_recalc_hu, "RECALC", ocInfo},
     120                 :            :     {info_system_hu, "SYSTEM", ocInfo},
     121                 :            :     {info_release_hu, "RELEASE", ocInfo},
     122                 :            :     {info_osversion_hu, "OSVERSION", ocInfo},
     123                 :            :     {NULL, NULL, ocNone}
     124                 :            : };
     125                 :            : 
     126         [ +  - ]:          6 : addToMap(pHu, aHu);
     127                 :            : 
     128                 :            : // ---------------------------------------------------------------------------
     129                 :            : // German language locale (automatically generated)
     130                 :            : // ---------------------------------------------------------------------------
     131 [ +  - ][ +  - ]:          6 : static const Locale aDe(OUString(RTL_CONSTASCII_USTRINGPARAM("de")), OUString(), OUString());
         [ +  - ][ #  # ]
     132                 :            : 
     133                 :            : // pre instantiations of localized function names
     134                 :            : static const sal_Unicode cell_row_de[] = {
     135                 :            :     0x005A, 0x0045, 0x0049, 0x004C, 0x0045, 0x0000};
     136                 :            : static const sal_Unicode cell_col_de[] = {
     137                 :            :     0x0053, 0x0050, 0x0041, 0x004C, 0x0054, 0x0045, 0x0000};
     138                 :            : static const sal_Unicode cell_width_de[] = {
     139                 :            :     0x0042, 0x0052, 0x0045, 0x0049, 0x0054, 0x0045, 0x0000};
     140                 :            : static const sal_Unicode cell_address_de[] = {
     141                 :            :     0x0041, 0x0044, 0x0052, 0x0045, 0x0053, 0x0053, 0x0045, 0x0000};
     142                 :            : static const sal_Unicode cell_filename_de[] = {
     143                 :            :     0x0044, 0x0041, 0x0054, 0x0045, 0x0049, 0x004E, 0x0041, 0x004D, 0x0045, 0x0000};
     144                 :            : static const sal_Unicode cell_color_de[] = {
     145                 :            :     0x0046, 0x0041, 0x0052, 0x0042, 0x0045, 0x0000};
     146                 :            : static const sal_Unicode cell_format_de[] = {
     147                 :            :     0x0046, 0x004F, 0x0052, 0x004D, 0x0041, 0x0054, 0x0000};
     148                 :            : static const sal_Unicode cell_contents_de[] = {
     149                 :            :     0x0049, 0x004E, 0x0048, 0x0041, 0x004C, 0x0054, 0x0000};
     150                 :            : static const sal_Unicode cell_parentheses_de[] = {
     151                 :            :     0x004B, 0x004C, 0x0041, 0x004D, 0x004D, 0x0045, 0x0052, 0x004E, 0x0000};
     152                 :            : static const sal_Unicode cell_protect_de[] = {
     153                 :            :     0x0053, 0x0043, 0x0048, 0x0055, 0x0054, 0x005A, 0x0000};
     154                 :            : static const sal_Unicode cell_type_de[] = {
     155                 :            :     0x0054, 0x0059, 0x0050, 0x0000};
     156                 :            : static const sal_Unicode cell_prefix_de[] = {
     157                 :            :     0x0050, 0x0052, 0x00C4, 0x0046, 0x0049, 0x0058, 0x0000};
     158                 :            : static const sal_Unicode cell_sheet_de[] = {
     159                 :            :     0x0042, 0x004C, 0x0041, 0x0054, 0x0054, 0x0000};
     160                 :            : static const sal_Unicode cell_coord_de[] = {
     161                 :            :     0x004B, 0x004F, 0x004F, 0x0052, 0x0044, 0x0000};
     162                 :            : 
     163                 :            : static const TransItem pDe[] = {
     164                 :            :     {cell_row_de, "ROW", ocCell},
     165                 :            :     {cell_col_de, "COL", ocCell},
     166                 :            :     {cell_width_de, "WIDTH", ocCell},
     167                 :            :     {cell_address_de, "ADDRESS", ocCell},
     168                 :            :     {cell_filename_de, "FILENAME", ocCell},
     169                 :            :     {cell_color_de, "COLOR", ocCell},
     170                 :            :     {cell_format_de, "FORMAT", ocCell},
     171                 :            :     {cell_contents_de, "CONTENTS", ocCell},
     172                 :            :     {cell_parentheses_de, "PARENTHESES", ocCell},
     173                 :            :     {cell_protect_de, "PROTECT", ocCell},
     174                 :            :     {cell_type_de, "TYPE", ocCell},
     175                 :            :     {cell_prefix_de, "PREFIX", ocCell},
     176                 :            :     {cell_sheet_de, "SHEET", ocCell},
     177                 :            :     {cell_coord_de, "COORD", ocCell},
     178                 :            :     {NULL, NULL, ocNone}
     179                 :            : };
     180                 :            : 
     181 [ +  - ][ +  - ]:          6 : addToMap(pDe, aDe);

Generated by: LCOV version 1.10