scfuncs.src (82177cdb) | scfuncs.src (f53782eb) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 2642 unchanged lines hidden (view full) --- 2651 { 2652 Text [ en-US ] = "Logical value " ; 2653 }; 2654 String 3 // Description of Parameter 1 2655 { 2656 Text [ en-US ] = "Logical value 1, logical value 2;...are 1 to 30 conditions to be tested and each returns either TRUE or FALSE." ; 2657 }; 2658 }; | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 2642 unchanged lines hidden (view full) --- 2651 { 2652 Text [ en-US ] = "Logical value " ; 2653 }; 2654 String 3 // Description of Parameter 1 2655 { 2656 Text [ en-US ] = "Logical value 1, logical value 2;...are 1 to 30 conditions to be tested and each returns either TRUE or FALSE." ; 2657 }; 2658 }; |
2659 // -=*# Resource for function ABS #*=- | 2659 // -=*# Resource for function ABS #*=- |
2660 Resource SC_OPCODE_ABS 2661 { 2662 String 1 // Description 2663 { 2664 Text [ en-US ] = "Absolute value of a number." ; 2665 }; 2666 ExtraData = 2667 { --- 191 unchanged lines hidden (view full) --- 2859 { 2860 Text [ en-US ] = "sum_range" ; 2861 }; 2862 String 7 // Description of Parameter 3 2863 { 2864 Text [ en-US ] = "The range from which the values are to be totalled." ; 2865 }; 2866 }; | 2660 Resource SC_OPCODE_ABS 2661 { 2662 String 1 // Description 2663 { 2664 Text [ en-US ] = "Absolute value of a number." ; 2665 }; 2666 ExtraData = 2667 { --- 191 unchanged lines hidden (view full) --- 2859 { 2860 Text [ en-US ] = "sum_range" ; 2861 }; 2862 String 7 // Description of Parameter 3 2863 { 2864 Text [ en-US ] = "The range from which the values are to be totalled." ; 2865 }; 2866 }; |
2867 2868 // -=*# Resource for function AVERAGEIF #*=- 2869 Resource SC_OPCODE_AVERAGE_IF 2870 { 2871 String 1 // Description 2872 { 2873 Text [ en-US ] = "Averages the arguments that meet the conditions." ; 2874 }; 2875 ExtraData = 2876 { 2877 0; 2878 ID_FUNCTION_GRP_MATH; 2879 U2S( HID_FUNC_AVERAGEIF ); 2880 3; 0; 0; 1; 2881 0; 2882 }; 2883 String 2 // Name of Parameter 1 2884 { 2885 Text [ en-US ] = "range" ; 2886 }; 2887 String 3 // Description of Parameter 1 2888 { 2889 Text [ en-US ] = "The range to be evaluated by the criteria given." ; 2890 }; 2891 String 4 // Name of Parameter 2 2892 { 2893 Text [ en-US ] = "criteria" ; 2894 }; 2895 String 5 // Description of Parameter 2 2896 { 2897 Text [ en-US ] = "The cell range in which the search criteria are given." ; 2898 }; 2899 String 6 // Name of Parameter 3 2900 { 2901 Text [ en-US ] = "average_range" ; 2902 }; 2903 String 7 // Description of Parameter 3 2904 { 2905 Text [ en-US ] = "The range from which the values are to be averaged." ; 2906 }; 2907 }; |
|
2867 // -=*# Resource for function ZÄHLENWENN #*=- 2868 Resource SC_OPCODE_COUNT_IF 2869 { 2870 String 1 // Description 2871 { 2872 Text [ en-US ] = "Counts the arguments which meet the set conditions." ; 2873 }; 2874 ExtraData = --- 6167 unchanged lines hidden --- | 2908 // -=*# Resource for function ZÄHLENWENN #*=- 2909 Resource SC_OPCODE_COUNT_IF 2910 { 2911 String 1 // Description 2912 { 2913 Text [ en-US ] = "Counts the arguments which meet the set conditions." ; 2914 }; 2915 ExtraData = --- 6167 unchanged lines hidden --- |