From d16069f7f1e188efdba4febb898598a2d4d7009c Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Fri, 12 Jan 2018 17:52:45 +0300 Subject: [PATCH 1/2] Added search to the documentation for all editors --- .../main/resources/help/editor.css | 132 + .../main/resources/help/en/Contents.json | 73 +- .../resources/help/en/HelpfulHints/About.htm | 5 + .../help/en/HelpfulHints/AdvancedSettings.htm | 5 + .../en/HelpfulHints/CollaborativeEditing.htm | 8 +- .../en/HelpfulHints/KeyboardShortcuts.htm | 4 + .../help/en/HelpfulHints/Navigation.htm | 5 + .../resources/help/en/HelpfulHints/Review.htm | 9 +- .../resources/help/en/HelpfulHints/Search.htm | 5 + .../help/en/HelpfulHints/SpellChecking.htm | 5 + .../help/en/HelpfulHints/SupportedFormats.htm | 5 + .../help/en/ProgramInterface/FileTab.htm | 31 + .../help/en/ProgramInterface/HomeTab.htm | 37 + .../help/en/ProgramInterface/InsertTab.htm | 29 + .../help/en/ProgramInterface/LayoutTab.htm | 29 + .../help/en/ProgramInterface/PluginsTab.htm | 32 + .../en/ProgramInterface/ProgramInterface.htm | 39 + .../help/en/ProgramInterface/ReviewTab.htm | 29 + .../help/en/UsageInstructions/AddBorders.htm | 5 + .../en/UsageInstructions/AddHyperlinks.htm | 4 + .../UsageInstructions/AlignArrangeObjects.htm | 5 + .../help/en/UsageInstructions/AlignText.htm | 5 + .../en/UsageInstructions/BackgroundColor.htm | 4 + .../UsageInstructions/ChangeColorScheme.htm | 4 + .../UsageInstructions/ChangeWrappingStyle.htm | 5 + .../UsageInstructions/CopyClearFormatting.htm | 4 + .../UsageInstructions/CopyPasteUndoRedo.htm | 5 + .../help/en/UsageInstructions/CreateLists.htm | 4 + .../en/UsageInstructions/DecorationStyles.htm | 4 + .../UsageInstructions/FontTypeSizeColor.htm | 4 + .../UsageInstructions/FormattingPresets.htm | 5 + .../en/UsageInstructions/InsertAutoshapes.htm | 4 + .../en/UsageInstructions/InsertCharts.htm | 4 + .../en/UsageInstructions/InsertDropCap.htm | 5 + .../en/UsageInstructions/InsertEquation.htm | 5 + .../en/UsageInstructions/InsertFootnotes.htm | 4 + .../InsertHeadersFooters.htm | 4 + .../en/UsageInstructions/InsertImages.htm | 5 + .../UsageInstructions/InsertPageNumbers.htm | 4 + .../InsertRichTextContentControls.htm | 4 + .../en/UsageInstructions/InsertTables.htm | 5 + .../UsageInstructions/InsertTextObjects.htm | 4 + .../help/en/UsageInstructions/LineSpacing.htm | 5 + .../NonprintingCharacters.htm | 5 + .../en/UsageInstructions/OpenCreateNew.htm | 5 + .../help/en/UsageInstructions/PageBreaks.htm | 5 + .../en/UsageInstructions/ParagraphIndents.htm | 5 + .../UsageInstructions/SavePrintDownload.htm | 4 + .../en/UsageInstructions/SectionBreaks.htm | 4 + .../UsageInstructions/SetPageParameters.htm | 12 +- .../help/en/UsageInstructions/SetTabStops.htm | 5 + .../en/UsageInstructions/UseMailMerge.htm | 5 + .../help/en/UsageInstructions/ViewDocInfo.htm | 5 + .../main/resources/help/en/callback.js | 32 - .../main/resources/help/en/editor.css | 35 +- .../help/en/images/interface/editorwindow.png | Bin 0 -> 92208 bytes .../help/en/images/interface/filetab.png | Bin 0 -> 32655 bytes .../help/en/images/interface/hometab.png | Bin 0 -> 15799 bytes .../help/en/images/interface/inserttab.png | Bin 0 -> 15731 bytes .../help/en/images/interface/layouttab.png | Bin 0 -> 13948 bytes .../help/en/images/interface/leftpart.png | Bin 0 -> 1129 bytes .../help/en/images/interface/pluginstab.png | Bin 0 -> 14158 bytes .../help/en/images/interface/reviewtab.png | Bin 0 -> 14715 bytes .../help/en/images/interface/rightpart.png | Bin 0 -> 468 bytes .../help/en/images/versionhistory.png | Bin 3285 -> 3085 bytes .../main/resources/help/en/search/indexes.js | 253 ++ .../resources/help/en/search/js/jquery.min.js | 6 + .../en/search/js/lunr-languages/lunr.multi.js | 75 + .../js/lunr-languages/lunr.stemmer.support.js | 304 ++ .../main/resources/help/en/search/js/lunr.js | 2977 +++++++++++++++++ .../help/en/search/js/page-search.js | 5 + .../main/resources/help/en/search/search.html | 234 ++ .../main/resources/help/ru/Contents.json | 73 +- .../resources/help/ru/HelpfulHints/About.htm | 3 +- .../help/ru/HelpfulHints/AdvancedSettings.htm | 1 + .../ru/HelpfulHints/CollaborativeEditing.htm | 4 +- .../help/ru/HelpfulHints/Navigation.htm | 3 +- .../resources/help/ru/HelpfulHints/Review.htm | 5 +- .../resources/help/ru/HelpfulHints/Search.htm | 3 +- .../help/ru/HelpfulHints/SpellChecking.htm | 1 + .../help/ru/HelpfulHints/SupportedFormats.htm | 3 +- .../help/ru/ProgramInterface/FileTab.htm | 31 + .../help/ru/ProgramInterface/HomeTab.htm | 37 + .../help/ru/ProgramInterface/InsertTab.htm | 29 + .../help/ru/ProgramInterface/LayoutTab.htm | 29 + .../help/ru/ProgramInterface/PluginsTab.htm | 32 + .../ru/ProgramInterface/ProgramInterface.htm | 39 + .../help/ru/ProgramInterface/ReviewTab.htm | 29 + .../help/ru/UsageInstructions/AddBorders.htm | 11 +- .../ru/UsageInstructions/AddHyperlinks.htm | 6 +- .../UsageInstructions/AlignArrangeObjects.htm | 7 +- .../help/ru/UsageInstructions/AlignText.htm | 9 +- .../ru/UsageInstructions/BackgroundColor.htm | 10 +- .../UsageInstructions/ChangeColorScheme.htm | 6 +- .../UsageInstructions/ChangeWrappingStyle.htm | 11 +- .../UsageInstructions/CopyClearFormatting.htm | 6 +- .../UsageInstructions/CopyPasteUndoRedo.htm | 9 +- .../help/ru/UsageInstructions/CreateLists.htm | 6 +- .../ru/UsageInstructions/DecorationStyles.htm | 8 +- .../UsageInstructions/FontTypeSizeColor.htm | 6 +- .../UsageInstructions/FormattingPresets.htm | 7 +- .../ru/UsageInstructions/InsertAutoshapes.htm | 22 +- .../ru/UsageInstructions/InsertCharts.htm | 28 +- .../ru/UsageInstructions/InsertDropCap.htm | 9 +- .../ru/UsageInstructions/InsertEquation.htm | 7 +- .../ru/UsageInstructions/InsertFootnotes.htm | 6 +- .../InsertHeadersFooters.htm | 6 +- .../ru/UsageInstructions/InsertImages.htm | 17 +- .../UsageInstructions/InsertPageNumbers.htm | 6 +- .../InsertRichTextContentControls.htm | 6 +- .../ru/UsageInstructions/InsertTables.htm | 25 +- .../UsageInstructions/InsertTextObjects.htm | 6 +- .../help/ru/UsageInstructions/LineSpacing.htm | 7 +- .../NonprintingCharacters.htm | 7 +- .../ru/UsageInstructions/OpenCreateNew.htm | 9 +- .../help/ru/UsageInstructions/PageBreaks.htm | 13 +- .../ru/UsageInstructions/ParagraphIndents.htm | 11 +- .../UsageInstructions/SavePrintDownload.htm | 10 +- .../ru/UsageInstructions/SectionBreaks.htm | 6 +- .../UsageInstructions/SetPageParameters.htm | 14 +- .../help/ru/UsageInstructions/SetTabStops.htm | 9 +- .../ru/UsageInstructions/UseMailMerge.htm | 1 + .../help/ru/UsageInstructions/ViewDocInfo.htm | 32 +- .../main/resources/help/ru/callback.js | 32 - .../main/resources/help/ru/editor.css | 5 +- .../help/ru/images/interface/editorwindow.png | Bin 0 -> 90205 bytes .../help/ru/images/interface/filetab.png | Bin 0 -> 35632 bytes .../help/ru/images/interface/hometab.png | Bin 0 -> 17084 bytes .../help/ru/images/interface/inserttab.png | Bin 0 -> 17139 bytes .../help/ru/images/interface/layouttab.png | Bin 0 -> 14379 bytes .../help/ru/images/interface/leftpart.png | Bin 0 -> 1129 bytes .../help/ru/images/interface/pluginstab.png | Bin 0 -> 14774 bytes .../help/ru/images/interface/reviewtab.png | Bin 0 -> 15966 bytes .../help/ru/images/interface/rightpart.png | Bin 0 -> 468 bytes .../main/resources/help/ru/search/indexes.js | 471 +-- .../main/resources/help/en/Contents.json | 49 +- .../resources/help/en/HelpfulHints/About.htm | 5 + .../help/en/HelpfulHints/AdvancedSettings.htm | 5 + .../en/HelpfulHints/CollaborativeEditing.htm | 4 + .../en/HelpfulHints/KeyboardShortcuts.htm | 4 + .../help/en/HelpfulHints/Navigation.htm | 5 + .../resources/help/en/HelpfulHints/Search.htm | 5 + .../help/en/HelpfulHints/SpellChecking.htm | 5 + .../help/en/HelpfulHints/SupportedFormats.htm | 5 + .../help/en/ProgramInterface/FileTab.htm | 30 + .../help/en/ProgramInterface/HomeTab.htm | 31 + .../help/en/ProgramInterface/InsertTab.htm | 28 + .../help/en/ProgramInterface/PluginsTab.htm | 30 + .../en/ProgramInterface/ProgramInterface.htm | 39 + .../en/UsageInstructions/AddHyperlinks.htm | 4 + .../UsageInstructions/AlignArrangeObjects.htm | 5 + .../en/UsageInstructions/ApplyTransitions.htm | 5 + .../UsageInstructions/CopyClearFormatting.htm | 4 + .../UsageInstructions/CopyPasteUndoRedo.htm | 5 + .../help/en/UsageInstructions/CreateLists.htm | 5 + .../FillObjectsSelectColor.htm | 5 + .../en/UsageInstructions/InsertAutoshapes.htm | 4 + .../en/UsageInstructions/InsertCharts.htm | 4 + .../en/UsageInstructions/InsertEquation.htm | 5 + .../en/UsageInstructions/InsertImages.htm | 4 + .../en/UsageInstructions/InsertTables.htm | 4 + .../help/en/UsageInstructions/InsertText.htm | 4 + .../en/UsageInstructions/ManageSlides.htm | 4 + .../UsageInstructions/ManipulateObjects.htm | 5 + .../en/UsageInstructions/OpenCreateNew.htm | 5 + .../UsageInstructions/PreviewPresentation.htm | 4 + .../UsageInstructions/SavePrintDownload.htm | 4 + .../UsageInstructions/SetSlideParameters.htm | 4 + .../ViewPresentationInfo.htm | 5 + .../main/resources/help/en/callback.js | 32 - .../main/resources/help/en/editor.css | 29 +- .../help/en/images/interface/editorwindow.png | Bin 0 -> 494318 bytes .../help/en/images/interface/filetab.png | Bin 0 -> 27096 bytes .../help/en/images/interface/hometab.png | Bin 0 -> 24085 bytes .../help/en/images/interface/inserttab.png | Bin 0 -> 13054 bytes .../help/en/images/interface/leftpart.png | Bin 0 -> 1915 bytes .../help/en/images/interface/pluginstab.png | Bin 0 -> 12579 bytes .../help/en/images/interface/rightpart.png | Bin 0 -> 448 bytes .../resources/help/en/images/split_cells.png | Bin 3359 -> 3816 bytes .../main/resources/help/en/search/indexes.js | 168 + .../resources/help/en/search/js/jquery.min.js | 6 + .../en/search/js/lunr-languages/lunr.multi.js | 75 + .../js/lunr-languages/lunr.stemmer.support.js | 304 ++ .../main/resources/help/en/search/js/lunr.js | 2977 +++++++++++++++++ .../help/en/search/js/page-search.js | 5 + .../main/resources/help/en/search/search.html | 234 ++ .../main/resources/help/ru/Contents.json | 45 +- .../resources/help/ru/HelpfulHints/About.htm | 5 + .../help/ru/HelpfulHints/AdvancedSettings.htm | 5 + .../ru/HelpfulHints/CollaborativeEditing.htm | 4 + .../ru/HelpfulHints/KeyboardShortcuts.htm | 4 + .../help/ru/HelpfulHints/Navigation.htm | 5 + .../resources/help/ru/HelpfulHints/Search.htm | 5 + .../help/ru/HelpfulHints/SpellChecking.htm | 5 + .../help/ru/HelpfulHints/SupportedFormats.htm | 5 + .../help/ru/ProgramInterface/FileTab.htm | 30 + .../help/ru/ProgramInterface/HomeTab.htm | 31 + .../help/ru/ProgramInterface/InsertTab.htm | 28 + .../help/ru/ProgramInterface/PluginsTab.htm | 30 + .../ru/ProgramInterface/ProgramInterface.htm | 39 + .../ru/UsageInstructions/AddHyperlinks.htm | 4 + .../UsageInstructions/AlignArrangeObjects.htm | 5 + .../ru/UsageInstructions/ApplyTransitions.htm | 5 + .../UsageInstructions/CopyClearFormatting.htm | 4 + .../UsageInstructions/CopyPasteUndoRedo.htm | 5 + .../help/ru/UsageInstructions/CreateLists.htm | 5 + .../FillObjectsSelectColor.htm | 5 + .../ru/UsageInstructions/InsertAutoshapes.htm | 4 + .../ru/UsageInstructions/InsertCharts.htm | 6 +- .../ru/UsageInstructions/InsertEquation.htm | 5 + .../ru/UsageInstructions/InsertImages.htm | 4 + .../ru/UsageInstructions/InsertTables.htm | 4 + .../help/ru/UsageInstructions/InsertText.htm | 6 +- .../ru/UsageInstructions/ManageSlides.htm | 4 + .../UsageInstructions/ManipulateObjects.htm | 5 + .../ru/UsageInstructions/OpenCreateNew.htm | 5 + .../UsageInstructions/PreviewPresentation.htm | 4 + .../UsageInstructions/SavePrintDownload.htm | 8 +- .../UsageInstructions/SetSlideParameters.htm | 4 + .../ViewPresentationInfo.htm | 5 + .../main/resources/help/ru/callback.js | 32 - .../main/resources/help/ru/editor.css | 29 +- .../help/ru/images/interface/editorwindow.png | Bin 0 -> 495072 bytes .../help/ru/images/interface/filetab.png | Bin 0 -> 29849 bytes .../help/ru/images/interface/hometab.png | Bin 0 -> 23328 bytes .../help/ru/images/interface/inserttab.png | Bin 0 -> 14359 bytes .../help/ru/images/interface/leftpart.png | Bin 0 -> 2174 bytes .../help/ru/images/interface/pluginstab.png | Bin 0 -> 13284 bytes .../help/ru/images/interface/rightpart.png | Bin 0 -> 448 bytes .../main/resources/help/ru/search/indexes.js | 168 + .../resources/help/ru/search/js/jquery.min.js | 6 + .../ru/search/js/lunr-languages/lunr.multi.js | 75 + .../ru/search/js/lunr-languages/lunr.ru.js | 391 +++ .../js/lunr-languages/lunr.stemmer.support.js | 304 ++ .../main/resources/help/ru/search/js/lunr.js | 2977 +++++++++++++++++ .../help/ru/search/js/page-search.js | 5 + .../main/resources/help/ru/search/search.html | 235 ++ .../main/resources/help/en/Contents.json | 61 +- .../main/resources/help/en/Functions/abs.htm | 5 + .../resources/help/en/Functions/accrint.htm | 5 + .../resources/help/en/Functions/accrintm.htm | 5 + .../main/resources/help/en/Functions/acos.htm | 5 + .../resources/help/en/Functions/acosh.htm | 5 + .../main/resources/help/en/Functions/acot.htm | 5 + .../resources/help/en/Functions/acoth.htm | 5 + .../resources/help/en/Functions/address.htm | 5 + .../resources/help/en/Functions/aggregate.htm | 5 + .../resources/help/en/Functions/amordegrc.htm | 5 + .../resources/help/en/Functions/amorintm.htm | 5 + .../resources/help/en/Functions/amorlinc.htm | 5 + .../main/resources/help/en/Functions/and.htm | 5 + .../resources/help/en/Functions/arabic.htm | 5 + .../main/resources/help/en/Functions/asin.htm | 5 + .../resources/help/en/Functions/asinh.htm | 5 + .../main/resources/help/en/Functions/atan.htm | 5 + .../resources/help/en/Functions/atan2.htm | 5 + .../resources/help/en/Functions/atanh.htm | 5 + .../resources/help/en/Functions/avedev.htm | 5 + .../resources/help/en/Functions/average.htm | 5 + .../resources/help/en/Functions/averagea.htm | 5 + .../resources/help/en/Functions/averageif.htm | 5 + .../help/en/Functions/averageifs.htm | 5 + .../main/resources/help/en/Functions/base.htm | 5 + .../resources/help/en/Functions/besseli.htm | 5 + .../resources/help/en/Functions/besselj.htm | 5 + .../resources/help/en/Functions/besselk.htm | 5 + .../resources/help/en/Functions/bessely.htm | 5 + .../resources/help/en/Functions/beta-dist.htm | 5 + .../resources/help/en/Functions/beta-inv.htm | 5 + .../resources/help/en/Functions/betadist.htm | 5 + .../resources/help/en/Functions/bin2dec.htm | 5 + .../resources/help/en/Functions/bin2hex.htm | 5 + .../resources/help/en/Functions/bin2oct.htm | 5 + .../help/en/Functions/binom-dist-range.htm | 5 + .../help/en/Functions/binom-dist.htm | 5 + .../resources/help/en/Functions/binom-inv.htm | 5 + .../resources/help/en/Functions/binomdist.htm | 5 + .../resources/help/en/Functions/bitand.htm | 5 + .../resources/help/en/Functions/bitlshift.htm | 5 + .../resources/help/en/Functions/bitor.htm | 5 + .../resources/help/en/Functions/bitrshift.htm | 5 + .../resources/help/en/Functions/bitxor.htm | 5 + .../resources/help/en/Functions/ceiling.htm | 5 + .../help/en/Functions/ceilingmath.htm | 5 + .../help/en/Functions/ceilingprecise.htm | 5 + .../main/resources/help/en/Functions/char.htm | 5 + .../resources/help/en/Functions/chidist.htm | 5 + .../resources/help/en/Functions/chiinv.htm | 5 + .../help/en/Functions/chisq-dist-rt.htm | 5 + .../help/en/Functions/chisq-dist.htm | 5 + .../help/en/Functions/chisq-inv-rt.htm | 5 + .../resources/help/en/Functions/chisq-inv.htm | 5 + .../help/en/Functions/chisq-test.htm | 5 + .../resources/help/en/Functions/chitest.htm | 5 + .../resources/help/en/Functions/choose.htm | 5 + .../resources/help/en/Functions/clean.htm | 5 + .../main/resources/help/en/Functions/code.htm | 5 + .../resources/help/en/Functions/column.htm | 5 + .../resources/help/en/Functions/columns.htm | 5 + .../resources/help/en/Functions/combin.htm | 5 + .../resources/help/en/Functions/combina.htm | 5 + .../resources/help/en/Functions/complex.htm | 5 + .../resources/help/en/Functions/concat.htm | 5 + .../help/en/Functions/concatenate.htm | 5 + .../help/en/Functions/confidence-norm.htm | 5 + .../help/en/Functions/confidence-t.htm | 5 + .../help/en/Functions/confidence.htm | 5 + .../resources/help/en/Functions/correl.htm | 5 + .../main/resources/help/en/Functions/cos.htm | 5 + .../main/resources/help/en/Functions/cosh.htm | 5 + .../main/resources/help/en/Functions/cot.htm | 5 + .../main/resources/help/en/Functions/coth.htm | 5 + .../resources/help/en/Functions/count.htm | 5 + .../resources/help/en/Functions/counta.htm | 5 + .../help/en/Functions/countblank.htm | 5 + .../resources/help/en/Functions/countif.htm | 5 + .../resources/help/en/Functions/countifs.htm | 5 + .../resources/help/en/Functions/coupdaybs.htm | 5 + .../resources/help/en/Functions/coupdays.htm | 5 + .../help/en/Functions/coupdaysnc.htm | 5 + .../resources/help/en/Functions/coupncd.htm | 5 + .../resources/help/en/Functions/coupnum.htm | 5 + .../resources/help/en/Functions/couppcd.htm | 5 + .../resources/help/en/Functions/covar.htm | 5 + .../help/en/Functions/covariance-p.htm | 5 + .../help/en/Functions/covariance-s.htm | 5 + .../resources/help/en/Functions/critbinom.htm | 5 + .../main/resources/help/en/Functions/csc.htm | 5 + .../main/resources/help/en/Functions/csch.htm | 5 + .../resources/help/en/Functions/cumipmt.htm | 5 + .../resources/help/en/Functions/cumprinc.htm | 5 + .../main/resources/help/en/Functions/date.htm | 5 + .../resources/help/en/Functions/datedif.htm | 5 + .../resources/help/en/Functions/datevalue.htm | 5 + .../resources/help/en/Functions/daverage.htm | 5 + .../main/resources/help/en/Functions/day.htm | 5 + .../main/resources/help/en/Functions/days.htm | 5 + .../resources/help/en/Functions/days360.htm | 5 + .../main/resources/help/en/Functions/db.htm | 5 + .../resources/help/en/Functions/dcount.htm | 5 + .../resources/help/en/Functions/dcounta.htm | 5 + .../main/resources/help/en/Functions/ddb.htm | 5 + .../resources/help/en/Functions/dec2bin.htm | 5 + .../resources/help/en/Functions/dec2hex.htm | 5 + .../resources/help/en/Functions/dec2oct.htm | 5 + .../resources/help/en/Functions/decimal.htm | 5 + .../resources/help/en/Functions/degrees.htm | 5 + .../resources/help/en/Functions/delta.htm | 5 + .../resources/help/en/Functions/devsq.htm | 5 + .../main/resources/help/en/Functions/dget.htm | 5 + .../main/resources/help/en/Functions/disc.htm | 5 + .../main/resources/help/en/Functions/dmax.htm | 5 + .../main/resources/help/en/Functions/dmin.htm | 5 + .../resources/help/en/Functions/dollar.htm | 5 + .../resources/help/en/Functions/dollarde.htm | 5 + .../resources/help/en/Functions/dollarfr.htm | 5 + .../resources/help/en/Functions/dproduct.htm | 5 + .../resources/help/en/Functions/dstdev.htm | 5 + .../resources/help/en/Functions/dstdevp.htm | 5 + .../main/resources/help/en/Functions/dsum.htm | 5 + .../resources/help/en/Functions/duration.htm | 5 + .../main/resources/help/en/Functions/dvar.htm | 5 + .../resources/help/en/Functions/dvarp.htm | 5 + .../help/en/Functions/ecma-ceiling.htm | 5 + .../resources/help/en/Functions/edate.htm | 4 + .../resources/help/en/Functions/effect.htm | 5 + .../resources/help/en/Functions/eomonth.htm | 4 + .../help/en/Functions/erf-precise.htm | 5 + .../main/resources/help/en/Functions/erf.htm | 5 + .../help/en/Functions/erfc-precise.htm | 5 + .../main/resources/help/en/Functions/erfc.htm | 5 + .../help/en/Functions/error.type.htm | 5 + .../main/resources/help/en/Functions/even.htm | 5 + .../resources/help/en/Functions/exact.htm | 5 + .../main/resources/help/en/Functions/exp.htm | 5 + .../help/en/Functions/expon-dist.htm | 5 + .../resources/help/en/Functions/expondist.htm | 5 + .../resources/help/en/Functions/f-dist-rt.htm | 5 + .../resources/help/en/Functions/f-dist.htm | 5 + .../resources/help/en/Functions/f-inv-rt.htm | 5 + .../resources/help/en/Functions/f-inv.htm | 5 + .../main/resources/help/en/Functions/fact.htm | 5 + .../help/en/Functions/factdouble.htm | 5 + .../resources/help/en/Functions/false.htm | 5 + .../resources/help/en/Functions/fdist.htm | 5 + .../main/resources/help/en/Functions/find.htm | 5 + .../main/resources/help/en/Functions/finv.htm | 5 + .../resources/help/en/Functions/fisher.htm | 5 + .../resources/help/en/Functions/fisherinv.htm | 5 + .../resources/help/en/Functions/fixed.htm | 5 + .../resources/help/en/Functions/floor.htm | 5 + .../resources/help/en/Functions/floormath.htm | 5 + .../help/en/Functions/floorprecise.htm | 5 + .../help/en/Functions/forecast-linear.htm | 5 + .../resources/help/en/Functions/forecast.htm | 5 + .../resources/help/en/Functions/frequency.htm | 5 + .../main/resources/help/en/Functions/fv.htm | 5 + .../help/en/Functions/fvschedule.htm | 5 + .../help/en/Functions/gamma-dist.htm | 5 + .../resources/help/en/Functions/gamma-inv.htm | 5 + .../resources/help/en/Functions/gamma.htm | 5 + .../resources/help/en/Functions/gammadist.htm | 5 + .../resources/help/en/Functions/gammainv.htm | 5 + .../help/en/Functions/gammaln-precise.htm | 5 + .../resources/help/en/Functions/gammaln.htm | 5 + .../resources/help/en/Functions/gauss.htm | 5 + .../main/resources/help/en/Functions/gcd.htm | 5 + .../resources/help/en/Functions/geomean.htm | 5 + .../resources/help/en/Functions/gestep.htm | 5 + .../resources/help/en/Functions/harmean.htm | 5 + .../resources/help/en/Functions/hex2bin.htm | 5 + .../resources/help/en/Functions/hex2dec.htm | 5 + .../resources/help/en/Functions/hex2oct.htm | 5 + .../resources/help/en/Functions/hlookup.htm | 5 + .../main/resources/help/en/Functions/hour.htm | 5 + .../help/en/Functions/hypgeomdist.htm | 5 + .../main/resources/help/en/Functions/if.htm | 5 + .../resources/help/en/Functions/iferror.htm | 5 + .../main/resources/help/en/Functions/ifna.htm | 5 + .../resources/help/en/Functions/imabs.htm | 5 + .../resources/help/en/Functions/imaginary.htm | 5 + .../help/en/Functions/imargument.htm | 5 + .../help/en/Functions/imconjugate.htm | 5 + .../resources/help/en/Functions/imcos.htm | 5 + .../resources/help/en/Functions/imcosh.htm | 5 + .../resources/help/en/Functions/imcot.htm | 5 + .../resources/help/en/Functions/imcsc.htm | 5 + .../resources/help/en/Functions/imcsch.htm | 5 + .../resources/help/en/Functions/imdiv.htm | 5 + .../resources/help/en/Functions/imexp.htm | 5 + .../main/resources/help/en/Functions/imln.htm | 5 + .../resources/help/en/Functions/imlog10.htm | 5 + .../resources/help/en/Functions/imlog2.htm | 5 + .../resources/help/en/Functions/impower.htm | 5 + .../resources/help/en/Functions/improduct.htm | 5 + .../resources/help/en/Functions/imreal.htm | 5 + .../resources/help/en/Functions/imsec.htm | 5 + .../resources/help/en/Functions/imsech.htm | 5 + .../resources/help/en/Functions/imsin.htm | 5 + .../resources/help/en/Functions/imsinh.htm | 5 + .../resources/help/en/Functions/imsqrt.htm | 5 + .../resources/help/en/Functions/imsub.htm | 5 + .../resources/help/en/Functions/imsum.htm | 5 + .../resources/help/en/Functions/imtan.htm | 5 + .../resources/help/en/Functions/index.htm | 5 + .../resources/help/en/Functions/indirect.htm | 5 + .../main/resources/help/en/Functions/int.htm | 5 + .../resources/help/en/Functions/intercept.htm | 5 + .../resources/help/en/Functions/intrate.htm | 5 + .../main/resources/help/en/Functions/ipmt.htm | 5 + .../main/resources/help/en/Functions/irr.htm | 5 + .../resources/help/en/Functions/isblank.htm | 5 + .../resources/help/en/Functions/iserr.htm | 5 + .../resources/help/en/Functions/iserror.htm | 5 + .../resources/help/en/Functions/iseven.htm | 5 + .../resources/help/en/Functions/isformula.htm | 5 + .../resources/help/en/Functions/islogical.htm | 5 + .../main/resources/help/en/Functions/isna.htm | 5 + .../resources/help/en/Functions/isnontext.htm | 5 + .../resources/help/en/Functions/isnumber.htm | 5 + .../help/en/Functions/isoceiling.htm | 5 + .../resources/help/en/Functions/isodd.htm | 5 + .../help/en/Functions/isoweeknum.htm | 4 + .../resources/help/en/Functions/ispmt.htm | 5 + .../resources/help/en/Functions/isref.htm | 5 + .../resources/help/en/Functions/istext.htm | 5 + .../main/resources/help/en/Functions/kurt.htm | 5 + .../resources/help/en/Functions/large.htm | 5 + .../main/resources/help/en/Functions/lcm.htm | 5 + .../main/resources/help/en/Functions/left.htm | 5 + .../main/resources/help/en/Functions/len.htm | 5 + .../main/resources/help/en/Functions/ln.htm | 5 + .../main/resources/help/en/Functions/log.htm | 5 + .../resources/help/en/Functions/log10.htm | 5 + .../resources/help/en/Functions/loginv.htm | 5 + .../help/en/Functions/lognorm-dist.htm | 5 + .../help/en/Functions/lognorm-inv.htm | 5 + .../help/en/Functions/lognormdist.htm | 5 + .../resources/help/en/Functions/lookup.htm | 5 + .../resources/help/en/Functions/lower.htm | 5 + .../resources/help/en/Functions/match.htm | 5 + .../main/resources/help/en/Functions/max.htm | 5 + .../main/resources/help/en/Functions/maxa.htm | 5 + .../resources/help/en/Functions/maxifs.htm | 5 + .../resources/help/en/Functions/mdeterm.htm | 5 + .../resources/help/en/Functions/mduration.htm | 5 + .../resources/help/en/Functions/median.htm | 5 + .../main/resources/help/en/Functions/mid.htm | 5 + .../main/resources/help/en/Functions/min.htm | 5 + .../main/resources/help/en/Functions/mina.htm | 5 + .../resources/help/en/Functions/minifs.htm | 5 + .../resources/help/en/Functions/minute.htm | 5 + .../resources/help/en/Functions/minverse.htm | 5 + .../main/resources/help/en/Functions/mirr.htm | 5 + .../resources/help/en/Functions/mmult.htm | 5 + .../main/resources/help/en/Functions/mod.htm | 5 + .../resources/help/en/Functions/mode-mult.htm | 5 + .../resources/help/en/Functions/mode-sngl.htm | 5 + .../main/resources/help/en/Functions/mode.htm | 5 + .../resources/help/en/Functions/month.htm | 5 + .../resources/help/en/Functions/mround.htm | 5 + .../help/en/Functions/multinomial.htm | 5 + .../main/resources/help/en/Functions/n.htm | 5 + .../main/resources/help/en/Functions/na.htm | 5 + .../help/en/Functions/negbinom-dist.htm | 5 + .../help/en/Functions/negbinomdist.htm | 5 + .../help/en/Functions/networkdays-intl.htm | 4 + .../help/en/Functions/networkdays.htm | 4 + .../resources/help/en/Functions/nominal.htm | 5 + .../resources/help/en/Functions/norm-dist.htm | 5 + .../resources/help/en/Functions/norm-inv.htm | 5 + .../help/en/Functions/norm-s-dist.htm | 5 + .../help/en/Functions/norm-s-inv.htm | 5 + .../resources/help/en/Functions/normdist.htm | 5 + .../resources/help/en/Functions/norminv.htm | 5 + .../resources/help/en/Functions/normsdist.htm | 5 + .../resources/help/en/Functions/normsinv.htm | 5 + .../main/resources/help/en/Functions/not.htm | 5 + .../main/resources/help/en/Functions/now.htm | 5 + .../main/resources/help/en/Functions/nper.htm | 5 + .../main/resources/help/en/Functions/npv.htm | 5 + .../help/en/Functions/numbervalue.htm | 5 + .../resources/help/en/Functions/oct2bin.htm | 5 + .../resources/help/en/Functions/oct2dec.htm | 5 + .../resources/help/en/Functions/oct2hex.htm | 5 + .../main/resources/help/en/Functions/odd.htm | 5 + .../resources/help/en/Functions/oddfprice.htm | 5 + .../resources/help/en/Functions/oddfyield.htm | 5 + .../resources/help/en/Functions/oddlprice.htm | 5 + .../resources/help/en/Functions/oddlyield.htm | 5 + .../resources/help/en/Functions/offset.htm | 5 + .../main/resources/help/en/Functions/or.htm | 5 + .../resources/help/en/Functions/pearson.htm | 5 + .../help/en/Functions/percentile-exc.htm | 5 + .../help/en/Functions/percentile-inc.htm | 5 + .../help/en/Functions/percentile.htm | 5 + .../help/en/Functions/percentrank-exc.htm | 5 + .../help/en/Functions/percentrank-inc.htm | 5 + .../help/en/Functions/percentrank.htm | 5 + .../resources/help/en/Functions/permut.htm | 5 + .../help/en/Functions/permutationa.htm | 5 + .../main/resources/help/en/Functions/phi.htm | 5 + .../main/resources/help/en/Functions/pi.htm | 5 + .../main/resources/help/en/Functions/pmt.htm | 5 + .../help/en/Functions/poisson-dist.htm | 5 + .../resources/help/en/Functions/poisson.htm | 5 + .../resources/help/en/Functions/power.htm | 5 + .../main/resources/help/en/Functions/ppmt.htm | 5 + .../resources/help/en/Functions/price.htm | 5 + .../resources/help/en/Functions/pricedisc.htm | 5 + .../resources/help/en/Functions/pricemat.htm | 5 + .../main/resources/help/en/Functions/prob.htm | 5 + .../resources/help/en/Functions/product.htm | 5 + .../resources/help/en/Functions/proper.htm | 5 + .../main/resources/help/en/Functions/pv.htm | 5 + .../help/en/Functions/quartile-exc.htm | 5 + .../help/en/Functions/quartile-inc.htm | 5 + .../resources/help/en/Functions/quartile.htm | 5 + .../resources/help/en/Functions/quotient.htm | 5 + .../resources/help/en/Functions/radians.htm | 5 + .../main/resources/help/en/Functions/rand.htm | 5 + .../help/en/Functions/randbetween.htm | 5 + .../resources/help/en/Functions/rank-avg.htm | 5 + .../resources/help/en/Functions/rank-eq.htm | 5 + .../main/resources/help/en/Functions/rank.htm | 5 + .../main/resources/help/en/Functions/rate.htm | 5 + .../resources/help/en/Functions/received.htm | 5 + .../resources/help/en/Functions/replace.htm | 5 + .../main/resources/help/en/Functions/rept.htm | 5 + .../resources/help/en/Functions/right.htm | 5 + .../resources/help/en/Functions/roman.htm | 5 + .../resources/help/en/Functions/round.htm | 5 + .../resources/help/en/Functions/rounddown.htm | 5 + .../resources/help/en/Functions/roundup.htm | 5 + .../main/resources/help/en/Functions/row.htm | 5 + .../main/resources/help/en/Functions/rows.htm | 5 + .../main/resources/help/en/Functions/rri.htm | 5 + .../main/resources/help/en/Functions/rsq.htm | 5 + .../resources/help/en/Functions/search.htm | 5 + .../main/resources/help/en/Functions/sec.htm | 5 + .../main/resources/help/en/Functions/sech.htm | 5 + .../resources/help/en/Functions/second.htm | 5 + .../resources/help/en/Functions/seriessum.htm | 5 + .../resources/help/en/Functions/sheet.htm | 5 + .../resources/help/en/Functions/sheets.htm | 5 + .../main/resources/help/en/Functions/sign.htm | 5 + .../main/resources/help/en/Functions/sin.htm | 5 + .../main/resources/help/en/Functions/sinh.htm | 5 + .../resources/help/en/Functions/skew-p.htm | 5 + .../main/resources/help/en/Functions/skew.htm | 5 + .../main/resources/help/en/Functions/sln.htm | 5 + .../resources/help/en/Functions/slope.htm | 5 + .../resources/help/en/Functions/small.htm | 5 + .../main/resources/help/en/Functions/sqrt.htm | 5 + .../resources/help/en/Functions/sqrtpi.htm | 5 + .../help/en/Functions/standardize.htm | 5 + .../resources/help/en/Functions/stdev-p.htm | 5 + .../resources/help/en/Functions/stdev-s.htm | 5 + .../resources/help/en/Functions/stdev.htm | 5 + .../resources/help/en/Functions/stdeva.htm | 5 + .../resources/help/en/Functions/stdevp.htm | 5 + .../resources/help/en/Functions/stdevpa.htm | 5 + .../resources/help/en/Functions/steyx.htm | 5 + .../help/en/Functions/substitute.htm | 5 + .../resources/help/en/Functions/subtotal.htm | 5 + .../main/resources/help/en/Functions/sum.htm | 5 + .../resources/help/en/Functions/sumif.htm | 5 + .../resources/help/en/Functions/sumifs.htm | 5 + .../help/en/Functions/sumproduct.htm | 5 + .../resources/help/en/Functions/sumsq.htm | 5 + .../resources/help/en/Functions/sumx2my2.htm | 5 + .../resources/help/en/Functions/sumx2py2.htm | 5 + .../resources/help/en/Functions/sumxmy2.htm | 5 + .../resources/help/en/Functions/switch.htm | 5 + .../main/resources/help/en/Functions/syd.htm | 5 + .../resources/help/en/Functions/t-dist-2t.htm | 5 + .../resources/help/en/Functions/t-dist-rt.htm | 5 + .../resources/help/en/Functions/t-dist.htm | 5 + .../resources/help/en/Functions/t-inv-2t.htm | 5 + .../resources/help/en/Functions/t-inv.htm | 5 + .../resources/help/en/Functions/t-test.htm | 5 + .../main/resources/help/en/Functions/t.htm | 5 + .../main/resources/help/en/Functions/tan.htm | 5 + .../main/resources/help/en/Functions/tanh.htm | 5 + .../resources/help/en/Functions/tbilleq.htm | 5 + .../help/en/Functions/tbillprice.htm | 5 + .../help/en/Functions/tbillyield.htm | 5 + .../resources/help/en/Functions/tdist.htm | 5 + .../main/resources/help/en/Functions/text.htm | 5 + .../resources/help/en/Functions/textjoin.htm | 5 + .../main/resources/help/en/Functions/time.htm | 5 + .../resources/help/en/Functions/timevalue.htm | 5 + .../main/resources/help/en/Functions/tinv.htm | 5 + .../resources/help/en/Functions/today.htm | 5 + .../resources/help/en/Functions/transpose.htm | 5 + .../main/resources/help/en/Functions/trim.htm | 5 + .../resources/help/en/Functions/trimmean.htm | 5 + .../main/resources/help/en/Functions/true.htm | 5 + .../resources/help/en/Functions/trunc.htm | 5 + .../resources/help/en/Functions/ttest.htm | 5 + .../main/resources/help/en/Functions/type.htm | 5 + .../resources/help/en/Functions/unichar.htm | 5 + .../resources/help/en/Functions/unicode.htm | 5 + .../resources/help/en/Functions/upper.htm | 5 + .../resources/help/en/Functions/value.htm | 5 + .../resources/help/en/Functions/var-p.htm | 5 + .../resources/help/en/Functions/var-s.htm | 5 + .../main/resources/help/en/Functions/var.htm | 5 + .../main/resources/help/en/Functions/vara.htm | 5 + .../main/resources/help/en/Functions/varp.htm | 5 + .../resources/help/en/Functions/varpa.htm | 5 + .../main/resources/help/en/Functions/vdb.htm | 5 + .../resources/help/en/Functions/vlookup.htm | 5 + .../resources/help/en/Functions/weekday.htm | 4 + .../resources/help/en/Functions/weeknum.htm | 4 + .../help/en/Functions/weibull-dist.htm | 5 + .../resources/help/en/Functions/weibull.htm | 5 + .../help/en/Functions/workday-intl.htm | 4 + .../resources/help/en/Functions/workday.htm | 4 + .../main/resources/help/en/Functions/xirr.htm | 5 + .../main/resources/help/en/Functions/xnpv.htm | 5 + .../main/resources/help/en/Functions/xor.htm | 5 + .../main/resources/help/en/Functions/year.htm | 5 + .../resources/help/en/Functions/yearfrac.htm | 4 + .../resources/help/en/Functions/yield.htm | 5 + .../resources/help/en/Functions/yielddisc.htm | 5 + .../resources/help/en/Functions/yieldmat.htm | 5 + .../resources/help/en/Functions/z-test.htm | 5 + .../resources/help/en/Functions/ztest.htm | 5 + .../resources/help/en/HelpfulHints/About.htm | 5 + .../help/en/HelpfulHints/AdvancedSettings.htm | 5 + .../en/HelpfulHints/CollaborativeEditing.htm | 8 +- .../en/HelpfulHints/KeyboardShortcuts.htm | 4 + .../help/en/HelpfulHints/Navigation.htm | 5 + .../resources/help/en/HelpfulHints/Search.htm | 5 + .../help/en/HelpfulHints/SupportedFormats.htm | 5 + .../help/en/ProgramInterface/FileTab.htm | 30 + .../help/en/ProgramInterface/HomeTab.htm | 34 + .../help/en/ProgramInterface/InsertTab.htm | 27 + .../help/en/ProgramInterface/PluginsTab.htm | 30 + .../en/ProgramInterface/ProgramInterface.htm | 39 + .../help/en/UsageInstructions/AddBorders.htm | 5 + .../en/UsageInstructions/AddHyperlinks.htm | 5 + .../help/en/UsageInstructions/AlignText.htm | 5 + .../UsageInstructions/ChangeNumberFormat.htm | 5 + .../en/UsageInstructions/ClearFormatting.htm | 4 + .../en/UsageInstructions/CopyPasteData.htm | 5 + .../UsageInstructions/FontTypeSizeStyle.htm | 4 + .../en/UsageInstructions/InsertAutoshapes.htm | 4 + .../help/en/UsageInstructions/InsertChart.htm | 4 + .../UsageInstructions/InsertDeleteCells.htm | 5 + .../en/UsageInstructions/InsertEquation.htm | 5 + .../en/UsageInstructions/InsertFunction.htm | 4 + .../en/UsageInstructions/InsertImages.htm | 4 + .../UsageInstructions/InsertTextObjects.htm | 4 + .../en/UsageInstructions/ManageSheets.htm | 5 + .../UsageInstructions/ManipulateObjects.htm | 5 + .../help/en/UsageInstructions/MergeCells.htm | 5 + .../en/UsageInstructions/OpenCreateNew.htm | 5 + .../UsageInstructions/SavePrintDownload.htm | 4 + .../help/en/UsageInstructions/SortData.htm | 6 +- .../help/en/UsageInstructions/UndoRedo.htm | 4 + .../en/UsageInstructions/UseNamedRanges.htm | 4 + .../help/en/UsageInstructions/ViewDocInfo.htm | 5 + .../main/resources/help/en/editor.css | 42 +- .../help/en/images/interface/editorwindow.png | Bin 0 -> 104932 bytes .../help/en/images/interface/filetab.png | Bin 0 -> 29138 bytes .../help/en/images/interface/hometab.png | Bin 0 -> 15155 bytes .../help/en/images/interface/inserttab.png | Bin 0 -> 12612 bytes .../help/en/images/interface/leftpart.png | Bin 0 -> 1129 bytes .../help/en/images/interface/pluginstab.png | Bin 0 -> 12555 bytes .../help/en/images/interface/rightpart.png | Bin 0 -> 468 bytes .../main/resources/help/en/search/indexes.js | 2328 +++++++++++++ .../resources/help/en/search/js/jquery.min.js | 6 + .../en/search/js/lunr-languages/lunr.multi.js | 75 + .../js/lunr-languages/lunr.stemmer.support.js | 304 ++ .../main/resources/help/en/search/js/lunr.js | 2977 +++++++++++++++++ .../help/en/search/js/page-search.js | 5 + .../main/resources/help/en/search/search.html | 234 ++ .../main/resources/help/ru/Contents.json | 55 +- .../main/resources/help/ru/Functions/abs.htm | 5 + .../resources/help/ru/Functions/accrint.htm | 5 + .../resources/help/ru/Functions/accrintm.htm | 5 + .../main/resources/help/ru/Functions/acos.htm | 5 + .../resources/help/ru/Functions/acosh.htm | 5 + .../main/resources/help/ru/Functions/acot.htm | 5 + .../resources/help/ru/Functions/acoth.htm | 5 + .../resources/help/ru/Functions/address.htm | 5 + .../resources/help/ru/Functions/aggregate.htm | 5 + .../resources/help/ru/Functions/amordegrc.htm | 5 + .../resources/help/ru/Functions/amorlinc.htm | 5 + .../main/resources/help/ru/Functions/and.htm | 5 + .../resources/help/ru/Functions/arabic.htm | 5 + .../main/resources/help/ru/Functions/asin.htm | 5 + .../resources/help/ru/Functions/asinh.htm | 5 + .../main/resources/help/ru/Functions/atan.htm | 5 + .../resources/help/ru/Functions/atan2.htm | 5 + .../resources/help/ru/Functions/atanh.htm | 5 + .../resources/help/ru/Functions/avedev.htm | 5 + .../resources/help/ru/Functions/average.htm | 5 + .../resources/help/ru/Functions/averagea.htm | 5 + .../resources/help/ru/Functions/averageif.htm | 5 + .../help/ru/Functions/averageifs.htm | 5 + .../main/resources/help/ru/Functions/base.htm | 5 + .../resources/help/ru/Functions/besseli.htm | 5 + .../resources/help/ru/Functions/besselj.htm | 5 + .../resources/help/ru/Functions/besselk.htm | 5 + .../resources/help/ru/Functions/bessely.htm | 5 + .../resources/help/ru/Functions/beta-dist.htm | 5 + .../resources/help/ru/Functions/beta-inv.htm | 5 + .../resources/help/ru/Functions/betadist.htm | 5 + .../resources/help/ru/Functions/bin2dec.htm | 5 + .../resources/help/ru/Functions/bin2hex.htm | 5 + .../resources/help/ru/Functions/bin2oct.htm | 7 +- .../help/ru/Functions/binom-dist-range.htm | 5 + .../help/ru/Functions/binom-dist.htm | 5 + .../resources/help/ru/Functions/binom-inv.htm | 5 + .../resources/help/ru/Functions/binomdist.htm | 5 + .../resources/help/ru/Functions/bitand.htm | 5 + .../resources/help/ru/Functions/bitlshift.htm | 5 + .../resources/help/ru/Functions/bitor.htm | 5 + .../resources/help/ru/Functions/bitrshift.htm | 5 + .../resources/help/ru/Functions/bitxor.htm | 5 + .../resources/help/ru/Functions/ceiling.htm | 5 + .../help/ru/Functions/ceilingmath.htm | 5 + .../help/ru/Functions/ceilingprecise.htm | 5 + .../main/resources/help/ru/Functions/char.htm | 5 + .../resources/help/ru/Functions/chidist.htm | 5 + .../resources/help/ru/Functions/chiinv.htm | 5 + .../help/ru/Functions/chisq-dist-rt.htm | 5 + .../help/ru/Functions/chisq-dist.htm | 5 + .../help/ru/Functions/chisq-inv-rt.htm | 5 + .../resources/help/ru/Functions/chisq-inv.htm | 5 + .../help/ru/Functions/chisq-test.htm | 5 + .../resources/help/ru/Functions/chitest.htm | 5 + .../resources/help/ru/Functions/choose.htm | 5 + .../resources/help/ru/Functions/clean.htm | 5 + .../main/resources/help/ru/Functions/code.htm | 5 + .../resources/help/ru/Functions/column.htm | 5 + .../resources/help/ru/Functions/columns.htm | 5 + .../resources/help/ru/Functions/combin.htm | 5 + .../resources/help/ru/Functions/combina.htm | 5 + .../resources/help/ru/Functions/complex.htm | 5 + .../resources/help/ru/Functions/concat.htm | 5 + .../help/ru/Functions/concatenate.htm | 5 + .../help/ru/Functions/confidence-norm.htm | 5 + .../help/ru/Functions/confidence-t.htm | 5 + .../help/ru/Functions/confidence.htm | 5 + .../resources/help/ru/Functions/correl.htm | 5 + .../main/resources/help/ru/Functions/cos.htm | 5 + .../main/resources/help/ru/Functions/cosh.htm | 5 + .../main/resources/help/ru/Functions/cot.htm | 5 + .../main/resources/help/ru/Functions/coth.htm | 5 + .../resources/help/ru/Functions/count.htm | 5 + .../resources/help/ru/Functions/counta.htm | 5 + .../help/ru/Functions/countblank.htm | 5 + .../resources/help/ru/Functions/countif.htm | 5 + .../resources/help/ru/Functions/countifs.htm | 5 + .../resources/help/ru/Functions/coupdaybs.htm | 5 + .../resources/help/ru/Functions/coupdays.htm | 5 + .../help/ru/Functions/coupdaysnc.htm | 5 + .../resources/help/ru/Functions/coupncd.htm | 5 + .../resources/help/ru/Functions/coupnum.htm | 5 + .../resources/help/ru/Functions/couppcd.htm | 5 + .../resources/help/ru/Functions/covar.htm | 5 + .../help/ru/Functions/covariance-p.htm | 5 + .../help/ru/Functions/covariance-s.htm | 5 + .../resources/help/ru/Functions/critbinom.htm | 5 + .../main/resources/help/ru/Functions/csc.htm | 5 + .../main/resources/help/ru/Functions/csch.htm | 5 + .../resources/help/ru/Functions/cumipmt.htm | 5 + .../resources/help/ru/Functions/cumprinc.htm | 5 + .../main/resources/help/ru/Functions/date.htm | 5 + .../resources/help/ru/Functions/datedif.htm | 5 + .../resources/help/ru/Functions/datevalue.htm | 5 + .../resources/help/ru/Functions/daverage.htm | 5 + .../main/resources/help/ru/Functions/day.htm | 5 + .../main/resources/help/ru/Functions/days.htm | 5 + .../resources/help/ru/Functions/days360.htm | 5 + .../main/resources/help/ru/Functions/db.htm | 5 + .../resources/help/ru/Functions/dcount.htm | 5 + .../resources/help/ru/Functions/dcounta.htm | 5 + .../main/resources/help/ru/Functions/ddb.htm | 5 + .../resources/help/ru/Functions/dec2bin.htm | 5 + .../resources/help/ru/Functions/dec2hex.htm | 5 + .../resources/help/ru/Functions/dec2oct.htm | 5 + .../resources/help/ru/Functions/decimal.htm | 5 + .../resources/help/ru/Functions/degrees.htm | 5 + .../resources/help/ru/Functions/delta.htm | 5 + .../resources/help/ru/Functions/devsq.htm | 5 + .../main/resources/help/ru/Functions/dget.htm | 5 + .../main/resources/help/ru/Functions/disc.htm | 5 + .../main/resources/help/ru/Functions/dmax.htm | 5 + .../main/resources/help/ru/Functions/dmin.htm | 5 + .../resources/help/ru/Functions/dollar.htm | 5 + .../resources/help/ru/Functions/dollarde.htm | 5 + .../resources/help/ru/Functions/dollarfr.htm | 5 + .../resources/help/ru/Functions/dproduct.htm | 5 + .../resources/help/ru/Functions/dstdev.htm | 5 + .../resources/help/ru/Functions/dstdevp.htm | 5 + .../main/resources/help/ru/Functions/dsum.htm | 5 + .../resources/help/ru/Functions/duration.htm | 5 + .../main/resources/help/ru/Functions/dvar.htm | 5 + .../resources/help/ru/Functions/dvarp.htm | 5 + .../help/ru/Functions/ecma-ceiling.htm | 5 + .../resources/help/ru/Functions/edate.htm | 4 + .../resources/help/ru/Functions/effect.htm | 5 + .../resources/help/ru/Functions/eomonth.htm | 4 + .../help/ru/Functions/erf-precise.htm | 5 + .../main/resources/help/ru/Functions/erf.htm | 5 + .../help/ru/Functions/erfc-precise.htm | 5 + .../main/resources/help/ru/Functions/erfc.htm | 5 + .../help/ru/Functions/error.type.htm | 5 + .../main/resources/help/ru/Functions/even.htm | 5 + .../resources/help/ru/Functions/exact.htm | 5 + .../main/resources/help/ru/Functions/exp.htm | 5 + .../help/ru/Functions/expon-dist.htm | 5 + .../resources/help/ru/Functions/expondist.htm | 5 + .../resources/help/ru/Functions/f-dist-rt.htm | 5 + .../resources/help/ru/Functions/f-dist.htm | 5 + .../resources/help/ru/Functions/f-inv-rt.htm | 5 + .../resources/help/ru/Functions/f-inv.htm | 5 + .../main/resources/help/ru/Functions/fact.htm | 5 + .../help/ru/Functions/factdouble.htm | 5 + .../resources/help/ru/Functions/false.htm | 5 + .../resources/help/ru/Functions/fdist.htm | 5 + .../main/resources/help/ru/Functions/find.htm | 5 + .../main/resources/help/ru/Functions/finv.htm | 5 + .../resources/help/ru/Functions/fisher.htm | 5 + .../resources/help/ru/Functions/fisherinv.htm | 5 + .../resources/help/ru/Functions/fixed.htm | 5 + .../resources/help/ru/Functions/floor.htm | 5 + .../resources/help/ru/Functions/floormath.htm | 5 + .../help/ru/Functions/floorprecise.htm | 5 + .../help/ru/Functions/forecast-linear.htm | 5 + .../resources/help/ru/Functions/forecast.htm | 5 + .../resources/help/ru/Functions/frequency.htm | 5 + .../main/resources/help/ru/Functions/fv.htm | 5 + .../help/ru/Functions/fvschedule.htm | 5 + .../help/ru/Functions/gamma-dist.htm | 5 + .../resources/help/ru/Functions/gamma-inv.htm | 5 + .../resources/help/ru/Functions/gamma.htm | 5 + .../resources/help/ru/Functions/gammadist.htm | 5 + .../resources/help/ru/Functions/gammainv.htm | 5 + .../help/ru/Functions/gammaln-precise.htm | 5 + .../resources/help/ru/Functions/gammaln.htm | 5 + .../resources/help/ru/Functions/gauss.htm | 5 + .../main/resources/help/ru/Functions/gcd.htm | 5 + .../resources/help/ru/Functions/geomean.htm | 5 + .../resources/help/ru/Functions/gestep.htm | 5 + .../resources/help/ru/Functions/harmean.htm | 5 + .../resources/help/ru/Functions/hex2bin.htm | 5 + .../resources/help/ru/Functions/hex2dec.htm | 5 + .../resources/help/ru/Functions/hex2oct.htm | 5 + .../resources/help/ru/Functions/hlookup.htm | 5 + .../main/resources/help/ru/Functions/hour.htm | 5 + .../help/ru/Functions/hypgeomdist.htm | 5 + .../main/resources/help/ru/Functions/if.htm | 5 + .../resources/help/ru/Functions/iferror.htm | 5 + .../main/resources/help/ru/Functions/ifna.htm | 5 + .../resources/help/ru/Functions/imabs.htm | 5 + .../resources/help/ru/Functions/imaginary.htm | 5 + .../help/ru/Functions/imargument.htm | 5 + .../help/ru/Functions/imconjugate.htm | 5 + .../resources/help/ru/Functions/imcos.htm | 5 + .../resources/help/ru/Functions/imcosh.htm | 5 + .../resources/help/ru/Functions/imcot.htm | 5 + .../resources/help/ru/Functions/imcsc.htm | 5 + .../resources/help/ru/Functions/imcsch.htm | 5 + .../resources/help/ru/Functions/imdiv.htm | 5 + .../resources/help/ru/Functions/imexp.htm | 5 + .../main/resources/help/ru/Functions/imln.htm | 5 + .../resources/help/ru/Functions/imlog10.htm | 5 + .../resources/help/ru/Functions/imlog2.htm | 5 + .../resources/help/ru/Functions/impower.htm | 5 + .../resources/help/ru/Functions/improduct.htm | 5 + .../resources/help/ru/Functions/imreal.htm | 5 + .../resources/help/ru/Functions/imsec.htm | 5 + .../resources/help/ru/Functions/imsech.htm | 5 + .../resources/help/ru/Functions/imsin.htm | 5 + .../resources/help/ru/Functions/imsinh.htm | 5 + .../resources/help/ru/Functions/imsqrt.htm | 5 + .../resources/help/ru/Functions/imsub.htm | 5 + .../resources/help/ru/Functions/imsum.htm | 5 + .../resources/help/ru/Functions/imtan.htm | 5 + .../resources/help/ru/Functions/index.htm | 5 + .../resources/help/ru/Functions/indirect.htm | 5 + .../main/resources/help/ru/Functions/int.htm | 5 + .../resources/help/ru/Functions/intercept.htm | 5 + .../resources/help/ru/Functions/intrate.htm | 5 + .../main/resources/help/ru/Functions/ipmt.htm | 5 + .../main/resources/help/ru/Functions/irr.htm | 5 + .../resources/help/ru/Functions/isblank.htm | 5 + .../resources/help/ru/Functions/iserr.htm | 5 + .../resources/help/ru/Functions/iserror.htm | 5 + .../resources/help/ru/Functions/iseven.htm | 5 + .../resources/help/ru/Functions/isformula.htm | 5 + .../resources/help/ru/Functions/islogical.htm | 5 + .../main/resources/help/ru/Functions/isna.htm | 5 + .../resources/help/ru/Functions/isnontext.htm | 5 + .../resources/help/ru/Functions/isnumber.htm | 5 + .../help/ru/Functions/isoceiling.htm | 5 + .../resources/help/ru/Functions/isodd.htm | 5 + .../help/ru/Functions/isoweeknum.htm | 4 + .../resources/help/ru/Functions/ispmt.htm | 5 + .../resources/help/ru/Functions/isref.htm | 5 + .../resources/help/ru/Functions/istext.htm | 5 + .../main/resources/help/ru/Functions/kurt.htm | 5 + .../resources/help/ru/Functions/large.htm | 5 + .../main/resources/help/ru/Functions/lcm.htm | 5 + .../main/resources/help/ru/Functions/left.htm | 5 + .../main/resources/help/ru/Functions/len.htm | 5 + .../main/resources/help/ru/Functions/ln.htm | 5 + .../main/resources/help/ru/Functions/log.htm | 5 + .../resources/help/ru/Functions/log10.htm | 5 + .../resources/help/ru/Functions/loginv.htm | 5 + .../help/ru/Functions/lognorm-dist.htm | 5 + .../help/ru/Functions/lognorm-inv.htm | 5 + .../help/ru/Functions/lognormdist.htm | 5 + .../resources/help/ru/Functions/lookup.htm | 5 + .../resources/help/ru/Functions/lower.htm | 5 + .../resources/help/ru/Functions/match.htm | 5 + .../main/resources/help/ru/Functions/max.htm | 5 + .../main/resources/help/ru/Functions/maxa.htm | 5 + .../resources/help/ru/Functions/maxifs.htm | 5 + .../resources/help/ru/Functions/mdeterm.htm | 5 + .../resources/help/ru/Functions/mduration.htm | 5 + .../resources/help/ru/Functions/median.htm | 5 + .../main/resources/help/ru/Functions/mid.htm | 5 + .../main/resources/help/ru/Functions/min.htm | 5 + .../main/resources/help/ru/Functions/mina.htm | 5 + .../resources/help/ru/Functions/minifs.htm | 5 + .../resources/help/ru/Functions/minute.htm | 5 + .../resources/help/ru/Functions/minverse.htm | 5 + .../main/resources/help/ru/Functions/mirr.htm | 5 + .../resources/help/ru/Functions/mmult.htm | 5 + .../main/resources/help/ru/Functions/mod.htm | 5 + .../resources/help/ru/Functions/mode-mult.htm | 5 + .../resources/help/ru/Functions/mode-sngl.htm | 5 + .../main/resources/help/ru/Functions/mode.htm | 5 + .../resources/help/ru/Functions/month.htm | 5 + .../resources/help/ru/Functions/mround.htm | 5 + .../help/ru/Functions/multinomial.htm | 5 + .../main/resources/help/ru/Functions/n.htm | 5 + .../main/resources/help/ru/Functions/na.htm | 5 + .../help/ru/Functions/negbinom-dist.htm | 5 + .../help/ru/Functions/negbinomdist.htm | 5 + .../help/ru/Functions/networkdays-intl.htm | 4 + .../help/ru/Functions/networkdays.htm | 4 + .../resources/help/ru/Functions/nominal.htm | 5 + .../resources/help/ru/Functions/norm-dist.htm | 5 + .../resources/help/ru/Functions/norm-inv.htm | 5 + .../help/ru/Functions/norm-s-dist.htm | 5 + .../help/ru/Functions/norm-s-inv.htm | 5 + .../resources/help/ru/Functions/normdist.htm | 5 + .../resources/help/ru/Functions/norminv.htm | 5 + .../resources/help/ru/Functions/normsdist.htm | 5 + .../resources/help/ru/Functions/normsinv.htm | 5 + .../main/resources/help/ru/Functions/not.htm | 5 + .../main/resources/help/ru/Functions/now.htm | 5 + .../main/resources/help/ru/Functions/nper.htm | 5 + .../main/resources/help/ru/Functions/npv.htm | 5 + .../help/ru/Functions/numbervalue.htm | 5 + .../resources/help/ru/Functions/oct2bin.htm | 5 + .../resources/help/ru/Functions/oct2dec.htm | 5 + .../resources/help/ru/Functions/oct2hex.htm | 5 + .../main/resources/help/ru/Functions/odd.htm | 5 + .../resources/help/ru/Functions/oddfprice.htm | 5 + .../resources/help/ru/Functions/oddfyield.htm | 5 + .../resources/help/ru/Functions/oddlprice.htm | 5 + .../resources/help/ru/Functions/oddlyield.htm | 5 + .../resources/help/ru/Functions/offset.htm | 5 + .../main/resources/help/ru/Functions/or.htm | 5 + .../resources/help/ru/Functions/pearson.htm | 5 + .../help/ru/Functions/percentile-exc.htm | 5 + .../help/ru/Functions/percentile-inc.htm | 5 + .../help/ru/Functions/percentile.htm | 5 + .../help/ru/Functions/percentrank-exc.htm | 5 + .../help/ru/Functions/percentrank-inc.htm | 5 + .../help/ru/Functions/percentrank.htm | 5 + .../resources/help/ru/Functions/permut.htm | 5 + .../help/ru/Functions/permutationa.htm | 5 + .../main/resources/help/ru/Functions/phi.htm | 5 + .../main/resources/help/ru/Functions/pi.htm | 5 + .../main/resources/help/ru/Functions/pmt.htm | 5 + .../help/ru/Functions/poisson-dist.htm | 5 + .../resources/help/ru/Functions/poisson.htm | 5 + .../resources/help/ru/Functions/power.htm | 5 + .../main/resources/help/ru/Functions/ppmt.htm | 5 + .../resources/help/ru/Functions/price.htm | 5 + .../resources/help/ru/Functions/pricedisc.htm | 5 + .../resources/help/ru/Functions/pricemat.htm | 5 + .../main/resources/help/ru/Functions/prob.htm | 5 + .../resources/help/ru/Functions/product.htm | 5 + .../resources/help/ru/Functions/proper.htm | 5 + .../main/resources/help/ru/Functions/pv.htm | 5 + .../help/ru/Functions/quartile-exc.htm | 5 + .../help/ru/Functions/quartile-inc.htm | 5 + .../resources/help/ru/Functions/quartile.htm | 5 + .../resources/help/ru/Functions/quotient.htm | 5 + .../resources/help/ru/Functions/radians.htm | 5 + .../main/resources/help/ru/Functions/rand.htm | 5 + .../help/ru/Functions/randbetween.htm | 5 + .../resources/help/ru/Functions/rank-avg.htm | 5 + .../resources/help/ru/Functions/rank-eq.htm | 5 + .../main/resources/help/ru/Functions/rank.htm | 5 + .../main/resources/help/ru/Functions/rate.htm | 5 + .../resources/help/ru/Functions/received.htm | 5 + .../resources/help/ru/Functions/replace.htm | 5 + .../main/resources/help/ru/Functions/rept.htm | 5 + .../resources/help/ru/Functions/right.htm | 5 + .../resources/help/ru/Functions/roman.htm | 5 + .../resources/help/ru/Functions/round.htm | 5 + .../resources/help/ru/Functions/rounddown.htm | 5 + .../resources/help/ru/Functions/roundup.htm | 5 + .../main/resources/help/ru/Functions/row.htm | 5 + .../main/resources/help/ru/Functions/rows.htm | 5 + .../main/resources/help/ru/Functions/rri.htm | 5 + .../main/resources/help/ru/Functions/rsq.htm | 5 + .../resources/help/ru/Functions/search.htm | 5 + .../main/resources/help/ru/Functions/sec.htm | 5 + .../main/resources/help/ru/Functions/sech.htm | 5 + .../resources/help/ru/Functions/second.htm | 5 + .../resources/help/ru/Functions/seriessum.htm | 5 + .../resources/help/ru/Functions/sheet.htm | 5 + .../resources/help/ru/Functions/sheets.htm | 5 + .../main/resources/help/ru/Functions/sign.htm | 5 + .../main/resources/help/ru/Functions/sin.htm | 5 + .../main/resources/help/ru/Functions/sinh.htm | 5 + .../resources/help/ru/Functions/skew-p.htm | 5 + .../main/resources/help/ru/Functions/skew.htm | 5 + .../main/resources/help/ru/Functions/sln.htm | 5 + .../resources/help/ru/Functions/slope.htm | 5 + .../resources/help/ru/Functions/small.htm | 5 + .../main/resources/help/ru/Functions/sqrt.htm | 5 + .../resources/help/ru/Functions/sqrtpi.htm | 5 + .../help/ru/Functions/standardize.htm | 5 + .../resources/help/ru/Functions/stdev-p.htm | 5 + .../resources/help/ru/Functions/stdev-s.htm | 5 + .../resources/help/ru/Functions/stdev.htm | 5 + .../resources/help/ru/Functions/stdeva.htm | 5 + .../resources/help/ru/Functions/stdevp.htm | 5 + .../resources/help/ru/Functions/stdevpa.htm | 5 + .../resources/help/ru/Functions/steyx.htm | 5 + .../help/ru/Functions/substitute.htm | 5 + .../resources/help/ru/Functions/subtotal.htm | 5 + .../main/resources/help/ru/Functions/sum.htm | 5 + .../resources/help/ru/Functions/sumif.htm | 5 + .../resources/help/ru/Functions/sumifs.htm | 5 + .../help/ru/Functions/sumproduct.htm | 5 + .../resources/help/ru/Functions/sumsq.htm | 5 + .../resources/help/ru/Functions/sumx2my2.htm | 5 + .../resources/help/ru/Functions/sumx2py2.htm | 5 + .../resources/help/ru/Functions/sumxmy2.htm | 5 + .../resources/help/ru/Functions/switch.htm | 5 + .../main/resources/help/ru/Functions/syd.htm | 5 + .../resources/help/ru/Functions/t-dist-2t.htm | 5 + .../resources/help/ru/Functions/t-dist-rt.htm | 5 + .../resources/help/ru/Functions/t-dist.htm | 5 + .../resources/help/ru/Functions/t-inv-2t.htm | 5 + .../resources/help/ru/Functions/t-inv.htm | 5 + .../resources/help/ru/Functions/t-test.htm | 5 + .../main/resources/help/ru/Functions/t.htm | 5 + .../main/resources/help/ru/Functions/tan.htm | 5 + .../main/resources/help/ru/Functions/tanh.htm | 5 + .../resources/help/ru/Functions/tbilleq.htm | 5 + .../help/ru/Functions/tbillprice.htm | 5 + .../help/ru/Functions/tbillyield.htm | 5 + .../resources/help/ru/Functions/tdist.htm | 5 + .../main/resources/help/ru/Functions/text.htm | 5 + .../resources/help/ru/Functions/textjoin.htm | 5 + .../main/resources/help/ru/Functions/time.htm | 5 + .../resources/help/ru/Functions/timevalue.htm | 5 + .../main/resources/help/ru/Functions/tinv.htm | 5 + .../resources/help/ru/Functions/today.htm | 5 + .../resources/help/ru/Functions/transpose.htm | 5 + .../main/resources/help/ru/Functions/trim.htm | 5 + .../resources/help/ru/Functions/trimmean.htm | 5 + .../main/resources/help/ru/Functions/true.htm | 5 + .../resources/help/ru/Functions/trunc.htm | 5 + .../resources/help/ru/Functions/ttest.htm | 5 + .../main/resources/help/ru/Functions/type.htm | 5 + .../resources/help/ru/Functions/unichar.htm | 5 + .../resources/help/ru/Functions/unicode.htm | 5 + .../resources/help/ru/Functions/upper.htm | 5 + .../resources/help/ru/Functions/value.htm | 5 + .../resources/help/ru/Functions/var-p.htm | 5 + .../resources/help/ru/Functions/var-s.htm | 5 + .../main/resources/help/ru/Functions/var.htm | 5 + .../main/resources/help/ru/Functions/vara.htm | 5 + .../main/resources/help/ru/Functions/varp.htm | 5 + .../resources/help/ru/Functions/varpa.htm | 5 + .../main/resources/help/ru/Functions/vdb.htm | 5 + .../resources/help/ru/Functions/vlookup.htm | 5 + .../resources/help/ru/Functions/weekday.htm | 4 + .../resources/help/ru/Functions/weeknum.htm | 4 + .../help/ru/Functions/weibull-dist.htm | 5 + .../resources/help/ru/Functions/weibull.htm | 5 + .../help/ru/Functions/workday-intl.htm | 4 + .../resources/help/ru/Functions/workday.htm | 4 + .../main/resources/help/ru/Functions/xirr.htm | 5 + .../main/resources/help/ru/Functions/xnpv.htm | 5 + .../main/resources/help/ru/Functions/xor.htm | 5 + .../main/resources/help/ru/Functions/year.htm | 5 + .../resources/help/ru/Functions/yearfrac.htm | 4 + .../resources/help/ru/Functions/yield.htm | 5 + .../resources/help/ru/Functions/yielddisc.htm | 5 + .../resources/help/ru/Functions/yieldmat.htm | 5 + .../resources/help/ru/Functions/z-test.htm | 5 + .../resources/help/ru/Functions/ztest.htm | 5 + .../resources/help/ru/HelpfulHints/About.htm | 5 + .../help/ru/HelpfulHints/AdvancedSettings.htm | 5 + .../ru/HelpfulHints/CollaborativeEditing.htm | 8 +- .../ru/HelpfulHints/KeyboardShortcuts.htm | 4 + .../help/ru/HelpfulHints/Navigation.htm | 5 + .../resources/help/ru/HelpfulHints/Search.htm | 5 + .../help/ru/HelpfulHints/SupportedFormats.htm | 5 + .../help/ru/ProgramInterface/FileTab.htm | 30 + .../help/ru/ProgramInterface/HomeTab.htm | 34 + .../help/ru/ProgramInterface/InsertTab.htm | 27 + .../help/ru/ProgramInterface/PluginsTab.htm | 30 + .../ru/ProgramInterface/ProgramInterface.htm | 39 + .../help/ru/UsageInstructions/AddBorders.htm | 5 + .../ru/UsageInstructions/AddHyperlinks.htm | 5 + .../help/ru/UsageInstructions/AlignText.htm | 5 + .../UsageInstructions/ChangeNumberFormat.htm | 5 + .../ru/UsageInstructions/ClearFormatting.htm | 4 + .../ru/UsageInstructions/CopyPasteData.htm | 5 + .../UsageInstructions/FontTypeSizeStyle.htm | 4 + .../ru/UsageInstructions/InsertAutoshapes.htm | 14 +- .../help/ru/UsageInstructions/InsertChart.htm | 24 +- .../UsageInstructions/InsertDeleteCells.htm | 5 + .../ru/UsageInstructions/InsertEquation.htm | 5 + .../ru/UsageInstructions/InsertFunction.htm | 4 + .../ru/UsageInstructions/InsertImages.htm | 6 +- .../UsageInstructions/InsertTextObjects.htm | 6 +- .../ru/UsageInstructions/ManageSheets.htm | 5 + .../UsageInstructions/ManipulateObjects.htm | 5 + .../help/ru/UsageInstructions/MergeCells.htm | 5 + .../ru/UsageInstructions/OpenCreateNew.htm | 5 + .../UsageInstructions/SavePrintDownload.htm | 8 +- .../help/ru/UsageInstructions/SortData.htm | 8 +- .../help/ru/UsageInstructions/UndoRedo.htm | 4 + .../ru/UsageInstructions/UseNamedRanges.htm | 4 + .../help/ru/UsageInstructions/ViewDocInfo.htm | 5 + .../main/resources/help/ru/editor.css | 42 +- .../help/ru/images/interface/editorwindow.png | Bin 0 -> 108628 bytes .../help/ru/images/interface/filetab.png | Bin 0 -> 31353 bytes .../help/ru/images/interface/hometab.png | Bin 0 -> 15446 bytes .../help/ru/images/interface/inserttab.png | Bin 0 -> 13491 bytes .../help/ru/images/interface/leftpart.png | Bin 0 -> 1129 bytes .../help/ru/images/interface/pluginstab.png | Bin 0 -> 12699 bytes .../help/ru/images/interface/rightpart.png | Bin 0 -> 468 bytes .../main/resources/help/ru/search/indexes.js | 2328 +++++++++++++ .../resources/help/ru/search/js/jquery.min.js | 6 + .../ru/search/js/lunr-languages/lunr.multi.js | 75 + .../ru/search/js/lunr-languages/lunr.ru.js | 391 +++ .../js/lunr-languages/lunr.stemmer.support.js | 304 ++ .../main/resources/help/ru/search/js/lunr.js | 2977 +++++++++++++++++ .../help/ru/search/js/page-search.js | 5 + .../main/resources/help/ru/search/search.html | 235 ++ 1201 files changed, 31109 insertions(+), 756 deletions(-) create mode 100644 apps/documenteditor/main/resources/help/editor.css create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/FileTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/HomeTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/InsertTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/LayoutTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm create mode 100644 apps/documenteditor/main/resources/help/en/ProgramInterface/ReviewTab.htm create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/editorwindow.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/filetab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/hometab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/inserttab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/layouttab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/leftpart.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/pluginstab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/reviewtab.png create mode 100644 apps/documenteditor/main/resources/help/en/images/interface/rightpart.png create mode 100644 apps/documenteditor/main/resources/help/en/search/indexes.js create mode 100644 apps/documenteditor/main/resources/help/en/search/js/jquery.min.js create mode 100644 apps/documenteditor/main/resources/help/en/search/js/lunr-languages/lunr.multi.js create mode 100644 apps/documenteditor/main/resources/help/en/search/js/lunr-languages/lunr.stemmer.support.js create mode 100644 apps/documenteditor/main/resources/help/en/search/js/lunr.js create mode 100644 apps/documenteditor/main/resources/help/en/search/js/page-search.js create mode 100644 apps/documenteditor/main/resources/help/en/search/search.html create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm create mode 100644 apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/editorwindow.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/filetab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/hometab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/inserttab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/layouttab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/leftpart.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/pluginstab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/reviewtab.png create mode 100644 apps/documenteditor/main/resources/help/ru/images/interface/rightpart.png create mode 100644 apps/presentationeditor/main/resources/help/en/ProgramInterface/FileTab.htm create mode 100644 apps/presentationeditor/main/resources/help/en/ProgramInterface/HomeTab.htm create mode 100644 apps/presentationeditor/main/resources/help/en/ProgramInterface/InsertTab.htm create mode 100644 apps/presentationeditor/main/resources/help/en/ProgramInterface/PluginsTab.htm create mode 100644 apps/presentationeditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/editorwindow.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/filetab.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/hometab.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/inserttab.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/leftpart.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/pluginstab.png create mode 100644 apps/presentationeditor/main/resources/help/en/images/interface/rightpart.png create mode 100644 apps/presentationeditor/main/resources/help/en/search/indexes.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/js/jquery.min.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/js/lunr-languages/lunr.multi.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/js/lunr-languages/lunr.stemmer.support.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/js/lunr.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/js/page-search.js create mode 100644 apps/presentationeditor/main/resources/help/en/search/search.html create mode 100644 apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm create mode 100644 apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm create mode 100644 apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm create mode 100644 apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm create mode 100644 apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/editorwindow.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/filetab.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/hometab.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/inserttab.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/leftpart.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/pluginstab.png create mode 100644 apps/presentationeditor/main/resources/help/ru/images/interface/rightpart.png create mode 100644 apps/presentationeditor/main/resources/help/ru/search/indexes.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/jquery.min.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.multi.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.stemmer.support.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/lunr.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/js/page-search.js create mode 100644 apps/presentationeditor/main/resources/help/ru/search/search.html create mode 100644 apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/FileTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/HomeTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/InsertTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ProgramInterface.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/editorwindow.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/filetab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/hometab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/inserttab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/leftpart.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/pluginstab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/interface/rightpart.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/indexes.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/js/jquery.min.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/js/lunr-languages/lunr.multi.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/js/lunr-languages/lunr.stemmer.support.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/js/lunr.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/js/page-search.js create mode 100644 apps/spreadsheeteditor/main/resources/help/en/search/search.html create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/editorwindow.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/filetab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/hometab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/inserttab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/leftpart.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/pluginstab.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/interface/rightpart.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/jquery.min.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.multi.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.stemmer.support.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/js/page-search.js create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/search/search.html diff --git a/apps/documenteditor/main/resources/help/editor.css b/apps/documenteditor/main/resources/help/editor.css new file mode 100644 index 000000000..a3cb9ce6f --- /dev/null +++ b/apps/documenteditor/main/resources/help/editor.css @@ -0,0 +1,132 @@ +body +{ +font-family: Tahoma, Arial, Verdana; +font-size: 12px; +color: #666; +background: #fff; +} + +img +{ +border: none; +vertical-align: middle; +} + +img.floatleft +{ +float: left; +margin-right: 30px; +margin-bottom: 10px; +} + +img.floatright +{ +float: right; +margin-left: 30px; +margin-bottom: 10px; +} + +li +{ +line-height: 2em; +} + +.mainpart +{ +margin: 0; +padding: 10px 20px; +} + +.mainpart h1 +{ +font-size: 16px; +font-weight: bold; +} + +table, +tr, +td, +th +{ +border-left: 0; +border-right: 0; +border-bottom: solid 1px #E4E4E4; +border-collapse: collapse; +padding: 8px; +text-align: left; +} + +table +{ +margin: 20px 0; +width: 100%; +} + +th +{ +font-size: 14px; +font-weight: bold; +padding-top: 20px; +} + +td.function +{ +width: 35%; +} + +td.shortfunction +{ +width: 20%; +} + +td.combination +{ +width: 15%; +} + +td.description +{ +width: 50%; +} + +td.longdescription +{ +width: 80%; +} + +.note +{ +background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +font-size: 11px; +padding: 10px 20px 10px 37px; +width: 90%; +margin: 10px 0; +line-height: 1em; +min-height: 14px; +} + +hr +{ +height: 1px; +width: 90%; +text-align: left; +margin: 10px 0 15px; +color: #E4E4E4; +background-color: #E4E4E4; +border: 0; +clear: both; +} + +a +{ +color: #7496DD; +text-decoration: underline; +} + +a:hover +{ +text-decoration: none; +} +a.sup_link { +text-decoration: none; +} \ No newline at end of file diff --git a/apps/documenteditor/main/resources/help/en/Contents.json b/apps/documenteditor/main/resources/help/en/Contents.json index 78f5aa4f5..fa7e29337 100644 --- a/apps/documenteditor/main/resources/help/en/Contents.json +++ b/apps/documenteditor/main/resources/help/en/Contents.json @@ -1,45 +1,52 @@ [ - {"src": "UsageInstructions/SetPageParameters.htm", "name": "Set page parameters", "headername": "Usage Instructions"}, - {"src": "UsageInstructions/ChangeColorScheme.htm", "name": "Change color scheme"}, - {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste text passages, undo/redo your actions"}, - {"src": "UsageInstructions/NonprintingCharacters.htm", "name": "Show/hide nonprinting characters"}, - {"src": "UsageInstructions/AlignText.htm", "name": "Align your text in a paragraph"}, - {"src": "UsageInstructions/FormattingPresets.htm", "name": "Apply formatting styles"}, + {"src": "ProgramInterface/ProgramInterface.htm", "name": "Introducing Document Editor user interface", "headername": "Program Interface"}, + {"src": "ProgramInterface/FileTab.htm", "name": "File tab"}, + {"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"}, + {"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"}, + {"src": "ProgramInterface/LayoutTab.htm", "name": "Layout tab"}, + {"src": "ProgramInterface/ReviewTab.htm", "name": "Review tab"}, + {"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"}, + {"src": "UsageInstructions/ChangeColorScheme.htm", "name": "Change color scheme", "headername": "Basic operations"}, + {"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste text passages, undo/redo your actions"}, + {"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new document or open an existing one"}, + {"src": "UsageInstructions/SetPageParameters.htm", "name": "Set page parameters", "headername": "Page formatting"}, + {"src": "UsageInstructions/NonprintingCharacters.htm", "name": "Show/hide nonprinting characters" }, + {"src": "UsageInstructions/SectionBreaks.htm", "name": "Insert section breaks" }, + {"src": "UsageInstructions/InsertHeadersFooters.htm", "name": "Insert headers and footers"}, + {"src": "UsageInstructions/InsertPageNumbers.htm", "name": "Insert page numbers"}, + {"src": "UsageInstructions/InsertFootnotes.htm", "name": "Insert footnotes"}, + {"src": "UsageInstructions/AlignText.htm", "name": "Align your text in a paragraph", "headername": "Paragraph formatting"}, {"src": "UsageInstructions/BackgroundColor.htm", "name": "Select background color for a paragraph"}, {"src": "UsageInstructions/ParagraphIndents.htm", "name": "Change paragraph indents"}, {"src": "UsageInstructions/LineSpacing.htm", "name": "Set paragraph line spacing"}, {"src": "UsageInstructions/PageBreaks.htm", "name": "Insert page breaks"}, - {"src": "UsageInstructions/SectionBreaks.htm", "name": "Insert section breaks"}, - {"src": "UsageInstructions/AddBorders.htm", "name": "Add borders"}, + {"src": "UsageInstructions/AddBorders.htm", "name": "Add borders"}, + {"src": "UsageInstructions/SetTabStops.htm", "name": "Set tab stops"}, + {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"}, + {"src": "UsageInstructions/FormattingPresets.htm", "name": "Apply formatting styles", "headername": "Text formatting"}, {"src": "UsageInstructions/FontTypeSizeColor.htm", "name": "Set font type, size, and color"}, {"src": "UsageInstructions/DecorationStyles.htm", "name": "Apply font decoration styles"}, - {"src": "UsageInstructions/CopyClearFormatting.htm", "name": "Copy/clear text formatting"}, - {"src": "UsageInstructions/SetTabStops.htm", "name": "Set tab stops"}, - {"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"}, - {"src": "UsageInstructions/InsertTables.htm", "name": "Insert tables"}, + {"src": "UsageInstructions/CopyClearFormatting.htm", "name": "Copy/clear text formatting" }, + {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"}, + {"src": "UsageInstructions/InsertDropCap.htm", "name": "Insert a drop cap"}, + {"src": "UsageInstructions/InsertTables.htm", "name": "Insert tables", "headername": "Operations on objects"}, {"src": "UsageInstructions/InsertImages.htm", "name": "Insert images"}, {"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert autoshapes"}, {"src": "UsageInstructions/InsertCharts.htm", "name": "Insert charts" }, - {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a page" }, - {"src": "UsageInstructions/ChangeWrappingStyle.htm", "name": "Change wrapping style"}, - {"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"}, - {"src": "UsageInstructions/InsertDropCap.htm", "name": "Insert a drop cap"}, - {"src": "UsageInstructions/InsertHeadersFooters.htm", "name": "Insert headers and footers"}, - { "src": "UsageInstructions/InsertPageNumbers.htm", "name": "Insert page numbers" }, - {"src": "UsageInstructions/InsertFootnotes.htm", "name": "Insert footnotes" }, - {"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations" }, {"src": "UsageInstructions/InsertTextObjects.htm", "name": "Insert text objects" }, - {"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"}, - {"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new document or open an existing one"}, - {"src": "HelpfulHints/About.htm", "name": "About Document Editor", "headername": "Helpful Hints"}, - {"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported Formats of Electronic Documents"}, - {"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced Settings of Document Editor"}, - {"src": "HelpfulHints/Navigation.htm", "name": "View Settings and Navigation Tools"}, - {"src": "HelpfulHints/Search.htm", "name": "Search and Replace Function"}, - {"src": "HelpfulHints/CollaborativeEditing.htm", "name": "Collaborative Document Editing"}, - {"src": "HelpfulHints/Review.htm", "name": "Document Review"}, - {"src": "HelpfulHints/SpellChecking.htm", "name": "Spell-checking"}, - {"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard Shortcuts"} + {"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a page" }, + {"src": "UsageInstructions/ChangeWrappingStyle.htm", "name": "Change wrapping style" }, + {"src": "UsageInstructions/UseMailMerge.htm", "name": "Use mail merge", "headername": "Mail Merge"}, + {"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations", "headername": "Math equations"}, + {"src": "HelpfulHints/CollaborativeEditing.htm", "name": "Collaborative document editing", "headername": "Document co-editing"}, + {"src": "HelpfulHints/Review.htm", "name": "Document Review"}, + {"src": "UsageInstructions/ViewDocInfo.htm", "name": "View document information", "headername": "Document co-editing"}, + {"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/download/print your document" }, + {"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Document Editor"}, + {"src": "HelpfulHints/Navigation.htm", "name": "View settings and navigation tools"}, + {"src": "HelpfulHints/Search.htm", "name": "Search and replace function"}, + {"src": "HelpfulHints/SpellChecking.htm", "name": "Spell-checking"}, + {"src": "HelpfulHints/About.htm", "name": "About Document Editor", "headername": "Helpful hints"}, + {"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported formats of electronic documents" }, + {"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard shortcuts"} ] \ No newline at end of file diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm index 3c10ae6a4..ada6445c2 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/About.htm @@ -5,9 +5,14 @@ + +
+
+ +

About Document Editor

Document Editor is an online application that lets you look through and edit documents directly in your browser.

diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index 274ba1f24..7645170c0 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -5,9 +5,14 @@ + +
+
+ +

Advanced Settings of Document Editor

Document Editor lets you change its advanced settings. To access them, open the File tab at the top toolbar and select the Advanced Settings... option. You can also use the Advanced settings icon icon in the right upper corner at the Home tab of the top toolbar.

The advanced settings are:

diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm index b3ca6fbc1..13d123f22 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm @@ -6,9 +6,13 @@ +
+
+ +

Collaborative Document Editing

Document Editor offers you the possibility to work at a document collaboratively with other users. This feature includes:

    @@ -26,7 +30,7 @@

    When no users are viewing or editing the file, the icon in the editor header will look like Manage document access rights icon allowing you to manage the users who have access to the file right from the document: invite new users giving them permissions to edit, read or review the document, or deny some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like Number of users icon.

    As soon as one of the users saves his/her changes by clicking the Save icon icon, the others will see a note within the status bar stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the Save icon icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed.

    You can specify what changes you want to be highlighted during co-editing if you click the File tab at the top toolbar, select the Advanced Settings... option and choose between none, all and last realtime collaboration changes. Selecting View all changes, all the changes made during the current session will be highlighted. Selecting View last changes, only the changes made since you last time clicked the Save icon icon will be highlighted. Selecting View None changes, changes made during the current session will not be highlighted.

    -

    Chat

    +

    Chat

    You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.

    The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.

    To access the chat and leave a message for other users,

    @@ -38,7 +42,7 @@

    All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - Chat icon.

    To close the panel with chat messages, click the Chat icon icon once again.

-

Comments

+

Comments

To leave a comment,

  1. select a text passage where you think there is an error or problem,
  2. diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm index 7bd104742..5683eadb1 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/KeyboardShortcuts.htm @@ -6,9 +6,13 @@ +
    +
    + +

    Keyboard Shortcuts

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm index e01f5a41c..b2cb0f37b 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Navigation.htm @@ -5,9 +5,14 @@ + +
    +
    + +

    View Settings and Navigation Tools

    Document Editor offers several tools to help you view and navigate through your document: zoom, page number indicator etc.

    Adjust the View Settings

    diff --git a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm index 6bbe17489..be8b60c57 100644 --- a/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/en/HelpfulHints/Review.htm @@ -5,9 +5,14 @@ + +
    +
    + +

    Document Review

    When somebody shares a file with you that has review permissions, you need to use the document Review feature.

    If you are the reviewer, then you can use the Review option to review the document, change the sentences, phrases and other page elements, correct spelling, and do other things to the document without actually editing it. All your changes will be recorded and shown to the person who sent the document to you.

    @@ -19,14 +24,14 @@
  3. switch to the Review tab at the top toolbar and press the Track Changes button Track Changes button.
  4. Note: it is not necessary for the reviewer to enable the Track Changes option. It is enabled by default and cannot be disabled when the document is shared with review only access rights.

    -

    Choose the changes display mode

    +

    Choose the changes display mode

    Click the Display Mode button Display Mode button at the top toolbar and select one of the available modes from the list:

    • All changes (Editing) - this option is selected by default. It allows both to view suggested changes and edit the document.
    • All changes accepted (Preview) - this mode is used to display all the changes as if they were accepted. This option does not actually accept all changes, it only allows you to see how the document will look like after you accept all the changes. In this mode, you cannot edit the document.
    • All changes rejected (Preview) - this mode is used to display all the changes as if they were rejected. This option does not actually reject all changes, it only allows you to view the document without changes. In this mode, you cannot edit the document.
    -

    Accept or reject changes

    +

    Accept or reject changes

    Use the To Previous Change button Previous and the To Next Change button Next buttons at the top toolbar to navigate among the changes.

    To accept the currently selected change you can:

    ","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};ct.optgroup=ct.option,ct.tbody=ct.tfoot=ct.colgroup=ct.caption=ct.thead,ct.th=ct.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===undefined?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=pt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=pt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(mt(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&dt(mt(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++)1===e.nodeType&&(x.cleanData(mt(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var t=this[0]||{},n=0,r=this.length;if(e===undefined&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!it.test(e)&&!ct[(nt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(tt,"<$1>");try{for(;r>n;n++)t=this[n]||{},1===t.nodeType&&(x.cleanData(mt(t,!1)),t.innerHTML=e);t=0}catch(i){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=f.apply([],e);var r,i,o,s,a,u,l=0,c=this.length,p=this,h=c-1,d=e[0],g=x.isFunction(d);if(g||!(1>=c||"string"!=typeof d||x.support.checkClone)&&st.test(d))return this.each(function(r){var i=p.eq(r);g&&(e[0]=d.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(r=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),i=r.firstChild,1===r.childNodes.length&&(r=i),i)){for(o=x.map(mt(r,"script"),ft),s=o.length;c>l;l++)a=r,l!==h&&(a=x.clone(a,!0,!0),s&&x.merge(o,mt(a,"script"))),t.call(this[l],a,l);if(s)for(u=o[o.length-1].ownerDocument,x.map(o,ht),l=0;s>l;l++)a=o[l],at.test(a.type||"")&&!q.access(a,"globalEval")&&x.contains(u,a)&&(a.src?x._evalUrl(a.src):x.globalEval(a.textContent.replace(lt,"")))}return this}}),x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=[],i=x(e),o=i.length-1,s=0;for(;o>=s;s++)n=s===o?this:this.clone(!0),x(i[s])[t](n),h.apply(r,n.get());return this.pushStack(r)}}),x.extend({clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=x.contains(e.ownerDocument,e);if(!(x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(s=mt(a),o=mt(e),r=0,i=o.length;i>r;r++)yt(o[r],s[r]);if(t)if(n)for(o=o||mt(e),s=s||mt(a),r=0,i=o.length;i>r;r++)gt(o[r],s[r]);else gt(e,a);return s=mt(a,"script"),s.length>0&&dt(s,!u&&mt(e,"script")),a},buildFragment:function(e,t,n,r){var i,o,s,a,u,l,c=0,p=e.length,f=t.createDocumentFragment(),h=[];for(;p>c;c++)if(i=e[c],i||0===i)if("object"===x.type(i))x.merge(h,i.nodeType?[i]:i);else if(rt.test(i)){o=o||f.appendChild(t.createElement("div")),s=(nt.exec(i)||["",""])[1].toLowerCase(),a=ct[s]||ct._default,o.innerHTML=a[1]+i.replace(tt,"<$1>")+a[2],l=a[0];while(l--)o=o.lastChild;x.merge(h,o.childNodes),o=f.firstChild,o.textContent=""}else h.push(t.createTextNode(i));f.textContent="",c=0;while(i=h[c++])if((!r||-1===x.inArray(i,r))&&(u=x.contains(i.ownerDocument,i),o=mt(f.appendChild(i),"script"),u&&dt(o),n)){l=0;while(i=o[l++])at.test(i.type||"")&&n.push(i)}return f},cleanData:function(e){var t,n,r,i,o,s,a=x.event.special,u=0;for(;(n=e[u])!==undefined;u++){if(F.accepts(n)&&(o=n[q.expando],o&&(t=q.cache[o]))){if(r=Object.keys(t.events||{}),r.length)for(s=0;(i=r[s])!==undefined;s++)a[i]?x.event.remove(n,i):x.removeEvent(n,i,t.handle);q.cache[o]&&delete q.cache[o]}delete L.cache[n[L.expando]]}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}});function pt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function ft(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function ht(e){var t=ut.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function dt(e,t){var n=e.length,r=0;for(;n>r;r++)q.set(e[r],"globalEval",!t||q.get(t[r],"globalEval"))}function gt(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(q.hasData(e)&&(o=q.access(e),s=q.set(t,o),l=o.events)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)x.event.add(t,i,l[i][n])}L.hasData(e)&&(a=L.access(e),u=x.extend({},a),L.set(t,u))}}function mt(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return t===undefined||t&&x.nodeName(e,t)?x.merge([e],n):n}function yt(e,t){var n=t.nodeName.toLowerCase();"input"===n&&ot.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}x.fn.extend({wrapAll:function(e){var t;return x.isFunction(e)?this.each(function(t){x(this).wrapAll(e.call(this,t))}):(this[0]&&(t=x(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this)},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var vt,xt,bt=/^(none|table(?!-c[ea]).+)/,wt=/^margin/,Tt=RegExp("^("+b+")(.*)$","i"),Ct=RegExp("^("+b+")(?!px)[a-z%]+$","i"),kt=RegExp("^([+-])=("+b+")","i"),Nt={BODY:"block"},Et={position:"absolute",visibility:"hidden",display:"block"},St={letterSpacing:0,fontWeight:400},jt=["Top","Right","Bottom","Left"],Dt=["Webkit","O","Moz","ms"];function At(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Dt.length;while(i--)if(t=Dt[i]+n,t in e)return t;return r}function Lt(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function qt(t){return e.getComputedStyle(t,null)}function Ht(e,t){var n,r,i,o=[],s=0,a=e.length;for(;a>s;s++)r=e[s],r.style&&(o[s]=q.get(r,"olddisplay"),n=r.style.display,t?(o[s]||"none"!==n||(r.style.display=""),""===r.style.display&&Lt(r)&&(o[s]=q.access(r,"olddisplay",Rt(r.nodeName)))):o[s]||(i=Lt(r),(n&&"none"!==n||!i)&&q.set(r,"olddisplay",i?n:x.css(r,"display"))));for(s=0;a>s;s++)r=e[s],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[s]||"":"none"));return e}x.fn.extend({css:function(e,t){return x.access(this,function(e,t,n){var r,i,o={},s=0;if(x.isArray(t)){for(r=qt(e),i=t.length;i>s;s++)o[t[s]]=x.css(e,t[s],!1,r);return o}return n!==undefined?x.style(e,t,n):x.css(e,t)},e,t,arguments.length>1)},show:function(){return Ht(this,!0)},hide:function(){return Ht(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Lt(this)?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=vt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,s,a=x.camelCase(t),u=e.style;return t=x.cssProps[a]||(x.cssProps[a]=At(u,a)),s=x.cssHooks[t]||x.cssHooks[a],n===undefined?s&&"get"in s&&(i=s.get(e,!1,r))!==undefined?i:u[t]:(o=typeof n,"string"===o&&(i=kt.exec(n))&&(n=(i[1]+1)*i[2]+parseFloat(x.css(e,t)),o="number"),null==n||"number"===o&&isNaN(n)||("number"!==o||x.cssNumber[a]||(n+="px"),x.support.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),s&&"set"in s&&(n=s.set(e,n,r))===undefined||(u[t]=n)),undefined)}},css:function(e,t,n,r){var i,o,s,a=x.camelCase(t);return t=x.cssProps[a]||(x.cssProps[a]=At(e.style,a)),s=x.cssHooks[t]||x.cssHooks[a],s&&"get"in s&&(i=s.get(e,!0,n)),i===undefined&&(i=vt(e,t,r)),"normal"===i&&t in St&&(i=St[t]),""===n||n?(o=parseFloat(i),n===!0||x.isNumeric(o)?o||0:i):i}}),vt=function(e,t,n){var r,i,o,s=n||qt(e),a=s?s.getPropertyValue(t)||s[t]:undefined,u=e.style;return s&&(""!==a||x.contains(e.ownerDocument,e)||(a=x.style(e,t)),Ct.test(a)&&wt.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=s.width,u.width=r,u.minWidth=i,u.maxWidth=o)),a};function Ot(e,t,n){var r=Tt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function Ft(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,s=0;for(;4>o;o+=2)"margin"===n&&(s+=x.css(e,n+jt[o],!0,i)),r?("content"===n&&(s-=x.css(e,"padding"+jt[o],!0,i)),"margin"!==n&&(s-=x.css(e,"border"+jt[o]+"Width",!0,i))):(s+=x.css(e,"padding"+jt[o],!0,i),"padding"!==n&&(s+=x.css(e,"border"+jt[o]+"Width",!0,i)));return s}function Pt(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=qt(e),s=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=vt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Ct.test(i))return i;r=s&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+Ft(e,t,n||(s?"border":"content"),r,o)+"px"}function Rt(e){var t=o,n=Nt[e];return n||(n=Mt(e,t),"none"!==n&&n||(xt=(xt||x("