Commit c00d0710 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

для пользовательского автофильтра изменил соответствия

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48371 954022d7-b5bf-4e40-9824-e11837661b57
parent 004cdddc
......@@ -287,11 +287,11 @@ var c_oAscLayoutPageType = {
var c_oAscCustomAutoFilter = {
equals: 1,
doesNotEqual: 2,
isGreaterThan: 3,
isGreaterThanOrEqualTo: 4,
isLessThan: 5,
isLessThanOrEqualTo: 6,
doesNotEqual: 6,
isGreaterThan: 2,
isGreaterThanOrEqualTo: 3,
isLessThan: 4,
isLessThanOrEqualTo: 5,
beginsWith: 7,
doesNotBeginWith: 8,
endsWith: 9,
......
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