summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-05tdf#70141 Add help page for font embeddingOlivier Hallot
Add help page for font embedding in document file. The property was introduced in release 4.1 by tdf#42195 Copyedit welcome. Change-Id: I265ead91ffba632450169a424b122a21a17eb56c Reviewed-on: https://gerrit.libreoffice.org/22025 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-02-03tdf#95408 Update this button’s name in Help as wellAdolfo Jayme Barrientos
Change-Id: I0810e767247745dcb1cf922301be1705479f9dbd
2016-01-30tdf#43262: Correct OFFSET function's help pageOlivier Hallot
OFFSET function's third argument is mandatory, contradicting Help Added a note on the need of array formula when height and width are specified. Change-Id: I668632f732b40a0060f6eb4eabe7fab07356561f Reviewed-on: https://gerrit.libreoffice.org/21823 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-30correct link to the description of Show SheetStanislav Horacek
Change-Id: Ifed91283c05100528b27ac080c98f7dda518b1ce Reviewed-on: https://gerrit.libreoffice.org/21796 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-28tdf#96232 Update button names for prompt on modified templateAdolfo Jayme Barrientos
Change-Id: Ia6bb3b000b2b645d931dc3e20ba986be1a2563ee
2016-01-28Fix smath help for recent context menu changesMaxim Monastirsky
Change-Id: Ic1cb6aa17940e189386a59ca74ed061fac0ee90c
2016-01-27mention sidebar decks instead of task pane in ImpressStanislav Horacek
Change-Id: I69d1985847f92201440b24b9778b24bf6d1efdae Reviewed-on: https://gerrit.libreoffice.org/21849 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27Styles and Formatting command is now in the View menuStanislav Horacek
Change-Id: I1054fd5a3f8bcfda1563541ba77b797d876125a4 Reviewed-on: https://gerrit.libreoffice.org/21846 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27add some Expert config optionsStanislav Horacek
Change-Id: Ief29d40d37a1dbf07141d39efabb670c9d20ac93 Reviewed-on: https://gerrit.libreoffice.org/21843 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-27...and two moreStephan Bergmann
Change-Id: I7c546d9fa91bd06dcb3782c445a62eea37598cef
2016-01-27style category is called "List Styles", not "Numbering Styles"Stanislav Horacek
Change-Id: Ibcefdd4e663b361ab6b912a2e760b9b4bd00dd35 Reviewed-on: https://gerrit.libreoffice.org/21640 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-01-27...and anotherStephan Bergmann
Change-Id: Ieb1a87a1f75370f3130dbf4c100c211dd3b928b9
2016-01-27Unique IDs (broken with prev. commit)Stephan Bergmann
Change-Id: I0954d35bd5e13a3d63105425ceac8039a56ab2ef
2016-01-27tdf#40517 Update for '?' in decimal number formatLaurent Balland-Poirier
Add help to use '?' in user defined number format Correction of ordered list Change-Id: Ia14a34cbc0d2d9cff4601a0bd19b392a3aaae268 Reviewed-on: https://gerrit.libreoffice.org/21827 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-26use "comments" term instead of confusing synonymsStanislav Horacek
Change-Id: I63da920a2b221d79440268c757367fa397fd993b Reviewed-on: https://gerrit.libreoffice.org/21798 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-26lists cannot be nested directly - use hackaround using switch insteadChristian Lohmaier
Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b
2016-01-25missing id attribute on tableChristian Lohmaier
Change-Id: I0be7339ef7b905499bd58877e1278d052b6b5131
2016-01-25embedvar is not a valid child of itemChristian Lohmaier
furthermore the use of variables obfuscates the meaning, and it doesn't make it any easier for translators to see an out-of-context variable. Using the actual function name is easier. Change-Id: I9b059649618648b435a5e413da48f25a5e6f6a66
2016-01-25fix validation errors by round-trip through helpauthoring extensionChristian Lohmaier
lots of missing attributes "id" and "xml-lang" (extension patched to keep bascode tag) Change-Id: I9c5600b6fa133a6b1062803eadb976e043db7a4a
2016-01-25link is no valid child of emphChristian Lohmaier
Change-Id: I24009c8eb766d2e99ff96b8ba803e0d92ee73387
2016-01-25switchinline is no valid child of "item" eitherChristian Lohmaier
sed command used: 's#\(<item[^>]*>\)\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</item>\)#\2\1\3</item>\4\1\5</item>\6\1\7#g' Change-Id: I386bb105520449b3a9dbb27d9508499af0a21cc9
2016-01-25more "switchinline (and link) not being valid child of emph" fixesChristian Lohmaier
Change-Id: I58212c56b4301bb260b3787b1afdffbfc710ca2c
2016-01-25switchinline is none of emph's allowed childrenChristian Lohmaier
fixed with following sed expression: 's#<emph>\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</emph>\)#\1<emph>\2</emph>\3<emph>\4</emph>\5<emph>\6#g' Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3
2016-01-25fix some …</emph><emph>… casesChristian Lohmaier
as closing formatting just to open it immediately again doesn't make sense. unfortunately "switchinline" is none of emph's allowed children, so the individual cases need to have the formatting Change-Id: I9071990f882086d6c280df1d3ab958a8f3ff3c61
2016-01-25remove multiple spaces (and save with helpauthoring extension)Christian Lohmaier
Change-Id: Ic5d12de95d9265ed411ddc8e56f1db3e150765bf
2016-01-24adjust menu navigation to the Change Case commandStanislav Horacek
Change-Id: Ia41251f96afac87e23f141d69be032c4d46c6853 Reviewed-on: https://gerrit.libreoffice.org/21749 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-01-24correct button label in Edit bibliography entry dialogStanislav Horacek
Change-Id: Iad3b2fcfca9d97e24b6848475e8f37cd45195b1d Reviewed-on: https://gerrit.libreoffice.org/21748 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-01-24full screen button label has no "on/off" anymoreStanislav Horacek
Change-Id: Icc37109d829d6ca150af6daa518ee36cf3225b79 Reviewed-on: https://gerrit.libreoffice.org/21747 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-01-20spadmin is gone, call the link generic printer settings insteadCaolán McNamara
Change-Id: I1694e75a277ff8df23454d8659b352a95233ff5e
2016-01-18use button labels which replaced three dotsStanislav Horacek
Change-Id: I29dccab5c0ff8737ceabd38a9c3729016e2fe01c Reviewed-on: https://gerrit.libreoffice.org/21540 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-18use precise name of Exchange Databases dialogStanislav Horacek
Change-Id: If6e18cb4d5865542a7e8612f0f9480ec5081e9b7 Reviewed-on: https://gerrit.libreoffice.org/21537 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-18adjust description of checkbox for register-trueStanislav Horacek
Change-Id: I3c6faa3e91b62d40711d6581e3743f092ad98aa6 Reviewed-on: https://gerrit.libreoffice.org/21539 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-18remove redundant tagsStanislav Horacek
Change-Id: I6ab93a826bcc1b768dab40ee90824da6375d6b85 Reviewed-on: https://gerrit.libreoffice.org/21538 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-13Copyedit the documentation on Firefox ThemesAdolfo Jayme Barrientos
It was so badly written I had trouble understanding it. Change-Id: I4b1172a2fc2e0a8028241188d15d0ea4388f1f25
2016-01-12<ahelp> should not be empty/self-closing element (<ahelp ../>)Christian Lohmaier
f5fa46ed8626910d710fd535518ddf9e756f9356 already fixed (tried to) the empty/self-closing ahelp tag, however <ahelp ..></ahelp> is merged to <ahelp .. /> by "make translations", so po files ended up with the self-closing form again. Surrounding a child/PCDATA with the tag solves the problem. Change-Id: I58725f6a7e5999609262abec2987a6d05445a7b2
2016-01-08tdf#85433 help content for WEEKNUM, ISOWEEKNUM, WEEKNUM_EXCEL2003, WEEKNUM_OOOEike Rathke
Change-Id: I92995b4de6fe18d981757f0d273ddce5c11b1559
2016-01-02Fix typo in AGGREGATE function help pageOlivier Hallot
Change-Id: I0701328d135968735bec3b30adeba64fc6138f04 Reviewed-on: https://gerrit.libreoffice.org/21051 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-01-02Fix tdf#86428 Wrap text help page duplicatedOlivier Hallot
Fix for tdf#86428 Help Page “Wrap” Exists Two Times in Local Help Wrap text help page 05180000.xhp was replaced by 05060200.xhp but left there because of a link from the main format help page. The 05060200.xhp page now carries the recent changes in Writer UI and context menus. Wrap page from guide (main0105.xhp) also updated. Change-Id: Icd0c015ceca89dc1e3f8f7200ffe491ddb03ff7b Reviewed-on: https://gerrit.libreoffice.org/21023 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-01-02COUNTIFS: add missing argument nameStanislav Horacek
Change-Id: Ic099ea1272f1c8c0ea6804cd77b15c75159d084b Reviewed-on: https://gerrit.libreoffice.org/21014 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-29AVERAGEIF: use "character" instead of "symbol"Stanislav Horacek
Change-Id: I586658c5da91c3fc5a3d35c5cdfa2d6b4a42dc1f Reviewed-on: https://gerrit.libreoffice.org/21007 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-29AVERAGEIF: fix exampleStanislav Horacek
Change-Id: I31fa85189ab4bb24d91e0a0366b08868121b8d47 Reviewed-on: https://gerrit.libreoffice.org/21006 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-18Typo: doubled periodAdolfo Jayme Barrientos
Change-Id: Ic41033ee91fa10ba5b9d4ec84f7a7a006b944095
2015-12-18add missing pluses in keyboard shortcutsStanislav Horacek
Change-Id: I02e52789dc66116f5c0ac8623f6e312a2b996d46 Reviewed-on: https://gerrit.libreoffice.org/20550 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-12-15Correct 'Window' menu entry referenceYousuf Philips
Change-Id: I68cb3287063f7b4c4169a9bf6c4002aa911f02c9 Reviewed-on: https://gerrit.libreoffice.org/20641 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-12-01fix xhp to wiki conversation script to allow multiline codeDennis Roczek
Change-Id: I4772b1b9ab25c3c9ecf6f418817ee89ba0e8f671 Reviewed-on: https://gerrit.libreoffice.org/20337 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-01Remove unnecessary paragaraph from help fileOlivier Hallot
The usabe content of this file is inside the section. The extra paragraph is not used anywhere in the Help. Change-Id: I7b76b6339e4b0021b663c7f4ec37e59774a45291 Reviewed-on: https://gerrit.libreoffice.org/20335 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2015-12-01tdf#95968 Do not assemble help text with partsOlivier Hallot
* Fix for tdf#95968 Help content is composed from strings - unacceptable for some languages * Add do-not-translate attribute to a file title. Change-Id: I4b995bf2d9bdc215bdacee8611291e1d2f5bca8b Reviewed-on: https://gerrit.libreoffice.org/20313 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-11-29tdf#95542 proofreading text of the Parameter queries chaptertagezi
the patch is offered Peter Toye in tdf#95542 rewritten chapters Parameter queries and Parametr Input additional changes added tags item replaced comments with links replaced the role of the par_id191120151905584287 paragraph with warning Change-Id: I9aa52395fb2dbf416478ab925695928e6fdb715b Reviewed-on: https://gerrit.libreoffice.org/20269 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-11-24rename View - Print/Web Layout to Normal/Weblibreoffice-5-1-branch-pointStanislav Horacek
Change-Id: I0e13da7b8a66e17d77b0cf748fe5189ce0d0d67c Reviewed-on: https://gerrit.libreoffice.org/20121 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-23tdf#87313 Update instructions to Firefox 42Adolfo Jayme Barrientos
And remove references to the dead Mozilla Suite.