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
|
||||
ACOTH
|
||||
ActiveCell
|
||||
|
|
@ -210,6 +210,7 @@ ISFORMULA
|
|||
ISOWEEKNUM
|
||||
isSaveLock
|
||||
japanese
|
||||
insertImage
|
||||
js
|
||||
JS
|
||||
json
|
||||
|
|
@ -275,6 +276,9 @@ onDocumentStateChange
|
|||
onlyoffice
|
||||
ONLYOFFICE
|
||||
OnlySignatures
|
||||
onRequestInsertImage
|
||||
onRequestMailMergeRecipients
|
||||
onRequestSaveAs
|
||||
ooxml
|
||||
openclipart
|
||||
OpenDocument
|
||||
|
|
@ -348,6 +352,7 @@ SetColumnWidth
|
|||
SetHidden
|
||||
SetLeftMargin
|
||||
setLocale
|
||||
setMailMergeRecipients
|
||||
SetOffset
|
||||
SetPageOrientation
|
||||
SetRightMargin
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* Ability to show shadow for images/shapes
|
||||
* Add mentions to comments
|
||||
* 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`
|
||||
method for inserting image from storage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue