Commit 408e0795 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add asc_setFilter то export

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63659 954022d7-b5bf-4e40-9824-e11837661b57
parent 8b4ac6c1
......@@ -4,7 +4,8 @@ var maxValCol = 20000;
var maxValRow = 100000;
var maxIndividualValues = 10000;
( /**
(
/**
* @param {jQuery} $
* @param {Window} window
* @param {undefined} undefined
......@@ -4457,6 +4458,7 @@ var maxIndividualValues = 10000;
window["Asc"]["AutoFilterObj"] = window["Asc"].AutoFilterObj = AutoFilterObj;
prot = AutoFilterObj.prototype;
prot["asc_getType"] = prot.asc_getType;
prot["asc_setFilter"] = prot.asc_setFilter;
prot["asc_setType"] = prot.asc_setType;
prot["asc_getFilter"] = prot.asc_getFilter;
......
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