From f7fafe1a59ad3599a99b42f9e97550d4034238f0 Mon Sep 17 00:00:00 2001
From: Julia Radzhabova
Date: Thu, 10 Aug 2017 13:07:18 +0300
Subject: [PATCH 01/12] [DE] Repaint review tip when changes length is changed.
---
apps/common/main/lib/controller/ReviewChanges.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/apps/common/main/lib/controller/ReviewChanges.js b/apps/common/main/lib/controller/ReviewChanges.js
index 549e814d0..c9aad623c 100644
--- a/apps/common/main/lib/controller/ReviewChanges.js
+++ b/apps/common/main/lib/controller/ReviewChanges.js
@@ -140,7 +140,7 @@ define([
changes = this.readSDKChange(sdkchange),
posX = sdkchange[0].get_X(),
posY = sdkchange[0].get_Y(),
- animate = ( Math.abs(this._state.posx-posX)>0.001 || Math.abs(this._state.posy-posY)>0.001),
+ animate = ( Math.abs(this._state.posx-posX)>0.001 || Math.abs(this._state.posy-posY)>0.001) || (sdkchange.length !== this._state.changes_length),
lock = (sdkchange[0].get_LockUserId()!==null),
lockUser = this.getUserName(sdkchange[0].get_LockUserId());
@@ -164,9 +164,11 @@ define([
}
this._state.posx = posX;
this._state.posy = posY;
+ this._state.changes_length = sdkchange.length;
this._state.popoverVisible = true;
} else if (this._state.popoverVisible){
this._state.posx = this._state.posy = -1000;
+ this._state.changes_length = 0;
this._state.popoverVisible = false;
this.getPopover().hide();
this.popoverChanges.reset();
From dd00f493a54680f4d8bf395041d44030c1a40f45 Mon Sep 17 00:00:00 2001
From: Julia Radzhabova
Date: Thu, 10 Aug 2017 13:05:49 +0300
Subject: [PATCH 02/12] Update helps.
---
.../main/resources/help/en/Contents.json | 1 +
.../help/en/HelpfulHints/AdvancedSettings.htm | 7 +-
.../en/HelpfulHints/CollaborativeEditing.htm | 6 +-
.../UsageInstructions/CopyPasteUndoRedo.htm | 9 ++
.../InsertRichTextContentControls.htm | 55 ++++++++++
.../UsageInstructions/SetPageParameters.htm | 2 +
.../help/en/UsageInstructions/ViewDocInfo.htm | 3 +-
.../help/en/images/addedcontentcontrol.png | Bin 0 -> 1055 bytes
.../help/en/images/customcolumns.png | Bin 0 -> 3244 bytes
.../help/en/images/floatingcontentcontrol.png | Bin 0 -> 2754 bytes
.../help/en/images/movecontentcontrol.png | Bin 0 -> 1416 bytes
.../help/en/images/pastespecialbutton.png | Bin 0 -> 191 bytes
.../main/resources/help/ru/Contents.json | 1 +
.../help/ru/HelpfulHints/AdvancedSettings.htm | 7 +-
.../ru/HelpfulHints/CollaborativeEditing.htm | 6 +-
.../UsageInstructions/CopyPasteUndoRedo.htm | 9 ++
.../InsertRichTextContentControls.htm | 55 ++++++++++
.../UsageInstructions/InsertTextObjects.htm | 6 +-
.../UsageInstructions/SetPageParameters.htm | 2 +
.../help/ru/UsageInstructions/ViewDocInfo.htm | 3 +-
.../help/ru/images/addedcontentcontrol.png | Bin 0 -> 1198 bytes
.../help/ru/images/createnewstylewindow.png | Bin 7415 -> 3968 bytes
.../help/ru/images/customcolumns.png | Bin 0 -> 3488 bytes
.../help/ru/images/customstylemenu.png | Bin 13258 -> 16627 bytes
.../help/ru/images/editedstylemenu.png | Bin 16023 -> 17178 bytes
.../help/ru/images/floatingcontentcontrol.png | Bin 0 -> 4072 bytes
.../help/ru/images/formattingpresets.png | Bin 34699 -> 29399 bytes
.../help/ru/images/movecontentcontrol.png | Bin 0 -> 2019 bytes
.../help/ru/images/pastespecialbutton.png | Bin 0 -> 191 bytes
.../main/resources/help/en/Contents.json | 3 +-
.../resources/help/en/HelpfulHints/About.htm | 2 +-
.../help/en/HelpfulHints/Navigation.htm | 2 +-
.../help/en/HelpfulHints/SpellChecking.htm | 34 ++++++
.../help/en/HelpfulHints/SupportedFormats.htm | 2 +-
.../en/UsageInstructions/InsertAutoshapes.htm | 28 ++++-
.../help/en/UsageInstructions/InsertText.htm | 2 +
.../UsageInstructions/PreviewPresentation.htm | 4 +-
.../UsageInstructions/SavePrintDownload.htm | 2 +-
.../ViewPresentationInfo.htm | 3 +-
.../help/en/images/connectionpoint.png | Bin 0 -> 90 bytes
.../resources/help/en/images/connectors.png | Bin 0 -> 3595 bytes
.../help/en/images/connectors_firstshape.png | Bin 0 -> 684 bytes
.../help/en/images/connectors_moveshape.png | Bin 0 -> 2348 bytes
.../help/en/images/connectors_secondshape.png | Bin 0 -> 1013 bytes
.../help/en/images/document_language.png | Bin 0 -> 501 bytes
.../en/images/document_language_window.png | Bin 0 -> 4300 bytes
.../main/resources/help/en/images/hanging.png | Bin 265 -> 278 bytes
.../resources/help/en/images/leftindent.png | Bin 0 -> 101 bytes
.../resources/help/en/images/nextpage.png | Bin 139 -> 131 bytes
.../resources/help/en/images/previouspage.png | Bin 140 -> 135 bytes
.../help/en/images/shape_properties.png | Bin 10190 -> 7488 bytes
.../help/en/images/shape_properties1.png | Bin 8263 -> 6050 bytes
.../help/en/images/shape_properties2.png | Bin 0 -> 6308 bytes
.../help/en/images/shape_properties3.png | Bin 8953 -> 6372 bytes
.../help/en/images/shape_properties4.png | Bin 11866 -> 9490 bytes
.../help/en/images/spellcheckactivated.png | Bin 0 -> 338 bytes
.../help/en/images/spellcheckdeactivated.png | Bin 0 -> 363 bytes
.../help/en/images/spellchecking_language.png | Bin 0 -> 1214 bytes
.../en/images/spellchecking_presentation.png | Bin 0 -> 7458 bytes
.../main/resources/help/ru/Contents.json | 3 +-
.../resources/help/ru/HelpfulHints/About.htm | 2 +-
.../help/ru/HelpfulHints/Navigation.htm | 4 +-
.../help/ru/HelpfulHints/SpellChecking.htm | 34 ++++++
.../help/ru/HelpfulHints/SupportedFormats.htm | 2 +-
.../FillObjectsSelectColor.htm | 2 +-
.../ru/UsageInstructions/InsertAutoshapes.htm | 28 ++++-
.../help/ru/UsageInstructions/InsertText.htm | 6 +-
.../UsageInstructions/PreviewPresentation.htm | 4 +-
.../UsageInstructions/SavePrintDownload.htm | 2 +-
.../ViewPresentationInfo.htm | 3 +-
.../help/ru/images/connectionpoint.png | Bin 0 -> 90 bytes
.../resources/help/ru/images/connectors.png | Bin 0 -> 3573 bytes
.../help/ru/images/connectors_firstshape.png | Bin 0 -> 684 bytes
.../help/ru/images/connectors_moveshape.png | Bin 0 -> 2348 bytes
.../help/ru/images/connectors_secondshape.png | Bin 0 -> 1013 bytes
.../help/ru/images/document_language.png | Bin 0 -> 501 bytes
.../ru/images/document_language_window.png | Bin 0 -> 4321 bytes
.../main/resources/help/ru/images/hanging.png | Bin 265 -> 278 bytes
.../resources/help/ru/images/leftindent.png | Bin 0 -> 101 bytes
.../resources/help/ru/images/nextpage.png | Bin 122 -> 131 bytes
.../resources/help/ru/images/previouspage.png | Bin 124 -> 135 bytes
.../help/ru/images/shape_properties.png | Bin 10858 -> 8894 bytes
.../help/ru/images/shape_properties1.png | Bin 8326 -> 6649 bytes
.../help/ru/images/shape_properties2.png | Bin 0 -> 7039 bytes
.../help/ru/images/shape_properties3.png | Bin 9697 -> 7248 bytes
.../help/ru/images/shape_properties4.png | Bin 13203 -> 11398 bytes
.../help/ru/images/spellcheckactivated.png | Bin 0 -> 338 bytes
.../help/ru/images/spellcheckdeactivated.png | Bin 0 -> 363 bytes
.../help/ru/images/spellchecking_language.png | Bin 0 -> 1368 bytes
.../ru/images/spellchecking_presentation.png | Bin 0 -> 4345 bytes
.../main/resources/help/en/Functions/abs.htm | 4 +-
.../main/resources/help/en/Functions/acos.htm | 4 +-
.../resources/help/en/Functions/acosh.htm | 4 +-
.../main/resources/help/en/Functions/acot.htm | 32 ++++++
.../resources/help/en/Functions/acoth.htm | 32 ++++++
.../main/resources/help/en/Functions/and.htm | 2 +-
.../resources/help/en/Functions/arabic.htm | 34 ++++++
.../main/resources/help/en/Functions/asin.htm | 4 +-
.../resources/help/en/Functions/asinh.htm | 4 +-
.../main/resources/help/en/Functions/atan.htm | 4 +-
.../resources/help/en/Functions/atanh.htm | 4 +-
.../main/resources/help/en/Functions/base.htm | 36 +++++++
.../resources/help/en/Functions/beta-dist.htm | 39 +++++++
.../resources/help/en/Functions/beta-inv.htm | 38 +++++++
.../resources/help/en/Functions/betadist.htm | 38 +++++++
.../help/en/Functions/binom-dist.htm | 37 +++++++
.../resources/help/en/Functions/binom-inv.htm | 36 +++++++
.../resources/help/en/Functions/binomdist.htm | 4 +-
.../resources/help/en/Functions/ceiling.htm | 6 +-
.../help/en/Functions/ceilingmath.htm | 36 +++++++
.../help/en/Functions/ceilingprecise.htm | 35 +++++++
.../resources/help/en/Functions/chidist.htm | 35 +++++++
.../resources/help/en/Functions/chiinv.htm | 35 +++++++
.../help/en/Functions/chisq-dist-rt.htm | 35 +++++++
.../help/en/Functions/chisq-dist.htm | 36 +++++++
.../help/en/Functions/chisq-inv-rt.htm | 35 +++++++
.../resources/help/en/Functions/chisq-inv.htm | 35 +++++++
.../resources/help/en/Functions/combina.htm | 35 +++++++
.../resources/help/en/Functions/concat.htm | 34 ++++++
.../help/en/Functions/concatenate.htm | 2 +-
.../help/en/Functions/confidence-norm.htm | 36 +++++++
.../help/en/Functions/confidence-t.htm | 36 +++++++
.../main/resources/help/en/Functions/cos.htm | 4 +-
.../main/resources/help/en/Functions/cosh.htm | 4 +-
.../main/resources/help/en/Functions/cot.htm | 32 ++++++
.../main/resources/help/en/Functions/coth.htm | 32 ++++++
.../main/resources/help/en/Functions/csc.htm | 32 ++++++
.../main/resources/help/en/Functions/csch.htm | 32 ++++++
.../resources/help/en/Functions/decimal.htm | 35 +++++++
.../resources/help/en/Functions/degrees.htm | 4 +-
.../main/resources/help/en/Functions/even.htm | 4 +-
.../main/resources/help/en/Functions/exp.htm | 4 +-
.../help/en/Functions/expon-dist.htm | 36 +++++++
.../resources/help/en/Functions/expondist.htm | 2 +-
.../resources/help/en/Functions/f-dist-rt.htm | 36 +++++++
.../resources/help/en/Functions/f-dist.htm | 37 +++++++
.../resources/help/en/Functions/f-inv-rt.htm | 36 +++++++
.../resources/help/en/Functions/f-inv.htm | 36 +++++++
.../main/resources/help/en/Functions/fact.htm | 4 +-
.../help/en/Functions/factdouble.htm | 4 +-
.../resources/help/en/Functions/fdist.htm | 36 +++++++
.../main/resources/help/en/Functions/finv.htm | 36 +++++++
.../resources/help/en/Functions/floor.htm | 6 +-
.../resources/help/en/Functions/floormath.htm | 36 +++++++
.../help/en/Functions/floorprecise.htm | 35 +++++++
.../help/en/Functions/gamma-dist.htm | 37 +++++++
.../resources/help/en/Functions/gamma-inv.htm | 36 +++++++
.../resources/help/en/Functions/gamma.htm | 33 ++++++
.../resources/help/en/Functions/gammadist.htm | 37 +++++++
.../resources/help/en/Functions/gammainv.htm | 36 +++++++
.../help/en/Functions/gammaln-precise.htm | 32 ++++++
.../resources/help/en/Functions/gauss.htm | 32 ++++++
.../main/resources/help/en/Functions/if.htm | 2 +-
.../main/resources/help/en/Functions/ifna.htm | 35 +++++++
.../resources/help/en/Functions/imabs.htm | 2 +-
.../resources/help/en/Functions/imaginary.htm | 2 +-
.../help/en/Functions/imargument.htm | 2 +-
.../help/en/Functions/imconjugate.htm | 2 +-
.../resources/help/en/Functions/imcos.htm | 2 +-
.../resources/help/en/Functions/imcosh.htm | 32 ++++++
.../resources/help/en/Functions/imcot.htm | 32 ++++++
.../resources/help/en/Functions/imcsc.htm | 32 ++++++
.../resources/help/en/Functions/imcsch.htm | 32 ++++++
.../resources/help/en/Functions/imdiv.htm | 2 +-
.../resources/help/en/Functions/imexp.htm | 2 +-
.../main/resources/help/en/Functions/imln.htm | 2 +-
.../resources/help/en/Functions/imlog10.htm | 2 +-
.../resources/help/en/Functions/imlog2.htm | 2 +-
.../resources/help/en/Functions/impower.htm | 2 +-
.../resources/help/en/Functions/improduct.htm | 2 +-
.../resources/help/en/Functions/imreal.htm | 2 +-
.../resources/help/en/Functions/imsec.htm | 32 ++++++
.../resources/help/en/Functions/imsech.htm | 32 ++++++
.../resources/help/en/Functions/imsin.htm | 2 +-
.../resources/help/en/Functions/imsinh.htm | 32 ++++++
.../resources/help/en/Functions/imsqrt.htm | 2 +-
.../resources/help/en/Functions/imsub.htm | 2 +-
.../resources/help/en/Functions/imsum.htm | 2 +-
.../resources/help/en/Functions/imtan.htm | 32 ++++++
.../main/resources/help/en/Functions/int.htm | 6 +-
.../help/en/Functions/isoceiling.htm | 35 +++++++
.../main/resources/help/en/Functions/ln.htm | 4 +-
.../main/resources/help/en/Functions/log.htm | 4 +-
.../resources/help/en/Functions/log10.htm | 4 +-
.../resources/help/en/Functions/loginv.htm | 8 +-
.../help/en/Functions/lognorm-dist.htm | 37 +++++++
.../help/en/Functions/lognorm-inv.htm | 36 +++++++
.../help/en/Functions/lognormdist.htm | 6 +-
.../main/resources/help/en/Functions/mod.htm | 8 +-
.../resources/help/en/Functions/mround.htm | 6 +-
.../resources/help/en/Functions/norminv.htm | 2 +-
.../main/resources/help/en/Functions/not.htm | 2 +-
.../help/en/Functions/numbervalue.htm | 37 +++++++
.../main/resources/help/en/Functions/odd.htm | 4 +-
.../main/resources/help/en/Functions/or.htm | 2 +-
.../help/en/Functions/percentile-exc.htm | 34 ++++++
.../help/en/Functions/percentile-inc.htm | 34 ++++++
.../help/en/Functions/percentile.htm | 6 +-
.../help/en/Functions/percentrank-exc.htm | 35 +++++++
.../help/en/Functions/percentrank-inc.htm | 35 +++++++
.../resources/help/en/Functions/power.htm | 6 +-
.../resources/help/en/Functions/product.htm | 4 +-
.../resources/help/en/Functions/radians.htm | 4 +-
.../resources/help/en/Functions/rank-avg.htm | 35 +++++++
.../resources/help/en/Functions/rank-eq.htm | 35 +++++++
.../main/resources/help/en/Functions/rank.htm | 35 +++++++
.../resources/help/en/Functions/round.htm | 4 +-
.../resources/help/en/Functions/rounddown.htm | 4 +-
.../resources/help/en/Functions/roundup.htm | 4 +-
.../main/resources/help/en/Functions/sec.htm | 32 ++++++
.../main/resources/help/en/Functions/sech.htm | 32 ++++++
.../main/resources/help/en/Functions/sign.htm | 4 +-
.../main/resources/help/en/Functions/sin.htm | 4 +-
.../main/resources/help/en/Functions/sinh.htm | 4 +-
.../main/resources/help/en/Functions/sqrt.htm | 6 +-
.../resources/help/en/Functions/sqrtpi.htm | 6 +-
.../resources/help/en/Functions/subtotal.htm | 98 +++++++++++++++++
.../main/resources/help/en/Functions/sum.htm | 4 +-
.../resources/help/en/Functions/t-dist-2t.htm | 35 +++++++
.../resources/help/en/Functions/t-dist-rt.htm | 35 +++++++
.../resources/help/en/Functions/t-dist.htm | 36 +++++++
.../resources/help/en/Functions/t-inv-2t.htm | 35 +++++++
.../resources/help/en/Functions/t-inv.htm | 35 +++++++
.../main/resources/help/en/Functions/tan.htm | 4 +-
.../main/resources/help/en/Functions/tanh.htm | 4 +-
.../resources/help/en/Functions/tdist.htm | 36 +++++++
.../main/resources/help/en/Functions/tinv.htm | 35 +++++++
.../main/resources/help/en/Functions/xor.htm | 38 +++++++
.../help/en/HelpfulHints/AdvancedSettings.htm | 8 +-
.../en/HelpfulHints/CollaborativeEditing.htm | 6 +-
.../en/HelpfulHints/KeyboardShortcuts.htm | 6 +-
.../resources/help/en/HelpfulHints/Search.htm | 5 +-
.../en/UsageInstructions/InsertAutoshapes.htm | 23 +++-
.../en/UsageInstructions/InsertFunction.htm | 10 +-
.../UsageInstructions/InsertTextObjects.htm | 3 +
.../UsageInstructions/SavePrintDownload.htm | 4 +-
.../help/en/UsageInstructions/SortData.htm | 3 +-
.../help/en/UsageInstructions/ViewDocInfo.htm | 3 +-
.../main/resources/help/en/images/acot.png | Bin 0 -> 3283 bytes
.../main/resources/help/en/images/acoth.png | Bin 0 -> 3340 bytes
.../main/resources/help/en/images/arabic.png | Bin 0 -> 3887 bytes
.../resources/help/en/images/autofill.png | Bin 1359 -> 1284 bytes
.../main/resources/help/en/images/base.png | Bin 0 -> 2924 bytes
.../help/en/images/basiccalculations.png | Bin 49196 -> 13199 bytes
.../resources/help/en/images/beta-dist.png | Bin 0 -> 4347 bytes
.../resources/help/en/images/beta-inv.png | Bin 0 -> 4200 bytes
.../resources/help/en/images/betadist.png | Bin 0 -> 3619 bytes
.../resources/help/en/images/binom-dist.png | Bin 0 -> 4684 bytes
.../resources/help/en/images/binom-inv.png | Bin 0 -> 4223 bytes
.../help/en/images/bulletsandnumbering.png | Bin 0 -> 9010 bytes
.../resources/help/en/images/ceilingmath.png | Bin 0 -> 5940 bytes
.../help/en/images/ceilingprecise.png | Bin 0 -> 5274 bytes
.../help/en/images/changecolumnwidth.png | Bin 5534 -> 4477 bytes
.../main/resources/help/en/images/chidist.png | Bin 0 -> 3788 bytes
.../main/resources/help/en/images/chiinv.png | Bin 0 -> 3729 bytes
.../help/en/images/chisq-dist-rt.png | Bin 0 -> 4044 bytes
.../resources/help/en/images/chisq-dist.png | Bin 0 -> 4333 bytes
.../resources/help/en/images/chisq-inv-rt.png | Bin 0 -> 4101 bytes
.../resources/help/en/images/chisq-inv.png | Bin 0 -> 4285 bytes
.../main/resources/help/en/images/combina.png | Bin 0 -> 3720 bytes
.../main/resources/help/en/images/concat.png | Bin 0 -> 4060 bytes
.../resources/help/en/images/concatenate.png | Bin 3844 -> 4203 bytes
.../help/en/images/confidence-norm.png | Bin 0 -> 4447 bytes
.../resources/help/en/images/confidence-t.png | Bin 0 -> 4026 bytes
.../help/en/images/connectionpoint.png | Bin 0 -> 90 bytes
.../resources/help/en/images/connectors.png | Bin 0 -> 3766 bytes
.../help/en/images/connectors_firstshape.png | Bin 0 -> 565 bytes
.../help/en/images/connectors_moveshape.png | Bin 0 -> 1545 bytes
.../help/en/images/connectors_secondshape.png | Bin 0 -> 699 bytes
.../main/resources/help/en/images/cot.png | Bin 0 -> 3434 bytes
.../main/resources/help/en/images/coth.png | Bin 0 -> 5036 bytes
.../main/resources/help/en/images/csc.png | Bin 0 -> 3957 bytes
.../main/resources/help/en/images/csch.png | Bin 0 -> 3718 bytes
.../main/resources/help/en/images/decimal.png | Bin 0 -> 3040 bytes
.../resources/help/en/images/expon-dist.png | Bin 0 -> 4706 bytes
.../resources/help/en/images/f-dist-rt.png | Bin 0 -> 4144 bytes
.../main/resources/help/en/images/f-dist.png | Bin 0 -> 4653 bytes
.../resources/help/en/images/f-inv-rt.png | Bin 0 -> 4286 bytes
.../main/resources/help/en/images/f-inv.png | Bin 0 -> 4080 bytes
.../main/resources/help/en/images/fdist.png | Bin 0 -> 4111 bytes
.../resources/help/en/images/filterwindow.png | Bin 18687 -> 25749 bytes
.../main/resources/help/en/images/finv.png | Bin 0 -> 4218 bytes
.../resources/help/en/images/floormath.png | Bin 0 -> 5755 bytes
.../resources/help/en/images/floorprecise.png | Bin 0 -> 5198 bytes
.../resources/help/en/images/gamma-dist.png | Bin 0 -> 4669 bytes
.../resources/help/en/images/gamma-inv.png | Bin 0 -> 4288 bytes
.../main/resources/help/en/images/gamma.png | Bin 0 -> 6255 bytes
.../resources/help/en/images/gammadist.png | Bin 0 -> 4681 bytes
.../resources/help/en/images/gammainv.png | Bin 0 -> 4253 bytes
.../help/en/images/gammaln-precise.png | Bin 0 -> 5696 bytes
.../main/resources/help/en/images/gauss.png | Bin 0 -> 3495 bytes
.../main/resources/help/en/images/ifna.png | Bin 0 -> 7669 bytes
.../main/resources/help/en/images/imcosh.png | Bin 0 -> 6693 bytes
.../main/resources/help/en/images/imcot.png | Bin 0 -> 6777 bytes
.../main/resources/help/en/images/imcsc.png | Bin 0 -> 6690 bytes
.../main/resources/help/en/images/imcsch.png | Bin 0 -> 6863 bytes
.../main/resources/help/en/images/imsec.png | Bin 0 -> 6806 bytes
.../main/resources/help/en/images/imsech.png | Bin 0 -> 6747 bytes
.../main/resources/help/en/images/imsinh.png | Bin 0 -> 6749 bytes
.../main/resources/help/en/images/imtan.png | Bin 0 -> 6903 bytes
.../resources/help/en/images/isoceiling.png | Bin 0 -> 5186 bytes
.../resources/help/en/images/lognorm-dist.png | Bin 0 -> 4829 bytes
.../resources/help/en/images/lognorm-inv.png | Bin 0 -> 4320 bytes
.../resources/help/en/images/namefield.png | Bin 4057 -> 3977 bytes
.../resources/help/en/images/numbervalue.png | Bin 0 -> 3789 bytes
.../resources/help/en/images/pastespecial.png | Bin 19170 -> 10307 bytes
.../help/en/images/percentile-exc.png | Bin 0 -> 5771 bytes
.../help/en/images/percentile-inc.png | Bin 0 -> 5604 bytes
.../resources/help/en/images/percentile.png | Bin 5760 -> 5707 bytes
.../help/en/images/percentrank-exc.png | Bin 0 -> 6063 bytes
.../help/en/images/percentrank-inc.png | Bin 0 -> 6052 bytes
.../resources/help/en/images/percentrank.png | Bin 5944 -> 5969 bytes
.../resources/help/en/images/rank-avg.png | Bin 0 -> 3750 bytes
.../main/resources/help/en/images/rank-eq.png | Bin 0 -> 3672 bytes
.../main/resources/help/en/images/rank.png | Bin 0 -> 3568 bytes
.../main/resources/help/en/images/sec.png | Bin 0 -> 3698 bytes
.../main/resources/help/en/images/sech.png | Bin 0 -> 3606 bytes
.../help/en/images/selectfromlist.png | Bin 5982 -> 5846 bytes
.../help/en/images/shape_properties.png | Bin 8315 -> 6092 bytes
.../help/en/images/shape_properties_1.png | Bin 10190 -> 7538 bytes
.../help/en/images/shape_properties_2.png | Bin 8953 -> 6372 bytes
.../help/en/images/shape_properties_3.png | Bin 11866 -> 9490 bytes
.../help/en/images/shape_properties_4.png | Bin 13040 -> 6308 bytes
.../resources/help/en/images/subtotal.png | Bin 0 -> 4036 bytes
.../resources/help/en/images/subtotal2.png | Bin 0 -> 3971 bytes
.../resources/help/en/images/t-dist-2t.png | Bin 0 -> 3742 bytes
.../resources/help/en/images/t-dist-rt.png | Bin 0 -> 3783 bytes
.../main/resources/help/en/images/t-dist.png | Bin 0 -> 4192 bytes
.../resources/help/en/images/t-inv-2t.png | Bin 0 -> 3966 bytes
.../main/resources/help/en/images/t-inv.png | Bin 0 -> 4087 bytes
.../main/resources/help/en/images/tdist.png | Bin 0 -> 3923 bytes
.../main/resources/help/en/images/tinv.png | Bin 0 -> 3935 bytes
.../resources/help/en/images/xorfalse.png | Bin 0 -> 3222 bytes
.../main/resources/help/en/images/xortrue.png | Bin 0 -> 3116 bytes
.../main/resources/help/ru/Functions/abs.htm | 4 +-
.../main/resources/help/ru/Functions/acos.htm | 4 +-
.../resources/help/ru/Functions/acosh.htm | 4 +-
.../main/resources/help/ru/Functions/acot.htm | 33 ++++++
.../resources/help/ru/Functions/acoth.htm | 33 ++++++
.../main/resources/help/ru/Functions/and.htm | 2 +-
.../resources/help/ru/Functions/arabic.htm | 35 +++++++
.../main/resources/help/ru/Functions/asin.htm | 4 +-
.../resources/help/ru/Functions/asinh.htm | 4 +-
.../main/resources/help/ru/Functions/atan.htm | 4 +-
.../resources/help/ru/Functions/atanh.htm | 4 +-
.../main/resources/help/ru/Functions/base.htm | 37 +++++++
.../resources/help/ru/Functions/beta-dist.htm | 39 +++++++
.../resources/help/ru/Functions/beta-inv.htm | 38 +++++++
.../resources/help/ru/Functions/betadist.htm | 38 +++++++
.../help/ru/Functions/binom-dist.htm | 37 +++++++
.../resources/help/ru/Functions/binom-inv.htm | 36 +++++++
.../resources/help/ru/Functions/binomdist.htm | 2 +-
.../resources/help/ru/Functions/ceiling.htm | 8 +-
.../help/ru/Functions/ceilingmath.htm | 37 +++++++
.../help/ru/Functions/ceilingprecise.htm | 36 +++++++
.../resources/help/ru/Functions/chidist.htm | 35 +++++++
.../resources/help/ru/Functions/chiinv.htm | 35 +++++++
.../help/ru/Functions/chisq-dist-rt.htm | 35 +++++++
.../help/ru/Functions/chisq-dist.htm | 36 +++++++
.../help/ru/Functions/chisq-inv-rt.htm | 35 +++++++
.../resources/help/ru/Functions/chisq-inv.htm | 35 +++++++
.../resources/help/ru/Functions/combina.htm | 36 +++++++
.../resources/help/ru/Functions/concat.htm | 34 ++++++
.../help/ru/Functions/concatenate.htm | 2 +-
.../help/ru/Functions/confidence-norm.htm | 36 +++++++
.../help/ru/Functions/confidence-t.htm | 36 +++++++
.../main/resources/help/ru/Functions/cos.htm | 4 +-
.../main/resources/help/ru/Functions/cosh.htm | 4 +-
.../main/resources/help/ru/Functions/cot.htm | 33 ++++++
.../main/resources/help/ru/Functions/coth.htm | 33 ++++++
.../main/resources/help/ru/Functions/csc.htm | 33 ++++++
.../main/resources/help/ru/Functions/csch.htm | 33 ++++++
.../resources/help/ru/Functions/decimal.htm | 36 +++++++
.../resources/help/ru/Functions/degrees.htm | 4 +-
.../main/resources/help/ru/Functions/even.htm | 4 +-
.../main/resources/help/ru/Functions/exp.htm | 4 +-
.../help/ru/Functions/expon-dist.htm | 36 +++++++
.../resources/help/ru/Functions/expondist.htm | 4 +-
.../resources/help/ru/Functions/f-dist-rt.htm | 36 +++++++
.../resources/help/ru/Functions/f-dist.htm | 37 +++++++
.../resources/help/ru/Functions/f-inv-rt.htm | 36 +++++++
.../resources/help/ru/Functions/f-inv.htm | 36 +++++++
.../main/resources/help/ru/Functions/fact.htm | 4 +-
.../help/ru/Functions/factdouble.htm | 4 +-
.../resources/help/ru/Functions/fdist.htm | 36 +++++++
.../main/resources/help/ru/Functions/finv.htm | 36 +++++++
.../resources/help/ru/Functions/floor.htm | 6 +-
.../resources/help/ru/Functions/floormath.htm | 37 +++++++
.../help/ru/Functions/floorprecise.htm | 36 +++++++
.../help/ru/Functions/gamma-dist.htm | 37 +++++++
.../resources/help/ru/Functions/gamma-inv.htm | 36 +++++++
.../resources/help/ru/Functions/gamma.htm | 34 ++++++
.../resources/help/ru/Functions/gammadist.htm | 37 +++++++
.../resources/help/ru/Functions/gammainv.htm | 36 +++++++
.../help/ru/Functions/gammaln-precise.htm | 32 ++++++
.../resources/help/ru/Functions/gauss.htm | 33 ++++++
.../main/resources/help/ru/Functions/if.htm | 2 +-
.../main/resources/help/ru/Functions/ifna.htm | 35 +++++++
.../resources/help/ru/Functions/imabs.htm | 2 +-
.../resources/help/ru/Functions/imaginary.htm | 2 +-
.../help/ru/Functions/imargument.htm | 2 +-
.../help/ru/Functions/imconjugate.htm | 2 +-
.../resources/help/ru/Functions/imcos.htm | 2 +-
.../resources/help/ru/Functions/imcosh.htm | 38 +++++++
.../resources/help/ru/Functions/imcot.htm | 38 +++++++
.../resources/help/ru/Functions/imcsc.htm | 38 +++++++
.../resources/help/ru/Functions/imcsch.htm | 38 +++++++
.../resources/help/ru/Functions/imdiv.htm | 2 +-
.../resources/help/ru/Functions/imexp.htm | 2 +-
.../main/resources/help/ru/Functions/imln.htm | 2 +-
.../resources/help/ru/Functions/imlog10.htm | 2 +-
.../resources/help/ru/Functions/imlog2.htm | 2 +-
.../resources/help/ru/Functions/impower.htm | 2 +-
.../resources/help/ru/Functions/improduct.htm | 2 +-
.../resources/help/ru/Functions/imreal.htm | 2 +-
.../resources/help/ru/Functions/imsec.htm | 38 +++++++
.../resources/help/ru/Functions/imsech.htm | 38 +++++++
.../resources/help/ru/Functions/imsin.htm | 2 +-
.../resources/help/ru/Functions/imsinh.htm | 39 +++++++
.../resources/help/ru/Functions/imsqrt.htm | 2 +-
.../resources/help/ru/Functions/imsub.htm | 2 +-
.../resources/help/ru/Functions/imsum.htm | 4 +-
.../resources/help/ru/Functions/imtan.htm | 38 +++++++
.../main/resources/help/ru/Functions/int.htm | 4 +-
.../help/ru/Functions/isoceiling.htm | 36 +++++++
.../main/resources/help/ru/Functions/ln.htm | 4 +-
.../main/resources/help/ru/Functions/log.htm | 4 +-
.../resources/help/ru/Functions/log10.htm | 4 +-
.../resources/help/ru/Functions/loginv.htm | 8 +-
.../help/ru/Functions/lognorm-dist.htm | 37 +++++++
.../help/ru/Functions/lognorm-inv.htm | 36 +++++++
.../help/ru/Functions/lognormdist.htm | 6 +-
.../main/resources/help/ru/Functions/mod.htm | 8 +-
.../resources/help/ru/Functions/mround.htm | 6 +-
.../resources/help/ru/Functions/norminv.htm | 2 +-
.../main/resources/help/ru/Functions/not.htm | 2 +-
.../help/ru/Functions/numbervalue.htm | 37 +++++++
.../main/resources/help/ru/Functions/odd.htm | 4 +-
.../main/resources/help/ru/Functions/or.htm | 2 +-
.../help/ru/Functions/percentile-exc.htm | 34 ++++++
.../help/ru/Functions/percentile-inc.htm | 34 ++++++
.../help/ru/Functions/percentile.htm | 6 +-
.../help/ru/Functions/percentrank-exc.htm | 35 +++++++
.../help/ru/Functions/percentrank-inc.htm | 35 +++++++
.../resources/help/ru/Functions/power.htm | 6 +-
.../resources/help/ru/Functions/product.htm | 4 +-
.../resources/help/ru/Functions/radians.htm | 4 +-
.../resources/help/ru/Functions/rank-avg.htm | 36 +++++++
.../resources/help/ru/Functions/rank-eq.htm | 36 +++++++
.../main/resources/help/ru/Functions/rank.htm | 36 +++++++
.../resources/help/ru/Functions/round.htm | 4 +-
.../resources/help/ru/Functions/rounddown.htm | 4 +-
.../resources/help/ru/Functions/roundup.htm | 4 +-
.../main/resources/help/ru/Functions/sec.htm | 33 ++++++
.../main/resources/help/ru/Functions/sech.htm | 33 ++++++
.../main/resources/help/ru/Functions/sign.htm | 4 +-
.../main/resources/help/ru/Functions/sin.htm | 4 +-
.../main/resources/help/ru/Functions/sinh.htm | 4 +-
.../main/resources/help/ru/Functions/sqrt.htm | 6 +-
.../resources/help/ru/Functions/sqrtpi.htm | 6 +-
.../resources/help/ru/Functions/subtotal.htm | 99 ++++++++++++++++++
.../main/resources/help/ru/Functions/sum.htm | 4 +-
.../resources/help/ru/Functions/t-dist-2t.htm | 35 +++++++
.../resources/help/ru/Functions/t-dist-rt.htm | 35 +++++++
.../resources/help/ru/Functions/t-dist.htm | 36 +++++++
.../resources/help/ru/Functions/t-inv-2t.htm | 36 +++++++
.../resources/help/ru/Functions/t-inv.htm | 35 +++++++
.../main/resources/help/ru/Functions/tan.htm | 4 +-
.../main/resources/help/ru/Functions/tanh.htm | 4 +-
.../resources/help/ru/Functions/tdist.htm | 36 +++++++
.../main/resources/help/ru/Functions/tinv.htm | 36 +++++++
.../main/resources/help/ru/Functions/xor.htm | 39 +++++++
.../help/ru/HelpfulHints/AdvancedSettings.htm | 8 +-
.../ru/HelpfulHints/CollaborativeEditing.htm | 6 +-
.../ru/HelpfulHints/KeyboardShortcuts.htm | 6 +-
.../resources/help/ru/HelpfulHints/Search.htm | 5 +-
.../ru/UsageInstructions/InsertAutoshapes.htm | 28 ++++-
.../ru/UsageInstructions/InsertFunction.htm | 10 +-
.../UsageInstructions/InsertTextObjects.htm | 8 +-
.../UsageInstructions/SavePrintDownload.htm | 4 +-
.../help/ru/UsageInstructions/SortData.htm | 3 +-
.../help/ru/UsageInstructions/ViewDocInfo.htm | 3 +-
.../main/resources/help/ru/images/acot.png | Bin 0 -> 3283 bytes
.../main/resources/help/ru/images/acoth.png | Bin 0 -> 3340 bytes
.../main/resources/help/ru/images/arabic.png | Bin 0 -> 3887 bytes
.../resources/help/ru/images/autofill.png | Bin 1359 -> 1178 bytes
.../main/resources/help/ru/images/base.png | Bin 0 -> 2924 bytes
.../help/ru/images/basiccalculations.png | Bin 49898 -> 13039 bytes
.../resources/help/ru/images/beta-dist.png | Bin 0 -> 4347 bytes
.../resources/help/ru/images/beta-inv.png | Bin 0 -> 4200 bytes
.../resources/help/ru/images/betadist.png | Bin 0 -> 3619 bytes
.../resources/help/ru/images/binom-dist.png | Bin 0 -> 4684 bytes
.../resources/help/ru/images/binom-inv.png | Bin 0 -> 4223 bytes
.../help/ru/images/bulletsandnumbering.png | Bin 0 -> 9721 bytes
.../resources/help/ru/images/ceilingmath.png | Bin 0 -> 5940 bytes
.../help/ru/images/ceilingprecise.png | Bin 0 -> 5274 bytes
.../help/ru/images/changecolumnwidth.png | Bin 4956 -> 4951 bytes
.../main/resources/help/ru/images/chidist.png | Bin 0 -> 3788 bytes
.../main/resources/help/ru/images/chiinv.png | Bin 0 -> 3729 bytes
.../help/ru/images/chisq-dist-rt.png | Bin 0 -> 4044 bytes
.../resources/help/ru/images/chisq-dist.png | Bin 0 -> 4333 bytes
.../resources/help/ru/images/chisq-inv-rt.png | Bin 0 -> 4101 bytes
.../resources/help/ru/images/chisq-inv.png | Bin 0 -> 4285 bytes
.../main/resources/help/ru/images/combina.png | Bin 0 -> 3720 bytes
.../main/resources/help/ru/images/concat.png | Bin 0 -> 4223 bytes
.../resources/help/ru/images/concatenate.png | Bin 3836 -> 4373 bytes
.../help/ru/images/confidence-norm.png | Bin 0 -> 4447 bytes
.../resources/help/ru/images/confidence-t.png | Bin 0 -> 4026 bytes
.../help/ru/images/connectionpoint.png | Bin 0 -> 90 bytes
.../resources/help/ru/images/connectors.png | Bin 0 -> 3713 bytes
.../help/ru/images/connectors_firstshape.png | Bin 0 -> 565 bytes
.../help/ru/images/connectors_moveshape.png | Bin 0 -> 1545 bytes
.../help/ru/images/connectors_secondshape.png | Bin 0 -> 699 bytes
.../main/resources/help/ru/images/cot.png | Bin 0 -> 3434 bytes
.../main/resources/help/ru/images/coth.png | Bin 0 -> 5036 bytes
.../main/resources/help/ru/images/csc.png | Bin 0 -> 3957 bytes
.../main/resources/help/ru/images/csch.png | Bin 0 -> 3718 bytes
.../main/resources/help/ru/images/decimal.png | Bin 0 -> 3040 bytes
.../resources/help/ru/images/expon-dist.png | Bin 0 -> 4706 bytes
.../resources/help/ru/images/f-dist-rt.png | Bin 0 -> 4144 bytes
.../main/resources/help/ru/images/f-dist.png | Bin 0 -> 4653 bytes
.../resources/help/ru/images/f-inv-rt.png | Bin 0 -> 4286 bytes
.../main/resources/help/ru/images/f-inv.png | Bin 0 -> 4080 bytes
.../main/resources/help/ru/images/fdist.png | Bin 0 -> 4111 bytes
.../resources/help/ru/images/filterwindow.png | Bin 33476 -> 29927 bytes
.../main/resources/help/ru/images/finv.png | Bin 0 -> 4218 bytes
.../resources/help/ru/images/floormath.png | Bin 0 -> 5755 bytes
.../resources/help/ru/images/floorprecise.png | Bin 0 -> 5198 bytes
.../resources/help/ru/images/gamma-dist.png | Bin 0 -> 4669 bytes
.../resources/help/ru/images/gamma-inv.png | Bin 0 -> 4288 bytes
.../main/resources/help/ru/images/gamma.png | Bin 0 -> 6255 bytes
.../resources/help/ru/images/gammadist.png | Bin 0 -> 4681 bytes
.../resources/help/ru/images/gammainv.png | Bin 0 -> 4253 bytes
.../help/ru/images/gammaln-precise.png | Bin 0 -> 5696 bytes
.../main/resources/help/ru/images/gauss.png | Bin 0 -> 3495 bytes
.../main/resources/help/ru/images/ifna.png | Bin 0 -> 8353 bytes
.../main/resources/help/ru/images/imcosh.png | Bin 0 -> 6693 bytes
.../main/resources/help/ru/images/imcot.png | Bin 0 -> 6777 bytes
.../main/resources/help/ru/images/imcsc.png | Bin 0 -> 6690 bytes
.../main/resources/help/ru/images/imcsch.png | Bin 0 -> 6863 bytes
.../main/resources/help/ru/images/imsec.png | Bin 0 -> 6806 bytes
.../main/resources/help/ru/images/imsech.png | Bin 0 -> 6747 bytes
.../main/resources/help/ru/images/imsinh.png | Bin 0 -> 6749 bytes
.../main/resources/help/ru/images/imtan.png | Bin 0 -> 6903 bytes
.../resources/help/ru/images/isoceiling.png | Bin 0 -> 5186 bytes
.../resources/help/ru/images/lognorm-dist.png | Bin 0 -> 4829 bytes
.../resources/help/ru/images/lognorm-inv.png | Bin 0 -> 4320 bytes
.../resources/help/ru/images/namefield.png | Bin 4020 -> 3973 bytes
.../resources/help/ru/images/numbervalue.png | Bin 0 -> 3789 bytes
.../resources/help/ru/images/pastespecial.png | Bin 16948 -> 13428 bytes
.../help/ru/images/percentile-exc.png | Bin 0 -> 5771 bytes
.../help/ru/images/percentile-inc.png | Bin 0 -> 5604 bytes
.../resources/help/ru/images/percentile.png | Bin 5760 -> 5707 bytes
.../help/ru/images/percentrank-exc.png | Bin 0 -> 6063 bytes
.../help/ru/images/percentrank-inc.png | Bin 0 -> 6052 bytes
.../resources/help/ru/images/percentrank.png | Bin 5944 -> 5969 bytes
.../main/resources/help/ru/images/presets.png | Bin 3557 -> 3558 bytes
.../resources/help/ru/images/rank-avg.png | Bin 0 -> 3750 bytes
.../main/resources/help/ru/images/rank-eq.png | Bin 0 -> 3672 bytes
.../main/resources/help/ru/images/rank.png | Bin 0 -> 3568 bytes
.../main/resources/help/ru/images/sec.png | Bin 0 -> 3698 bytes
.../main/resources/help/ru/images/sech.png | Bin 0 -> 3606 bytes
.../help/ru/images/selectfromlist.png | Bin 6377 -> 5957 bytes
.../help/ru/images/shape_properties.png | Bin 8419 -> 6653 bytes
.../help/ru/images/shape_properties_1.png | Bin 11040 -> 8772 bytes
.../help/ru/images/shape_properties_2.png | Bin 9689 -> 7249 bytes
.../help/ru/images/shape_properties_3.png | Bin 13197 -> 11399 bytes
.../help/ru/images/shape_properties_4.png | Bin 13040 -> 7042 bytes
.../resources/help/ru/images/subtotal.png | Bin 0 -> 4036 bytes
.../resources/help/ru/images/subtotal2.png | Bin 0 -> 3971 bytes
.../resources/help/ru/images/t-dist-2t.png | Bin 0 -> 3742 bytes
.../resources/help/ru/images/t-dist-rt.png | Bin 0 -> 3783 bytes
.../main/resources/help/ru/images/t-dist.png | Bin 0 -> 4192 bytes
.../resources/help/ru/images/t-inv-2t.png | Bin 0 -> 3966 bytes
.../main/resources/help/ru/images/t-inv.png | Bin 0 -> 4087 bytes
.../main/resources/help/ru/images/tdist.png | Bin 0 -> 3923 bytes
.../main/resources/help/ru/images/tinv.png | Bin 0 -> 3935 bytes
.../resources/help/ru/images/xorfalse.png | Bin 0 -> 3222 bytes
.../main/resources/help/ru/images/xortrue.png | Bin 0 -> 3116 bytes
579 files changed, 5936 insertions(+), 315 deletions(-)
create mode 100644 apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm
create mode 100644 apps/documenteditor/main/resources/help/en/images/addedcontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/en/images/customcolumns.png
create mode 100644 apps/documenteditor/main/resources/help/en/images/floatingcontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/en/images/movecontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/en/images/pastespecialbutton.png
create mode 100644 apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertRichTextContentControls.htm
create mode 100644 apps/documenteditor/main/resources/help/ru/images/addedcontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/ru/images/customcolumns.png
create mode 100644 apps/documenteditor/main/resources/help/ru/images/floatingcontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/ru/images/movecontentcontrol.png
create mode 100644 apps/documenteditor/main/resources/help/ru/images/pastespecialbutton.png
create mode 100644 apps/presentationeditor/main/resources/help/en/HelpfulHints/SpellChecking.htm
create mode 100644 apps/presentationeditor/main/resources/help/en/images/connectionpoint.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/connectors.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/connectors_firstshape.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/connectors_moveshape.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/connectors_secondshape.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/document_language.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/document_language_window.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/leftindent.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/shape_properties2.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/spellcheckactivated.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/spellcheckdeactivated.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/spellchecking_language.png
create mode 100644 apps/presentationeditor/main/resources/help/en/images/spellchecking_presentation.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/connectionpoint.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/connectors.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/connectors_firstshape.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/connectors_moveshape.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/connectors_secondshape.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/document_language.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/document_language_window.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/leftindent.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/shape_properties2.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/spellcheckactivated.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/spellcheckdeactivated.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/spellchecking_language.png
create mode 100644 apps/presentationeditor/main/resources/help/ru/images/spellchecking_presentation.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/acot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/acoth.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/arabic.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/base.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/beta-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/beta-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/betadist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/binom-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/binom-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingmath.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/ceilingprecise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chidist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chiinv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/chisq-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/combina.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/concat.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-norm.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/confidence-t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/cot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/coth.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/csc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/csch.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/decimal.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/expon-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/f-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/f-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/fdist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/finv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/floormath.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/floorprecise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gammaln-precise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/ifna.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imcosh.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imcot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imcsc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imcsch.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imsec.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imsech.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imsinh.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/imtan.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/isoceiling.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/lognorm-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/numbervalue.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-exc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/percentile-inc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-exc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/percentrank-inc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/rank-avg.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/rank-eq.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/rank.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/sec.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/sech.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/subtotal.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-2t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/t-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv-2t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/t-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/tdist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/Functions/xor.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/acot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/acoth.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/arabic.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/base.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/beta-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/beta-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/betadist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/binom-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/binom-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/bulletsandnumbering.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/ceilingmath.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/ceilingprecise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chidist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chiinv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chisq-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chisq-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chisq-inv-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/chisq-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/combina.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/concat.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/confidence-norm.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/confidence-t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/connectionpoint.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/connectors.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/connectors_firstshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/connectors_moveshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/connectors_secondshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/cot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/coth.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/csc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/csch.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/decimal.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/expon-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/f-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/f-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/f-inv-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/f-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/fdist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/finv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/floormath.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/floorprecise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gamma-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gamma-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gamma.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gammadist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gammainv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gammaln-precise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/gauss.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/ifna.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imcosh.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imcot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imcsc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imcsch.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imsec.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imsech.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imsinh.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/imtan.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/isoceiling.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/lognorm-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/lognorm-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/numbervalue.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/percentile-exc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/percentile-inc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/percentrank-exc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/percentrank-inc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/rank-avg.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/rank-eq.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/rank.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/sec.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/sech.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/subtotal.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/subtotal2.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/t-dist-2t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/t-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/t-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/t-inv-2t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/t-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/tdist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/tinv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/xorfalse.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/xortrue.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/acot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/acoth.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/arabic.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/base.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/beta-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/beta-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/betadist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/binom-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/binom-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/bulletsandnumbering.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/ceilingmath.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/ceilingprecise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chidist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chiinv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chisq-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chisq-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chisq-inv-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/chisq-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/combina.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/concat.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/confidence-norm.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/confidence-t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/connectionpoint.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/connectors.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/connectors_firstshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/connectors_moveshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/connectors_secondshape.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/cot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/coth.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/csc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/csch.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/decimal.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/expon-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/f-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/f-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/f-inv-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/f-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/fdist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/finv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/floormath.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/floorprecise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gamma-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gamma-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gamma.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gammadist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gammainv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gammaln-precise.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/gauss.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/ifna.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imcosh.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imcot.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imcsc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imcsch.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imsec.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imsech.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imsinh.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/imtan.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/isoceiling.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/lognorm-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/lognorm-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/numbervalue.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/percentile-exc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/percentile-inc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/percentrank-exc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/percentrank-inc.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/rank-avg.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/rank-eq.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/rank.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/sec.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/sech.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/subtotal.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/subtotal2.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/t-dist-2t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/t-dist-rt.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/t-dist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/t-inv-2t.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/t-inv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/tdist.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/tinv.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/xorfalse.png
create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/xortrue.png
diff --git a/apps/documenteditor/main/resources/help/en/Contents.json b/apps/documenteditor/main/resources/help/en/Contents.json
index d319d7900..5d2dcc725 100644
--- a/apps/documenteditor/main/resources/help/en/Contents.json
+++ b/apps/documenteditor/main/resources/help/en/Contents.json
@@ -27,6 +27,7 @@
{"src": "UsageInstructions/InsertFootnotes.htm", "name": "Insert footnotes" },
{"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations" },
{"src": "UsageInstructions/InsertTextObjects.htm", "name": "Insert text objects" },
+ {"src": "UsageInstructions/InsertRichTextContentControls.htm", "name": "Create forms" },
{"src": "UsageInstructions/UseMailMerge.htm", "name": "Use mail merge"},
{"src": "UsageInstructions/ViewDocInfo.htm", "name": "View document information"},
{"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/download/print your document"},
diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm
index 3520513fe..b9920b1a6 100644
--- a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm
+++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm
@@ -12,7 +12,12 @@
Document Editor lets you change its advanced settings. To access them, click the File icon at the left sidebar and select the Advanced Settings... option. You can also use the icon in the right upper corner of the top toolbar.
The advanced settings are:
- Commenting Display is used to turn on/off the live commenting option. If you disable this feature, the commented passages will be highlighted only if you click the Comments icon.
+ Commenting Display is used to turn on/off the live commenting option:
+
+ Turn on display of the comments - if you disable this feature, the commented passages will be highlighted only if you click the Comments icon at the left sidebar.
+ Turn on display of the resolved comments - if you disable this feature, the resolved comments will be hidden in the document text. You'll be able to view such comments only if you click the Comments icon at the left sidebar.
+
+
Spell Checking is used to turn on/off the spell checking option.
Alternate Input is used to turn on/off hieroglyphs.
Alignment Guides is used to turn on/off alignment guides that appear when you move objects and allow you to position them on the page precisely.
diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
index ac0988c88..77111091f 100644
--- a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
+++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
@@ -50,14 +50,14 @@
click the Add Comment/Add button.
The comment will be seen on the panel on the left. Any other user can answer to the added comment asking questions or reporting on the work he/she has done. For this purpose, click the Add Reply link situated under the comment.
- The text passage you commented will be highlighted in the document. To view the comment, just click within the passage. If you need to disable this feature, click the icon, select the Advanced Settings... option and uncheck the Turn on live commenting option box. In this case the commented passages will be highlighted only if you click the icon.
+ The text passage you commented will be highlighted in the document. To view the comment, just click within the passage. If you need to disable this feature, click the icon, select the Advanced Settings... option and uncheck the Turn on display of the comments box. In this case the commented passages will be highlighted only if you click the icon.
You can manage the comments you added in the following way:
edit them by clicking the icon,
delete them by clicking the icon,
- close the discussion by clicking the icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the icon.
+ close the discussion by clicking the icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the icon. If you want to hide resolved comments, click the icon, select the Advanced Settings... option and uncheck the Turn on display of the resolved comments box. In this case the resolved comments will be highlighted only if you click the icon.
- New comments added by other users will become visible only after you click the icon in the left upper corner of the top toolbar.
+ If you are using the Strict co-editing mode, new comments added by other users will become visible only after you click the icon in the left upper corner of the top toolbar.
To close the panel with comments, click the icon once again.
Copy/paste text passages, undo/redo your actions
+
Use basic clipboard operations
To cut, copy and paste text passages and inserted objects (autoshapes, images, charts) within the current document use the corresponding options from the right-click menu or icons at the top toolbar:
Cut – select a text fragment or an object and use the Cut option from the right-click menu to delete the selection and send it to the computer clipboard memory. The cut data can be later inserted to another place in the same document.
@@ -23,6 +24,14 @@
Ctrl+V key combination for pasting.
Note : instead of cutting and pasting text within the same document you can just select the necessary text passage and drag and drop it to the necessary position.
+
Use the Paste Special feature
+
Once the copied text is pasted, the Paste Special button appears next to the inserted text passage. Click this button to select the necessary paste option.
+
When pasting the paragraph text or some text within autoshapes, the following options are available:
+
+ Paste - allows to paste the copied text keeping its original formatting.
+ Keep text only - allows to paste the text without its original formatting.
+
+
Undo/redo your actions
To perform the undo/redo operations, use the corresponding icons at the top toolbar or keyboard shortcuts:
Undo – use the Undo icon at the top toolbar or the Ctrl+Z key combination to undo the last operation you performed.
diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm
new file mode 100644
index 000000000..6aee97937
--- /dev/null
+++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/InsertRichTextContentControls.htm
@@ -0,0 +1,55 @@
+
+
+
+ Create forms
+
+
+
+
+
+
+
+
Create forms
+
Using rich text content controls you can create a form with input fields that can be filled in by other users, or protect some parts of the document from being edited or deleted. Rich text content controls are objects containing text that can be formatted. Inline controls cannot contain more than one paragraph, while floating controls can contain several paragraphs, lists, and objects (images, shapes, tables etc.).
+
Adding controls
+
To create a new inline control,
+
+ position the insertion point within a line of the text where you want the control to be added, or select a text passage you want to become the control contents.
+ press Shift+F1
+
+
The control will be inserted at the insertion point within a line of the existing text. Inline controls do not allow adding line breaks and cannot contain other objects such as images, tables etc.
+
+
To create a new floating control,
+
+ position the insertion point at the end of a paragraph after which you want the control to be added, or select one or more of the existing paragraphs you want to become the control contents.
+ press Shift+F2
+
+
The control will be inserted in a new paragraph. Floating controls allow adding line breaks, i.e. can contain multiple paragraphs as well as some objects, such as images, tables, other content controls etc.
+
+
Note : The content control border is visible when the control is selected only. The borders do not appear on a printed version.
+
Moving controls
+
Controls can be moved to another place in the document: click the button to the left of the control border to select the control and drag it without releasing the mouse button to another position in the document text.
+
+
You can also copy and paste inline controls: select the necessary control and use the Ctrl+C/Ctrl+V key combinations.
+
Editing control contents
+
To switch to the control editing mode, press Shift+F9 . You will be able to navigate between the controls only using the keyboard arrow buttons.
+
Replace the default text within the control ("Your text here") with your own one: select the default text, press the Delete key and type in a new text or copy a text passage from anywhere and paste it into the content control.
+
Text within the rich text content control of any type (both inline and floating) can be formatted using the icons on the top toolbar: you can adjust the font type, size, color , apply decoration styles and formatting presets . It's also possible to use the Paragraph - Advanced settings window accessible from the contextual menu or from the right sidebar to change the text properties. Text within floating controls can be formatted like a regular text of the document, i.e. you can set line spacing , change paragraph indents , adjust tab stops .
+
Protecting controls
+
You can prevent users from editing or deleting some individual content controls. Use one of the following keyboard shortcuts:
+
+ To protect a control from being edited (but not from being deleted), select the necessary control and press Shift+F6
+ To protect a control from being deleted (but not from being edited), select the necessary control and press Shift+F7
+ To protect a control from being both edited and deleted, select the necessary control and press Shift+F8
+ To disable the protection from editing/deleting, select the necessary control and press Shift+F5
+
+
Removing controls
+
If you do not need a control anymore, you can use one of the following keyboard shortcuts:
+
+ To remove a control and all its contents, select the necessary control and press Shift+F3
+ To remove a control and leave all its contents, select the necessary control and press Shift+F4
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm
index df767d3b2..8949ad72d 100644
--- a/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm
+++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/SetPageParameters.htm
@@ -46,6 +46,8 @@
Left - to add two columns: a narrow column on the left and a wide column on the right,
Right - to add two columns: a narrow column on the right and a wide column on the left.
+
If you want to adjust column settings, select the Custom Columns option from the list. The Columns window will open where you'll be able to set necessary Number of columns (it's possible to add up to 12 columns) and Spacing between columns . Enter your new values into the entry fields or adjust the existing values using arrow buttons. Check the Column divider box to add a vertical line between the columns. When ready, click OK to apply the changes.
+
To exactly specify where a new column should start, place the cursor before the text that you want to move into the new column, click the Insert Page or Section Break icon at the top toolbar and then select the Insert Column Break option. The text will be moved to the next column.
Added column breaks are indicated in your document by a dotted line: . If you do not see the inserted column breaks, click the icon at the top toolbar to display them. To remove a column break select it with the mouse and press the Delete key.
To manually change the column width and spacing, you can use the horizontal ruler.
diff --git a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm
index 2c6b5ee95..2abbb9efe 100644
--- a/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm
+++ b/apps/documenteditor/main/resources/help/en/UsageInstructions/ViewDocInfo.htm
@@ -12,6 +12,7 @@
To access the detailed information about the currently edited document, click the File icon at the left sidebar and select the Document Info... option.
General Information
The document information includes document title, author, location, creation date, and statistics: the number of pages, paragraphs, words, symbols, symbols with spaces.
+
Note : Online Editors allow you to change the document title directly from the editor interface. To do that, select the Rename... option from the File menu or click on the file name displayed in the editor header next to the logo (in the upper left corner), then enter the necessary File name in a new window that opens and click OK .
Permission Information
Note : this option is not available for users with the Read Only permissions.
@@ -21,7 +22,7 @@
Note : this option is not available for free accounts as well as for users with the Read Only permissions.
To view all the changes made to this document, select the Version History option at the left sidebar. You'll see the list of this document versions (major changes) and revisions (minor changes) with the indication of each version/revision author and creation date and time. For document versions, the version number is also specified (e.g. ver. 2 ). To know exactly which changes have been made in each separate version/revision, you can view the one you need by clicking it at the left sidebar. The changes made by the version/revision author are marked with the color which is displayed next to the author name on the left sidebar. To return to the document current version, click the Back to Document link on the top of the version list.
-
To close the File panel and return to document editing, select the Back to Document option.
+
To close the File panel and return to document editing, select the Close Menu option.