Commit 799fbe46 authored by Alexander.Trofimov's avatar Alexander.Trofimov

export asc_clearFilterColumn

parent 7a4f15b7
"use strict"; "use strict";
var editor; var editor;
(/** (/**
...@@ -810,8 +810,8 @@ var editor; ...@@ -810,8 +810,8 @@ var editor;
oAdditionalData["vkey"] = this.documentVKey; oAdditionalData["vkey"] = this.documentVKey;
oAdditionalData["outputformat"] = sFormat; oAdditionalData["outputformat"] = sFormat;
oAdditionalData["title"] = AscCommon.changeFileExtention(this.documentTitle, AscCommon.getExtentionByFormat(sFormat)); oAdditionalData["title"] = AscCommon.changeFileExtention(this.documentTitle, AscCommon.getExtentionByFormat(sFormat));
if (DownloadType.Print === options.downloadType) { if (DownloadType.Print === options.downloadType) {
oAdditionalData["inline"] = 1; oAdditionalData["inline"] = 1;
} }
if (c_oAscFileType.PDF === sFormat) { if (c_oAscFileType.PDF === sFormat) {
var printPagesData = this.wb.calcPagesPrint(this.adjustPrint); var printPagesData = this.wb.calcPagesPrint(this.adjustPrint);
...@@ -3346,6 +3346,7 @@ var editor; ...@@ -3346,6 +3346,7 @@ var editor;
prot["asc_sortColFilter"] = prot.asc_sortColFilter; prot["asc_sortColFilter"] = prot.asc_sortColFilter;
prot["asc_getAddFormatTableOptions"] = prot.asc_getAddFormatTableOptions; prot["asc_getAddFormatTableOptions"] = prot.asc_getAddFormatTableOptions;
prot["asc_clearFilter"] = prot.asc_clearFilter; prot["asc_clearFilter"] = prot.asc_clearFilter;
prot["asc_clearFilterColumn"] = prot.asc_clearFilterColumn;
prot["asc_changeSelectionFormatTable"] = prot.asc_changeSelectionFormatTable; prot["asc_changeSelectionFormatTable"] = prot.asc_changeSelectionFormatTable;
prot["asc_changeFormatTableInfo"] = prot.asc_changeFormatTableInfo; prot["asc_changeFormatTableInfo"] = prot.asc_changeFormatTableInfo;
prot["asc_insertCellsInTable"] = prot.asc_insertCellsInTable; prot["asc_insertCellsInTable"] = prot.asc_insertCellsInTable;
......
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