Kaydet (Commit) 87d46dc8 authored tarafından Olivier Hallot's avatar Olivier Hallot Kaydeden (comit) Adolfo Jayme Barrientos

tdf#120752 Clarify MATCH() third argument 'Type'

Change-Id: I7a034cbcbca892d80d01baf5b51da3647f45120c
Reviewed-on: https://gerrit.libreoffice.org/67979Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst ecb733da
...@@ -3421,7 +3421,7 @@ const char* SC_OPCODE_MATCH_ARY[] = ...@@ -3421,7 +3421,7 @@ const char* SC_OPCODE_MATCH_ARY[] =
NC_("SC_OPCODE_MATCH", "Lookup array"), NC_("SC_OPCODE_MATCH", "Lookup array"),
NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."), NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."),
NC_("SC_OPCODE_MATCH", "Type"), NC_("SC_OPCODE_MATCH", "Type"),
NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes.") NC_("SC_OPCODE_MATCH", "Type can take the value 1 (first column array ascending), 0 (exact match or wildcard or regular expression match) or -1 (first column array descending) and determines the criteria to be used for comparison purposes.")
}; };
// -=*# Resource for function OFFSET #*=- // -=*# Resource for function OFFSET #*=-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment