Commit 784dd261 authored by GoshaZotov's avatar GoshaZotov

import c_oSpecialPasteProps

parent 6a33732a
......@@ -580,16 +580,22 @@ var c_oAscPopUpSelectorType = {
prot['Custom'] = prot.Custom;
window['Asc']['c_oSpecialPasteProps'] = window['Asc'].c_oSpecialPasteProps = c_oSpecialPasteProps;
prot = c_oSpecialPasteProps;
prot['formulas'] = prot.formulas;
prot['formulasNumberFormating'] = prot.formulasNumberFormating;
prot['keepSourceFormating'] = prot.keepSourceFormating;
prot['noBorders'] = prot.noBorders;
prot['keepSourceColumnWidths'] = prot.keepSourceColumnWidths;
prot['paste'] = prot.paste;
prot['pasteOnlyFormula'] = prot.pasteOnlyFormula;
prot['formulaNumberFormat'] = prot.formulaNumberFormat;
prot['formulaAllFormatting'] = prot.formulaAllFormatting;
prot['formulaWithoutBorders'] = prot.formulaWithoutBorders;
prot['formulaColumnWidth'] = prot.formulaColumnWidth;
prot['mergeConditionalFormating'] = prot.mergeConditionalFormating;
prot['pasteOnlyValues'] = prot.pasteOnlyValues;
prot['valueNumberFormat'] = prot.valueNumberFormat;
prot['valueAllFormating'] = prot.valueAllFormating;
prot['pasteOnlyFormating'] = prot.pasteOnlyFormating;
prot['transpose'] = prot.transpose;
prot['values'] = prot.values;
prot['valuesNumberFormating'] = prot.valuesNumberFormating;
prot['formating'] = prot.formating;
prot['pasteLink'] = prot.pasteLink;
prot['link'] = prot.link;
prot['picture'] = prot.picture;
prot['linkedPicture'] = prot.linkedPicture;
prot['sourceformatting'] = prot.sourceformatting;
prot['destinationFormatting'] = prot.destinationFormatting;
})(window);
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