diff options
author | Eike Rathke <erack@redhat.com> | 2013-08-15 19:08:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-08-15 19:20:06 +0200 |
commit | 70c213f3f643c9eb730f4580346132a47af466b3 (patch) | |
tree | e686714768304bbdb7e9da7381e2fac1457d5f12 /sc | |
parent | e4c052103bc03d87ca00f68738c86a0722447ff4 (diff) |
get rid of tabs from merge
Change-Id: I39e41abc17979f6b84b787d1078de05475ea8a62
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 302 |
1 files changed, 151 insertions, 151 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 78d6cfa6b57a..6df56c99125c 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -2997,160 +2997,160 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 }; }; - // -=*# Resource for function AVERAGEIF #*=- - Resource SC_OPCODE_AVERAGE_IF - { - String 1 // Description - { - Text [ en-US ] = "Averages the arguments that meet the conditions." ; - }; - ExtraData = - { - 0; - ID_FUNCTION_GRP_MATH; - U2S( HID_FUNC_AVERAGEIF ); - 3; 0; 0; 1; - 0; - }; - String 2 // Name of Parameter 1 - { - Text [ en-US ] = "range" ; - }; - String 3 // Description of Parameter 1 - { - Text [ en-US ] = "The range to be evaluated by the criteria given." ; - }; - String 4 // Name of Parameter 2 - { - Text [ en-US ] = "criteria" ; - }; - String 5 // Description of Parameter 2 - { - Text [ en-US ] = "The cell range in which the search criteria are given." ; - }; - String 6 // Name of Parameter 3 - { - Text [ en-US ] = "average_range" ; - }; - String 7 // Description of Parameter 3 - { - Text [ en-US ] = "The range from which the values are to be averaged." ; - }; - }; + // -=*# Resource for function AVERAGEIF #*=- + Resource SC_OPCODE_AVERAGE_IF + { + String 1 // Description + { + Text [ en-US ] = "Averages the arguments that meet the conditions." ; + }; + ExtraData = + { + 0; + ID_FUNCTION_GRP_MATH; + U2S( HID_FUNC_AVERAGEIF ); + 3; 0; 0; 1; + 0; + }; + String 2 // Name of Parameter 1 + { + Text [ en-US ] = "range" ; + }; + String 3 // Description of Parameter 1 + { + Text [ en-US ] = "The range to be evaluated by the criteria given." ; + }; + String 4 // Name of Parameter 2 + { + Text [ en-US ] = "criteria" ; + }; + String 5 // Description of Parameter 2 + { + Text [ en-US ] = "The cell range in which the search criteria are given." ; + }; + String 6 // Name of Parameter 3 + { + Text [ en-US ] = "average_range" ; + }; + String 7 // Description of Parameter 3 + { + Text [ en-US ] = "The range from which the values are to be averaged." ; + }; + }; - Resource SC_OPCODE_SUM_IFS - { - String 1 // Description - { - Text [ en-US ] = "Totals the values of cells in a range that meet multiple criteria in multiple ranges." ; - }; - ExtraData = - { - 0; - ID_FUNCTION_GRP_MATH; - U2S( HID_FUNC_SUMIFS ); - PAIRED_VAR_ARGS+1; 0; 0; 0; - 0; - }; - String 2 // Name of Parameter 1 - { - Text [ en-US ] = "sum_range" ; - }; - String 3 // Description of Parameter 1 - { - Text [ en-US ] = "The range from which the values are to be totalled." ; - }; - String 4 // Name of Parameter 2 - { - Text [ en-US ] = "range " ; - }; - String 5 // Description of Parameter 2 - { - Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; - }; - String 6 // Name of Parameter 3 - { - Text [ en-US ] = "criteria " ; - }; - String 7 // Description of Parameter 3 - { - Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; - }; - }; + Resource SC_OPCODE_SUM_IFS + { + String 1 // Description + { + Text [ en-US ] = "Totals the values of cells in a range that meet multiple criteria in multiple ranges." ; + }; + ExtraData = + { + 0; + ID_FUNCTION_GRP_MATH; + U2S( HID_FUNC_SUMIFS ); + PAIRED_VAR_ARGS+1; 0; 0; 0; + 0; + }; + String 2 // Name of Parameter 1 + { + Text [ en-US ] = "sum_range" ; + }; + String 3 // Description of Parameter 1 + { + Text [ en-US ] = "The range from which the values are to be totalled." ; + }; + String 4 // Name of Parameter 2 + { + Text [ en-US ] = "range " ; + }; + String 5 // Description of Parameter 2 + { + Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; + }; + String 6 // Name of Parameter 3 + { + Text [ en-US ] = "criteria " ; + }; + String 7 // Description of Parameter 3 + { + Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; + }; + }; - // -=*# Resource for function AVERAGEIFS #*=- - Resource SC_OPCODE_AVERAGE_IFS - { - String 1 // Description - { - Text [ en-US ] = "Averages the value of the cells that meet multiple criteria in multiple ranges." ; - }; - ExtraData = - { - 0; - ID_FUNCTION_GRP_MATH; - U2S( HID_FUNC_AVERAGEIFS ); - PAIRED_VAR_ARGS+1; 0; 0; 0; - 0; - }; - String 2 // Name of Parameter 1 - { - Text [ en-US ] = "average_range" ; - }; - String 3 // Description of Parameter 1 - { - Text [ en-US ] = "The range from which the values are to be averaged." ; - }; - String 4 // Name of Parameter 2 - { - Text [ en-US ] = "range " ; - }; - String 5 // Description of Parameter 2 - { - Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; - }; - String 6 // Name of Parameter 3 - { - Text [ en-US ] = "criteria " ; - }; - String 7 // Description of Parameter 3 - { - Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; - }; - }; + // -=*# Resource for function AVERAGEIFS #*=- + Resource SC_OPCODE_AVERAGE_IFS + { + String 1 // Description + { + Text [ en-US ] = "Averages the value of the cells that meet multiple criteria in multiple ranges." ; + }; + ExtraData = + { + 0; + ID_FUNCTION_GRP_MATH; + U2S( HID_FUNC_AVERAGEIFS ); + PAIRED_VAR_ARGS+1; 0; 0; 0; + 0; + }; + String 2 // Name of Parameter 1 + { + Text [ en-US ] = "average_range" ; + }; + String 3 // Description of Parameter 1 + { + Text [ en-US ] = "The range from which the values are to be averaged." ; + }; + String 4 // Name of Parameter 2 + { + Text [ en-US ] = "range " ; + }; + String 5 // Description of Parameter 2 + { + Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; + }; + String 6 // Name of Parameter 3 + { + Text [ en-US ] = "criteria " ; + }; + String 7 // Description of Parameter 3 + { + Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; + }; + }; - // -=*# Resource for function COUNTIFS #*=- - Resource SC_OPCODE_COUNT_IFS - { - String 1 // Description - { - Text [ en-US ] = "Counts the cells that meet multiple criteria in multiple ranges." ; - }; - ExtraData = - { - 0; - ID_FUNCTION_GRP_MATH; - U2S( HID_FUNC_COUNTIFS ); - PAIRED_VAR_ARGS; 0; 0; - 0; - }; - String 2 // Name of Parameter 1 - { - Text [ en-US ] = "range " ; - }; - String 3 // Description of Parameter 1 - { - Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; - }; - String 4 // Name of Parameter 2 - { - Text [ en-US ] = "criteria " ; - }; - String 5 // Description of Parameter 2 - { - Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; - }; - }; + // -=*# Resource for function COUNTIFS #*=- + Resource SC_OPCODE_COUNT_IFS + { + String 1 // Description + { + Text [ en-US ] = "Counts the cells that meet multiple criteria in multiple ranges." ; + }; + ExtraData = + { + 0; + ID_FUNCTION_GRP_MATH; + U2S( HID_FUNC_COUNTIFS ); + PAIRED_VAR_ARGS; 0; 0; + 0; + }; + String 2 // Name of Parameter 1 + { + Text [ en-US ] = "range " ; + }; + String 3 // Description of Parameter 1 + { + Text [ en-US ] = "Range 1, range 2,... are the ranges to be evaluated by the criteria given." ; + }; + String 4 // Name of Parameter 2 + { + Text [ en-US ] = "criteria " ; + }; + String 5 // Description of Parameter 2 + { + Text [ en-US ] = "Criteria 1, criteria 2,... are the cell ranges in which the search criteria are given." ; + }; + }; // -=*# Resource for function ZÄHLENWENN #*=- Resource SC_OPCODE_COUNT_IF |