Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcooo committed Oct 11, 2023
1 parent 5cf12a4 commit 18baf8e
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 238 deletions.
17 changes: 17 additions & 0 deletions cell/apiDefines.js
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,23 @@ var c_oAscPopUpSelectorType = {

window['Asc']['c_oAscSpreadsheetShortcutType'] = window['Asc'].c_oAscSpreadsheetShortcutType = c_oAscSpreadsheetShortcutType;
prot = c_oAscSpreadsheetShortcutType;
prot["RefreshAllPivots"] = prot.RefreshAllPivots;
prot["RefreshSelectedPivots"] = prot.RefreshSelectedPivots;
prot["EditSelectAll"] = prot.EditSelectAll;
prot["RecalculateAll"] = prot.RecalculateAll;
prot["RecalculateActiveSheet"] = prot.RecalculateActiveSheet;
prot["CellInsertDate"] = prot.CellInsertDate;
prot["CellInsertTime"] = prot.CellInsertTime;
prot["CellInsertSumFunction"] = prot.CellInsertSumFunction;
prot["NextWorksheet"] = prot.NextWorksheet;
prot["PreviousWorksheet"] = prot.PreviousWorksheet;
prot["Strikeout"] = prot.Strikeout;
prot["Italic"] = prot.Italic;
prot["Bold"] = prot.Bold;
prot["Underline"] = prot.Underline;
prot["EditUndo"] = prot.EditUndo;
prot["EditRedo"] = prot.EditRedo;
prot["SpeechWorker"] = prot.SpeechWorker;



Expand Down
Loading

0 comments on commit 18baf8e

Please sign in to comment.