summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2017-05-30Drop an obsolete and a redundant bookmarkGabor Kelemen
Change-Id: I80b0d269def0dc700e6f6da6c76502d78f30fac4 Reviewed-on: https://gerrit.libreoffice.org/37930 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> (cherry picked from commit ead4207b4a6f7ae49ecf9b80a598ecd0fafe7304) Reviewed-on: https://gerrit.libreoffice.org/38191 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-30tdf#107229 Fix reference to the Save as Template menu itemGabor Kelemen
Drop bookmark and ahelp related to old OOo template manager window Also fix a reference to the Styles and Formatting sidebar Change-Id: Icfe056ee32e38b45f11f33b65f85c24b05a32107 Reviewed-on: https://gerrit.libreoffice.org/37929 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> (cherry picked from commit 98f16894574b039fc5e7ead6934aa4a0488472b0) Reviewed-on: https://gerrit.libreoffice.org/38190 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-30Mass remove excess spaces from inside tagsGabor Kelemen
This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 1ae135d7569571bc38fc1bcf0dfd24610039a86e) Reviewed-on: https://gerrit.libreoffice.org/38182
2017-05-26Fix documentation URL in help pageOlivier Hallot
The URL was outdated. Change-Id: I6c8de8a7271875fd5d6874aface4130e8e872194 Reviewed-on: https://gerrit.libreoffice.org/38086 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-25Fix <sup> tag swallowed by authoring extensionOlivier Hallot
Help authoring extension does not support <sup> and <sub> tags, a bug has been filled to fix it. This patch restore <sup> tags in file. Change-Id: I0551de6b937de2853494e8285fe7a56c2abb9d5a Reviewed-on: https://gerrit.libreoffice.org/38025 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-24Mute l10n for dozens of numbers and format codesOlivier Hallot
Muted numbers and codes are not to be translated Change-Id: I4714318c6108a2735825d7ff7832d2b3733df7f7 Reviewed-on: https://gerrit.libreoffice.org/37974 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-23The word “bar” should not be bolded or capitalizedAdolfo Jayme Barrientos
Change-Id: Ib295f68ea3bda9610359412b7748e417b77915bf (cherry picked from commit 23e991de25bb224fc7c6561b9cb34632fecd7220) Reviewed-on: https://gerrit.libreoffice.org/37961 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-05-20tdf#84675 Add help page for StrReverse VBAOlivier Hallot
Fixes some syntax definitions Mute l10n for VBA function names Change-Id: I06d7391a44b465339e3c82f333719488f7d843b2 Reviewed-on: https://gerrit.libreoffice.org/37855 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-19Fix XML according to DTDOlivier Hallot
Change-Id: I386772d2bc275eb49a96b18e40219abdc22df3f9 Reviewed-on: https://gerrit.libreoffice.org/37841 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit cc6b76b3b8ede1c9ad8e173df9fd5b813e9e6572) Reviewed-on: https://gerrit.libreoffice.org/37842
2017-05-19tdf#84675 Help VBA functions AscW, ChrW, InStrRevOlivier Hallot
These functions are enabled whith Option VBASupport 1 fix bookmark Fix metas Fix makefile & add InStrRev Bookmarking Fix category for DDB Change-Id: I12fed1cd521ffb846d2994323013e8dcc127381f Reviewed-on: https://gerrit.libreoffice.org/37826 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit eb145d19480d245228dc6b1032a925adbff8ea78) Reviewed-on: https://gerrit.libreoffice.org/37838
2017-05-19tdf#107229 Drop old Template Manager helpGabor Kelemen
Change-Id: Iaad417818cf37a6f7505bd886a5c472e1731b12b Reviewed-on: https://gerrit.libreoffice.org/37795 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 7c9323ff02e580187576204b014e04fa6f732c07) Reviewed-on: https://gerrit.libreoffice.org/37830
2017-05-19tdf#107299 Mention how to add more template foldersGabor Kelemen
This is salvaged from the old Template Manager help page but now it works a bit different: adding new paths makes the files appear under the My Templates category. Change-Id: I1717e1c1a2602647a41989e57dfeae7f4f18abf6 Reviewed-on: https://gerrit.libreoffice.org/37794 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 49e9e98224321ab478681dd93476d54594a55432) Reviewed-on: https://gerrit.libreoffice.org/37829
2017-05-19Basic: merge identical def and example DefxxxLaurent Balland-Poirier
Change-Id: I64abb89958c823d636c402ad4fee1f008742b491 Reviewed-on: https://gerrit.libreoffice.org/37789 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit fc04019be5ce20fe8acd95e1cc41ba099dd51cb0) Reviewed-on: https://gerrit.libreoffice.org/37828
2017-05-19Basic: beautify Examples with bascode tagLaurent Balland-Poirier
Correct many examples to use <bascode> tag to get colorised text Merge some identical examples in section Remove useless spaces Remove ^M at end of line with <bascode> Add localize="false" for pure Basic code Add comments from Johnny_M Treat 03101700.xhp in a different commit Change-Id: I94a799ee13829ed9086127aa7d0e722ffe1dd90d Reviewed-on: https://gerrit.libreoffice.org/33240 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 3d5e0e547daaed4c5587d403877a04916cf23eb9) Reviewed-on: https://gerrit.libreoffice.org/37825
2017-05-19tdf#84675 (part4) document VBA macros supportOlivier Hallot
Change-Id: I61f60fb4f3ac27604a71972f0c1d8a7e9effdcc4 Reviewed-on: https://gerrit.libreoffice.org/37735 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 6f947c50faf2969405749fc118659d9d9934eb91) Reviewed-on: https://gerrit.libreoffice.org/37774
2017-05-19Fix several mistakes flagged by translatorsOlivier Hallot
Change-Id: If2e081fa32ec82250514c59d820adb5fa071669b Reviewed-on: https://gerrit.libreoffice.org/37743 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 9b2ab190af0db946c0ceb57d45ac6778fcfc2e6e) Reviewed-on: https://gerrit.libreoffice.org/37773
2017-05-19tdf#84675 (part3) Document Basic constantsOlivier Hallot
Document Basic constants more explicitely. Change-Id: I76958041552148cc65e5bfb49eed6944991a0637 Reviewed-on: https://gerrit.libreoffice.org/37705 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit a50d8ddab0d6037ee72424a21a18b9d07d53bdb7) Reviewed-on: https://gerrit.libreoffice.org/37772
2017-05-19tdf#84675 (part2) Document hidden BASIC constantsOlivier Hallot
Constants for TypeName/Vartype add tablehead style Change-Id: Ic613e1552af96df4a57d461600e26c11d5b289c2 Reviewed-on: https://gerrit.libreoffice.org/37692 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br> (cherry picked from commit 115035ec9e29cc0db7837a52cd7ee8527526d6b1) Reviewed-on: https://gerrit.libreoffice.org/37771
2017-05-19Clean up some <emph> tag vomitAdolfo Jayme Barrientos
Change-Id: Icd5b0e048e4dc2824302d6a92c30a1d22bc2b750 (cherry picked from commit ee2a29423da11c4f61ce4ca2176383d1a631ec84) Reviewed-on: https://gerrit.libreoffice.org/37796 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-05-17bookmark is no valid child of listlibreoffice-5-4-branch-pointChristian Lohmaier
Change-Id: I29f56351df69aca3f04d4a88f1a44073f120e327
2017-05-17no CDATA (random literals) allowed as child in bodyChristian Lohmaier
Change-Id: I432e8f0b5a4e8168d94987a2ef44d679cbb5c024
2017-05-17no paragraph or section outside body allowedChristian Lohmaier
Change-Id: I955eb36ad43b4338fbd7aa9cd59c1138c27cc578
2017-05-17switchinline still is no valid child of "item" or "emph"Christian Lohmaier
Change-Id: I175560732e50bbf96f652a77a7674e7283b3583c
2017-05-17readd woraround for nested lists to be valid against DTDChristian Lohmaier
thus partial revert of 2e141341684eb610834db92693d715f3fd01d0dd Change-Id: I9909c267286e22623283f343f26e1ac36473c602
2017-05-17table requires id attributeChristian Lohmaier
Change-Id: Icd2de9c8f0be2f5c35952f227b4ba38b38e2c04c
2017-05-16tdf#107298 Snap Position renamed to Constrain ObjectsIlmari Lauhakangas
Change-Id: I28f0809eedc6d23cf52a262a805e680bf3c39c1b Reviewed-on: https://gerrit.libreoffice.org/37293 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-16Basic: add localize=false for some bascode linesLaurent Balland-Poirier
Change-Id: I78884c0421ef8ad935ca7214b9116fda29d2797f update: remove duplicate empty line at end of files Reviewed-on: https://gerrit.libreoffice.org/33766 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16Mute l10n for numbersOlivier Hallot
Change-Id: I3fe0ef570e49899449444dad5f29107dc7534071 Reviewed-on: https://gerrit.libreoffice.org/37689 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16Update menu entry for Insert Trend Line in chartLaurent Balland-Poirier
Add emph tag in the same way as other menu commands Change-Id: I968b391485b1cb4fa8083704ca91fd44af087b1f Reviewed-on: https://gerrit.libreoffice.org/34644 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16Clarify examples for l10n using space as thousands separatorLaurent Balland-Poirier
Number Format Code In locale using space as thousands separator, some examples may be not correctly interpreted. This patch adds some text to explain how to solve this. Beautify a little bit some examples. Complete fraction description: any digit symbol (0, # or ?) can be used to described any of the three parts of the fraction. Change-Id: I5bab1da21b33cddfa0a63fbe5e3d53d64ed0103c Reviewed-on: https://gerrit.libreoffice.org/34755 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16Mute L10n in some <bascode> linesOlivier Hallot
Change-Id: I2503568589b869b717f5c997434340d00892a275 Reviewed-on: https://gerrit.libreoffice.org/37687 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16tdf#84675 (part2) document hidden BASIC func/constOlivier Hallot
GetAttr() SetAttr Valid ATTR for SetAttr statement are ATTR_NORMAL ATTR_READONLY ATTR_HIDDEN Others ATTR_* were not implemented, see http://opengrok.libreoffice.org/xref/core/basic/source/runtime/methods.cxx#4689 Change-Id: I51b50c13709b668c935b9a68981c20545648691d Reviewed-on: https://gerrit.libreoffice.org/37576 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16tdf#84675 (part) document hidden BASIC func/constOlivier Hallot
Help page for MsgBox function and MsgBox statement Constants MB_* ID* Fix: remove MB_DEFBUTTON1 fix bug# Change-Id: Id8cbadc92a8e9c5902c3ff23b4e04bff3de3c03d Reviewed-on: https://gerrit.libreoffice.org/37558 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-16Add <bascode> in BASIC snipets.Olivier Hallot
Change-Id: I484036b9c9694a58f7f113b2cf1c04a1f0e2c4dc Reviewed-on: https://gerrit.libreoffice.org/37552 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-05-15redmine#2137 Use shorter, more easily remembered URL for templates siteAdolfo Jayme Barrientos
Change-Id: Iaf1905cbf012d7c07bb1d1afaf8a689f09da0e1f
2017-05-15tdf#107299 Typo: ChoseGabor Kelemen
Change-Id: Iee7737768881aa6c057dfdb14dacbad29abaa6d8 Reviewed-on: https://gerrit.libreoffice.org/37622 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107299 Match page title with menu item titleGabor Kelemen
So that it appears correctly in the File - Templates menu page Change-Id: I04f7aec68fb8a238deb1c9a9f1e91eeedc1aeb07 Reviewed-on: https://gerrit.libreoffice.org/37621 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Fix File - Templates menu pageGabor Kelemen
Drop redundant section ID Add howtoget section content Sync with current UI Use English section IDs instead of German ones Change-Id: Ia0cc3a5e8526c66cfd930ece29ce87b813988ea8 Reviewed-on: https://gerrit.libreoffice.org/37620 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Update Open Template menu command pageGabor Kelemen
Sync with current UI Add howtoget section Translate German section ID Change-Id: Ib0f3969d731e2c8e7b5781cf03f9dfd1d62f1ea2 Reviewed-on: https://gerrit.libreoffice.org/37619 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Update Save as Template window help pageGabor Kelemen
Sync with current UI Fix bookmarks and ahelps Translate German section ID Change-Id: I4f84bd25ef68dbcbc4c9b69c77f28ec31f0e86af Reviewed-on: https://gerrit.libreoffice.org/37618 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Fix Templates dialog title referenceGabor Kelemen
Change-Id: If9534b19aba76e9b541099bff15ba1a5181032c8 Reviewed-on: https://gerrit.libreoffice.org/37617 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Translate a German section idGabor Kelemen
It is redundant in shared/01/01110000.xhp anyways Change-Id: I6e8c7ee3a93375e9e7a1c65ab8c8f5a76a871128 Reviewed-on: https://gerrit.libreoffice.org/37616 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107299 Do not refer icons by their picture - it's theme-dependentGabor Kelemen
Change-Id: I4537a820eaf7af5fc39995d6c9c01d963fb4ffd9 Reviewed-on: https://gerrit.libreoffice.org/37615 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-15tdf#107229 Adapt First Steps page to new Templates windowGabor Kelemen
Change-Id: Ib715583ca4dcaca4362c5422db440ff73126ee09 Reviewed-on: https://gerrit.libreoffice.org/37614 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-12adjust image paths after moving helpimg into more appropriate folderKatarina Behrens
Change-Id: Idcfa3700bfd53d38ddeda484828f00bf36cf3b57 Reviewed-on: https://gerrit.libreoffice.org/32104 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-12Move help-specific images (the actual files) to helpcontent2Katarina Behrens
Change-Id: Ia0ecdc6d7b1277111ffd3467972a1a92af558f09 Reviewed-on: https://gerrit.libreoffice.org/31906 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-10tdf#107299 Add some missing links to Related TopicsGabor Kelemen
Change-Id: Ib88293d01a6edb6bfb5149e787eac2258dc4ef5a Reviewed-on: https://gerrit.libreoffice.org/37449 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-10tdf#107299 Add bookmarks and ahelps to template manager pageGabor Kelemen
Change-Id: I3eef2430bf2b9a8fdd903923dee55e920462c915 Reviewed-on: https://gerrit.libreoffice.org/37448 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-10tdf#107299 Make the main description of the window a full sentenceGabor Kelemen
Change-Id: I03cd5afe1fee365505140011404bc07f33542844 Reviewed-on: https://gerrit.libreoffice.org/37447 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-10tdf#107299 Add links to the extensions siteGabor Kelemen
Change-Id: I4c1d7fc08b32daad4b502f6944c6769642738dbd Reviewed-on: https://gerrit.libreoffice.org/37446 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>