[PE] For Bug 40447

This commit is contained in:
Julia Radzhabova 2021-07-30 18:57:45 +03:00
parent be3714bf98
commit 8eb3a3f102
7 changed files with 20 additions and 4 deletions

View file

@ -480,7 +480,9 @@ define([
Asc.c_oAscFileType.PDFA, Asc.c_oAscFileType.PDFA,
Asc.c_oAscFileType.POTX, Asc.c_oAscFileType.POTX,
Asc.c_oAscFileType.OTP, Asc.c_oAscFileType.OTP,
Asc.c_oAscFileType.PPTM Asc.c_oAscFileType.PPTM,
Asc.c_oAscFileType.PNG,
Asc.c_oAscFileType.JPG
]; ];
if ( !_format || _supported.indexOf(_format) < 0 ) if ( !_format || _supported.indexOf(_format) < 0 )

View file

@ -161,7 +161,9 @@ define([
Asc.c_oAscFileType.PDFA, Asc.c_oAscFileType.PDFA,
Asc.c_oAscFileType.POTX, Asc.c_oAscFileType.POTX,
Asc.c_oAscFileType.OTP, Asc.c_oAscFileType.OTP,
Asc.c_oAscFileType.PPTM Asc.c_oAscFileType.PPTM,
Asc.c_oAscFileType.PNG,
Asc.c_oAscFileType.JPG
]; ];
if ( !_format || _supported.indexOf(_format) < 0 ) if ( !_format || _supported.indexOf(_format) < 0 )

View file

@ -62,7 +62,9 @@ define([
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA}, {name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA},
{name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP} {name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP}
], [ ], [
{name: 'PPTM', imgCls: 'pptm', type: Asc.c_oAscFileType.PPTM} {name: 'PPTM', imgCls: 'pptm', type: Asc.c_oAscFileType.PPTM},
{name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG},
{name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG}
]], ]],
@ -130,7 +132,9 @@ define([
{name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'}, {name: 'PDFA', imgCls: 'pdfa', type: Asc.c_oAscFileType.PDFA, ext: '.pdf'},
{name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP, ext: '.otp'} {name: 'OTP', imgCls: 'otp', type: Asc.c_oAscFileType.OTP, ext: '.otp'}
], [ ], [
{name: 'PPTM', imgCls: 'pptm', type: Asc.c_oAscFileType.PPTM, ext: '.pptm'} {name: 'PPTM', imgCls: 'pptm', type: Asc.c_oAscFileType.PPTM, ext: '.pptm'},
{name: 'PNG', imgCls: 'png', type: Asc.c_oAscFileType.PNG, ext: '.png'},
{name: 'JPG', imgCls: 'jpg', type: Asc.c_oAscFileType.JPG, ext: '.jpg'}
]], ]],
template: _.template([ template: _.template([

View file

@ -333,6 +333,8 @@
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/odp.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/odp.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/otp.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/otp.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pptm.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/pptm.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/png.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/jpg.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg">
<img class="inline-svg" src="../../common/main/resources/img/toolbar/shapetypes.svg"> <img class="inline-svg" src="../../common/main/resources/img/toolbar/shapetypes.svg">
<img class="inline-svg" src="../../common/main/resources/img/toolbar/charttypes.svg"> <img class="inline-svg" src="../../common/main/resources/img/toolbar/charttypes.svg">

View file

@ -355,6 +355,8 @@
<inline src="resources/img/doc-formats/odp.svg" /> <inline src="resources/img/doc-formats/odp.svg" />
<inline src="resources/img/doc-formats/otp.svg" /> <inline src="resources/img/doc-formats/otp.svg" />
<inline src="resources/img/doc-formats/pptm.svg" /> <inline src="resources/img/doc-formats/pptm.svg" />
<inline src="resources/img/doc-formats/png.svg" />
<inline src="resources/img/doc-formats/jpg.svg" />
<inline src="resources/img/doc-formats/blank.svg" /> <inline src="resources/img/doc-formats/blank.svg" />
<inline src="resources/img/toolbar/shapetypes.svg" /> <inline src="resources/img/toolbar/shapetypes.svg" />
<inline src="resources/img/toolbar/charttypes.svg" /> <inline src="resources/img/toolbar/charttypes.svg" />

View file

@ -256,6 +256,8 @@
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/odp.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/odp.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/otp.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/otp.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/pptm.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/pptm.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/png.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/jpg.svg">
<img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg"> <img class="inline-svg" src="../../common/main/resources/img/doc-formats/blank.svg">
<img class="inline-svg" src="../../common/main/resources/img/toolbar/shapetypes.svg"> <img class="inline-svg" src="../../common/main/resources/img/toolbar/shapetypes.svg">
<img class="inline-svg" src="../../common/main/resources/img/toolbar/charttypes.svg"> <img class="inline-svg" src="../../common/main/resources/img/toolbar/charttypes.svg">

View file

@ -310,6 +310,8 @@
<inline src="resources/img/doc-formats/odp.svg" /> <inline src="resources/img/doc-formats/odp.svg" />
<inline src="resources/img/doc-formats/otp.svg" /> <inline src="resources/img/doc-formats/otp.svg" />
<inline src="resources/img/doc-formats/pptm.svg" /> <inline src="resources/img/doc-formats/pptm.svg" />
<inline src="resources/img/doc-formats/png.svg" />
<inline src="resources/img/doc-formats/jpg.svg" />
<inline src="resources/img/doc-formats/blank.svg" /> <inline src="resources/img/doc-formats/blank.svg" />
<inline src="resources/img/toolbar/shapetypes.svg" /> <inline src="resources/img/toolbar/shapetypes.svg" />
<inline src="resources/img/toolbar/charttypes.svg" /> <inline src="resources/img/toolbar/charttypes.svg" />