Add more words to dict
This commit is contained in:
parent
72d3c60934
commit
5db6c2704c
|
|
@ -1,4 +1,4 @@
|
||||||
personal_ws-1.1 en 440 utf-8
|
personal_ws-1.1 en 450 utf-8
|
||||||
ACOT
|
ACOT
|
||||||
ACOTH
|
ACOTH
|
||||||
ActiveCell
|
ActiveCell
|
||||||
|
|
@ -210,6 +210,7 @@ ISFORMULA
|
||||||
ISOWEEKNUM
|
ISOWEEKNUM
|
||||||
isSaveLock
|
isSaveLock
|
||||||
japanese
|
japanese
|
||||||
|
insertImage
|
||||||
js
|
js
|
||||||
JS
|
JS
|
||||||
json
|
json
|
||||||
|
|
@ -275,6 +276,9 @@ onDocumentStateChange
|
||||||
onlyoffice
|
onlyoffice
|
||||||
ONLYOFFICE
|
ONLYOFFICE
|
||||||
OnlySignatures
|
OnlySignatures
|
||||||
|
onRequestInsertImage
|
||||||
|
onRequestMailMergeRecipients
|
||||||
|
onRequestSaveAs
|
||||||
ooxml
|
ooxml
|
||||||
openclipart
|
openclipart
|
||||||
OpenDocument
|
OpenDocument
|
||||||
|
|
@ -348,6 +352,7 @@ SetColumnWidth
|
||||||
SetHidden
|
SetHidden
|
||||||
SetLeftMargin
|
SetLeftMargin
|
||||||
setLocale
|
setLocale
|
||||||
|
setMailMergeRecipients
|
||||||
SetOffset
|
SetOffset
|
||||||
SetPageOrientation
|
SetPageOrientation
|
||||||
SetRightMargin
|
SetRightMargin
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
* Ability to show shadow for images/shapes
|
* Ability to show shadow for images/shapes
|
||||||
* Add mentions to comments
|
* Add mentions to comments
|
||||||
* Show multi-gradient fill in shapes (bug #40719)
|
* Show multi-gradient fill in shapes (bug #40719)
|
||||||
* Add `onRequestSaveAs` api event for saving file to storage
|
* Add `onRequestSaveAs` Api event for saving file to storage
|
||||||
* Add `onRequestInsertImage` event and `insertImage`
|
* Add `onRequestInsertImage` event and `insertImage`
|
||||||
method for inserting image from storage
|
method for inserting image from storage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue