summaryrefslogtreecommitdiff
path: root/helpcontent2
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12Updated coreOlivier Hallot1-0/+0
Project: help 1b361a83c014ff9c8c2b80bbe779387ef0a209f5 Better handling of user language in help online Change-Id: I6a14081321cfd94fe1efb1f2b5fd23f20d4a27fc Reviewed-on: https://gerrit.libreoffice.org/49613 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-12Updated coreOlivier Hallot1-0/+0
Project: help 145fe1d4c0d697cd15619dd682c622d3c146d95f Better handling of help URLs anchors Change-Id: I25a6b105f4a809839575e43cd4834cf96a1e5e7c Reviewed-on: https://gerrit.libreoffice.org/49516 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-09Updated coreIlmari Lauhakangas1-0/+0
Project: help 863b926ed16b372800f75e8ac467afbf3443f61e Tweaked contents expansion Stopped excluding main items. Highlighted current item. Harmonised the help.js indentation. Change-Id: I6b8f22940d077d008662a387071a5d5db04409f7 Reviewed-on: https://gerrit.libreoffice.org/49488 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-08Updated coreIlmari Lauhakangas1-0/+0
Project: help b6bc8c1cfecc55bebff8dc64fddb63e3edc109b5 tdf#115255 and auto-expand contents per subitem JavaScript stuff moved from online_transform.xsl to help.js. Simplified bookmarks markup. Span elements with class "input" and length more than 3 characters can be copied to clipboard by mouse click. Bubli's feature request for auto-expanding contents per subitem is also implemented. Logic for adding headings to index list was reimplemented. Change-Id: I87b6f189a040a73a1ab9dda1ec9cd790b06da202 Reviewed-on: https://gerrit.libreoffice.org/49421 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-07Updated coreOlivier Hallot1-0/+0
Project: help fd1e80bca4d05e1dac45fb226dff318e87b81ead Add anchor to branch bookmarks in hid-to-file Add the id="bm_nnnnnn" as anchor to get the html file displayed in the right position. Change-Id: Icf50119d7b4f7846abc2a128ccdf9d3ab77a50c2 Reviewed-on: https://gerrit.libreoffice.org/49299 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-02-01Updated coreMike Kaganski1-0/+0
Project: help 0f7a354db93f0affe218cae7e0ea294a4efe5891 Correct parameter syntax Change-Id: Ib9f805c33b1a2243197e5addfe9bf777b4e88ed5 Reviewed-on: https://gerrit.libreoffice.org/47889 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2018-01-31Updated coreAndrea Gelmini1-0/+0
Project: help f7e82f12585648e59c308607d8754616c5d930b0 Fix typo Change-Id: I8fd351833236fe594a0480d9e09b0ef072ec7c46 Reviewed-on: https://gerrit.libreoffice.org/48997 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-01-31Updated coreIlmari Lauhakangas1-0/+0
Project: help 11adc4492b11253c5d24d217354581956da1f52b Fixes for MS browsers and tweaks to fuzzy search Some experimental JS tech had slipped into the mix. Search settings should also be a bit more performant now. Change-Id: Ifae9986efc02d20fefa9480ae463107fe4743944 Reviewed-on: https://gerrit.libreoffice.org/48988 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-30Updated coreOlivier Hallot1-0/+0
Project: help 875dbb65c79bd52049c270197aaa71cc243821fb New Help: Add donation link for online version Change-Id: I340362a70ecc115565c7fd7cb2be1a5d0fbb5599 Reviewed-on: https://gerrit.libreoffice.org/48929 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-30Updated coreIlmari Lauhakangas1-0/+0
Project: help e37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2af Switched from list.js to fuse.js and paginathing.js Fuse.js has Apache License 2.0 and paginathing.js has Expat License (aka MIT). Paginathing is a paginating utility and it was originally jQuery, but due to performance concerns I converted it to pure JavaScript and rather brutally adapted it to our needs. Fuse.js gives us fuzzy search with multiple strings. The settings can be refined, if needed. Settings can be easily tested with the live demo: http://fusejs.io/ Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908 Reviewed-on: https://gerrit.libreoffice.org/48906 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-29Updated coreOlivier Hallot1-0/+0
Project: help 64187c4328623fca6c00d2f5c9f659211ee18883 New Help: allow product version = "latest" To enhance version migration, the most recent Help will be named "latest" in the URL. Explicit last version X.Y will be symbolic link to 'latest'. e.g. '6.0' -> 'latest' *This will allow search engine to always index the same 'latest' URL *External links always land in 'latest' pages. Change-Id: I5ffa1d268f71b7ebe75d5d90c62bcd6304507602 Reviewed-on: https://gerrit.libreoffice.org/48848 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-29Updated coreAndrea Gelmini1-0/+0
Project: help c2ef507d3275257c83558c794b3ebb1385f8a4fa Fix typo Change-Id: I3fecf4aef43a11a2534b36a846097382201ce8e5 Reviewed-on: https://gerrit.libreoffice.org/48831 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2018-01-28Updated coreDmitri Kharchev1-0/+0
Project: help eeb16287e60c9699997e5a32a81da41a7d8c7013 tdf#92069 help page for ENCODEURL() function Change-Id: I8ec52dd918a21a9944b8fc2b2db8f0d7156678ad Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/48779
2018-01-27Updated coreDmitri Kharchev1-0/+0
Project: help f244829556e67657cdd5c08d4126151b067a2a15 tdf#100810 CEILING.XCL, CEILING.MATH not in help Change-Id: I94325c24e5e34db2a6d44d6124cd2e44cb76d201 Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/48743
2018-01-27Updated coreAndrea Gelmini1-0/+0
Project: help 9bd1736a8b3dc0631e14b12fd81ba4136e8aaa99 Fix typos Change-Id: I1c9a02aab47a26a9f18d2327ca0f4f58adac2c0d Reviewed-on: https://gerrit.libreoffice.org/48695 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2018-01-27Updated coreOlivier Hallot1-0/+0
Project: help 5be1429f1ad6ac472836097516ab3cd0681ecf38 tdf#92430 Better example for =WEBSERVICE() And =FILTERXML() Change-Id: I15c260d625ea54b61cbb0de025f8e0c0c9fe623c Reviewed-on: https://gerrit.libreoffice.org/48727 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-26Updated coreOlivier Hallot1-0/+0
Project: help 854f87b82b23d5409b4a3f6cea8628324fb238cc tdf#112356 Watermark help page, better bookmarking Change-Id: Ia0f37984caaa32b74817e0bdd62c05813de50a6d Reviewed-on: https://gerrit.libreoffice.org/48690 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-26Updated coreOlivier Hallot1-0/+0
Project: help f15eac158a47aac87d5dc40004899871ebc5739e tdf#112356 Help page for watermark dialog Change-Id: I3b509faf16579f1bfbf1428daca40f2d7054aad6 Reviewed-on: https://gerrit.libreoffice.org/48637 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-26Updated coreOlivier Hallot1-0/+0
Project: help 482fb2a966c3cfde24d94d7f43768b8edf63ceca Adjust online builder xhp2html.sh to new bookmarks Change-Id: Ie3a211d7247acd0ef7c15266368d9db7e1c8f232 Reviewed-on: https://gerrit.libreoffice.org/48681 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-25Updated coreIlmari Lauhakangas1-0/+0
Project: help 67a993c05d19976f5ed347b16584d29d6866a870 Module names must stay uppercase due to DbPAR=MODULE Change-Id: I10cea1b204b20d482abec6a8f66d5cfee6cf6dfe Reviewed-on: https://gerrit.libreoffice.org/48509 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-23Updated coreLaurent BP1-0/+0
Project: help 94375babd75d8b611311bab682f9017e0485d19b tdf#113979 Skip empty cells option Add help for this new option. Correction help link for "Quoted text" option Change-Id: I8ce8ac8108408c9feb55a0b5dffbb44dea988c05 Reviewed-on: https://gerrit.libreoffice.org/46996 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-23Updated coreIlmari Lauhakangas1-0/+0
Project: help 995f740adfff22aff1105a7e1b2801dfdab43434 Use list.js for Index listing and search List.js - http://listjs.com/ - allows us to paginate the results so the height does not get out of hand. Fuzzy search would be cool: http://listjs.com/docs/fuzzysearch/ ...but it gives too big of a perf hit with our 5700 items. Might try to bribe the creator to look into perf. Thanks a lot to David Tardon for the makefile solution and to Christian Lohmaier for playing a rubber duck. Change-Id: I359eed541470ccaa309b0b6ff5d809a796d9befd Reviewed-on: https://gerrit.libreoffice.org/48335 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-22Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help d8623712ce8523cd6d29116a5bd903e1d7edbd62 tdf#35301 Tiny text tweak for newly available ruby position Ruby text can not only be above base text, but also beside it. Change-Id: Ic9a11a1f7912c50d092f13c6d3d52d83713cd305
2018-01-20Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help 237f881e17efb3091d93430fa287eab9b9d6b915 Some copyediting • Fixing usage of phrasal verbs “check in” and “check out” • Adding some missing prepositions • Removing some pointless abbreviations • Avoiding a reference to a “timer” that’s more precisely a stopwatch but not quite… Change-Id: I37828f85065f17a16365caa45fd5913b771c4bec
2018-01-19Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help f8887d3de3a414cd677126484a56f7a29d88af67 Nope, that’s not what the button does See core commit b1a6a99b9a78689c6d3649ce066fad66912188e2. Change-Id: I70456817e1956d6e213468583e0e16b06a69b303
2018-01-19Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help d860405baeffb4cb6b1a32274d2c2b609ef8deea Correct Catalan spelling Typo introduced in 01879555450189381cc02517433807056b193af8 Change-Id: I9978ec8b238493a501981e192aa92547f2c1fe5d
2018-01-19Updated coreOlivier Hallot1-0/+0
Project: help 02e87fe2b0027c725075154f9172e9fb99ef9589 Add more localized strings for new Help Change-Id: I8c0cdcf8cf1ce64a407c98f4619a46b08c259b7d Reviewed-on: https://gerrit.libreoffice.org/48186 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-19Updated coreOlivier Hallot1-0/+0
Project: help ea4a7345bc1cbcbff3fb4355d0e4f4954f8afa7d Fix detection of bad help call remove single quotes Change-Id: Ia7951508cbf0a49ae029588e1d254de5f3942f12 Reviewed-on: https://gerrit.libreoffice.org/48165 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-18Updated coreAndrea Gelmini1-0/+0
Project: help c4a18626d14426cbd8884d1028eb248fe3b21c44 Fix typos Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f Reviewed-on: https://gerrit.libreoffice.org/48138 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2018-01-18Updated coreAndrea Gelmini1-0/+0
Project: help 45e20af8857f8bcd5afa30113eea40ceef7aa3a8 Fix typo Change-Id: If3ae78fab316a0eaab5b0aeecd41824665a4d498 Reviewed-on: https://gerrit.libreoffice.org/48139 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2018-01-15Updated coreIlmari Lauhakangas1-0/+0
Project: help ff44bbe7087cf87977103627f55a8b1b5c9ffb89 tdf#114907 Expand and collapse symbols for Contents Unicode like it's 1993. Change-Id: I625dc220341db788dd578c210ef2f368bec58199 Reviewed-on: https://gerrit.libreoffice.org/47902 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-13Updated coreMike Kaganski1-0/+0
Project: help 7ffe2eafbaa401f4bdea26d7b41f357567544afc That isn't specific to Calc In fact, target (text/shared/01/05020301) is in text/shared, module is BASIC. Change-Id: I7341688b1f04733b7ff7b79e5930e3e6b6955add Reviewed-on: https://gerrit.libreoffice.org/47833 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-01-11Updated coreOlivier Hallot1-0/+0
Project: help 2575baa6d1f20327dc943b1cc73ff4252f6cbfe6 Fix HIDs with '?' inside '?' interferes in logic to extract HID Change-Id: I5252d1cf861959cc6ad2b49afe9b19f4c9698f56 Reviewed-on: https://gerrit.libreoffice.org/47734 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-11Updated coreOlivier Hallot1-0/+0
Project: help 01879555450189381cc02517433807056b193af8 Add L10n to labels, in New help UI * Add l10n for "%PRODUCTNAME %PRODUCTVERSION Help" * same for "Module" * Content-Security-Policy only for online case Change-Id: Iedad3e198211c122fe5845171d5dcbc6edd4778d Reviewed-on: https://gerrit.libreoffice.org/47713 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-10Updated coreOlivier Hallot1-0/+0
Project: help 2c7cfc527a05ef757ab3ecfd6ab5a2582a104680 Add Content-Security-Policies in new Help pages Change-Id: I115fc16fbf4b8284bfedc735761434bb586f0355 Reviewed-on: https://gerrit.libreoffice.org/47660 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-06Updated coreOlivier Hallot1-0/+0
Project: help 03d3affe49661345c23168f1f7b59e781753b08c Add l10n to the 'Module' string in Help UI Change-Id: I3b1b202ea4544f1458086abf3b149dcd0be2d115 Reviewed-on: https://gerrit.libreoffice.org/47489 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-06Updated coreGabor Kelemen1-0/+0
Project: help abf8c3ef55e98aeb9011020e8a217a0bd8de17ff Various fixes on Impress General options page - ahelp and bookmark fixes - Templates window on startup instead of wizard - Preseter Console option - tdf#114310 Add spacing... option renamed Change-Id: I930402fc1a8efa74ec747b06b2c720a963d6cc38 Reviewed-on: https://gerrit.libreoffice.org/47425 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreAndrea Gelmini1-0/+0
Project: help 189c97fd18cdcb99ad4b4d77a8ae97f8ce41f3b9 Fix typo Change-Id: I7a9fab7c50139bcd5f5b5999b4e61e89f2e8e646 Reviewed-on: https://gerrit.libreoffice.org/47298 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreAndrea Gelmini1-0/+0
Project: help 9e6681b78b9578eb739c3577218d6ce9141e7091 Fix typos Change-Id: I2a98c7a079c69ac32b382d6c320dde456be98cf1 Reviewed-on: https://gerrit.libreoffice.org/47282 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreAndrea Gelmini1-0/+0
Project: help e3dc182b9dda0ba1a0e42dcea00e4d3b01e4b34f Fix typos Change-Id: I4ab0df8ed7f3d8ac95f28220c9b4f59e2a6a1eb2 Reviewed-on: https://gerrit.libreoffice.org/47281 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreAndrea Gelmini1-0/+0
Project: help f1126fd812d5f812803f666f7fb4bcd5024c9772 Fix typos Change-Id: Ie3e0490e8ca41f9d4f20b834a3d5865c0fb18ad7 Reviewed-on: https://gerrit.libreoffice.org/47480 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreIlmari Lauhakangas1-0/+0
Project: help 382ba1bc41a04d2f7b444e4c4ca9460b66147717 Switched to a sidebar layout. Art direction by Andreas Kainz Markup and JS got simpler, layout got more robust. Change-Id: Ia74489038e7d11b632ea2b6ca6efe0d90dfe5181 Reviewed-on: https://gerrit.libreoffice.org/47441 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 1ad545bef472627adbb43a5dfb1874fc60c2495e Fix ahelps on the Business Cards - Medium page Change-Id: I9f1d15a7703a1ead96dbb227a34732e174bf31c8 Reviewed-on: https://gerrit.libreoffice.org/47411 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 5da848ed5f249395399a430bfbdf1bea4d9f0b69 Add missing bookmarks to Impress HTML export page Also Back and Next buttons have only one < and > Change-Id: I4cbb4cb340b376c41991554a56aa6931c839f1ad Reviewed-on: https://gerrit.libreoffice.org/47446 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help bda42214086d80527a7fddd9ca46f4bee77b77e9 Fix bookmarks on Text XML filter page Add missing ones and modify old custom HIDs to new .ui HIDs Change-Id: I16500ef5054c7f8f939a7054202b8a9c009d9fb3 Reviewed-on: https://gerrit.libreoffice.org/47445 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 09a1ae513f57e41146f3ce5408d04b3e5c3f624e Fix ahelps on (Insert Field - )Database page -Drop an unnecessary ahelp -No more 'Don't show this again' box in the printmergedialog.ui file Change-Id: I65ee28e091368693cbf4b5cc966c63a15b86b4aa Reviewed-on: https://gerrit.libreoffice.org/47439 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help fd3652b73e2b71797d9169557947a6fd2951fd37 Fix ahelps on Report Wizard pages Most were missing a prefix and some were unnecessary Change-Id: I95e5e262b80f6df810060595e5a22755ce19655d Reviewed-on: https://gerrit.libreoffice.org/47438 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 31f1e978d3304908848678f3445fa9649801b2e9 Fix ahelps on Letter Wizard Most of them lacked a prefix, some were unnecessary. Change-Id: I63831bb3cb28d8043493f474e675acc2ad343792 Reviewed-on: https://gerrit.libreoffice.org/47437 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 42543949c912c5d126a967d009731e659b9875bf Fix ahelps and bookmarks on the Save As page Also move/fix HIDs from the Create Master Document / HTML document pages, as these functions define custom HIDs for the generic Save as dialog. With the above set towards deprecation, this is not utterly useful, but still. Change-Id: I7026999dec0d4402c03fa0d51691377c3e04481b Reviewed-on: https://gerrit.libreoffice.org/47436 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Updated coreGabor Kelemen1-0/+0
Project: help 31a2936cec508145e98ebdfae6a55f06c5362770 Fix ahelps and bookmarks on the Comment page - View - Comments is also available in Calc now This page still needs a bit of love though, there is a few new comments-related UNO commands that probably need to be documented here. Change-Id: I37ad88f5e086fb82b159fe594a7c746883c81faa Reviewed-on: https://gerrit.libreoffice.org/47435 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>