summaryrefslogtreecommitdiff
path: root/source/text/sdraw/guide
AgeCommit message (Collapse)Author
2022-12-07tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas
Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that <link..></link> gets turned into <link ../> during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-10-31Improve Help on Draw layers dialogOlivier Hallot
Remove modify_layer.xhp and merge with insert_layer.xhp Change-Id: I6500aae19a7f4745ee94f7dffc664df724b568db Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142084 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-10-31Add Insert Layer screenshot in HelpOlivier Hallot
Change-Id: I8ac8024ff5f2dad893248fe75566ab152e72a762 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142048 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-08-31tdf#142301 Fix Cross-fading menu entry in the HelpRafael Lima
Change-Id: I5daba02bbe957bb9f594e9ff9a8a12d5fdb8ecb2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121274 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12tdf#143309: Incorrect help information about toolbar "Mode" in DrawUwe Auer
Change-Id: Ib7a5dd6a5c948abec74dd49f6358b6558561c38d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118726 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-20tdf#126555 Change Distribution menu label to Distribute selectionRoman Kuznetsov
in Help Change-Id: I059873458581565dad34d43dfcf0e2fa98f416ce Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109678 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-25tdf#138203: fixed identical menu on help pagesAyhan Yalçınsoy
Change-Id: I97ded684de5025e2747f8b30a9ec4bb0e2278e29 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106439 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-01-20Fix some assorted typos I found while translatingAdolfo Jayme Barrientos
Change-Id: Ic94ea839863347fac2d2565c5719dbb28d117d5e
2019-10-31Update Impress help pagesOlivier Hallot
(wip) refactor pages after menu changes remove unused page. Change-Id: I85caa9ab6cb42cf8da018d8e54e3387397b0e9f6 Reviewed-on: https://gerrit.libreoffice.org/81859 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-09-03tdf#127287 Layer dialogue help button / pageOlivier Hallot
Change-Id: Ia4675e6ec73ae886ee3957266c4ec04c583eb3c1 Reviewed-on: https://gerrit.libreoffice.org/78418 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-26tdf#124606 Layers should be under sdraw/Olivier Hallot
Move layers relatated Help from simpress to sdraw. Change-Id: I1fce2a3a2cb03c522e153b0fd5949007631e31a3 Reviewed-on: https://gerrit.libreoffice.org/74685 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-29Modify menu in Draw has been renamed to ShapeStanislav Horacek
Change-Id: Idc0c1378ad1e2022c9e6c2ca2cddf85c7d9e8546 Reviewed-on: https://gerrit.libreoffice.org/64213 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-10-01tdf#103527 Remove Colors from Options helpIlmari Lauhakangas
Change-Id: I5ea31c33a438f170e9141474065e3a3256bcb4b9 Reviewed-on: https://gerrit.libreoffice.org/61134 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-08highlight only words shown in UI in custom colors pageStanislav Horacek
Change-Id: Ie2596ddf6b8c11f154d01f3902802c0b27680145 Reviewed-on: https://gerrit.libreoffice.org/52565 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-04-04tdf#107079 Update custom color dialogs and guideOlivier Hallot
Change-Id: Ib8233c37b0352711e8b57d5c5eea9fb61ec8d75a Reviewed-on: https://gerrit.libreoffice.org/52285 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-03Fix typosAndrea Gelmini
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105 Reviewed-on: https://gerrit.libreoffice.org/47273 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.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>
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-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
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
2015-11-12Killed the last remnants of the 'lastedited' element.Jan Holesovsky
2015-11-12The 'lastedited' element is useless, we have git.Jan Holesovsky
2014-12-01Image is not in Media submenu anymoreStanislav Horacek
Change-Id: Idf5a1c9c2f6b3ef95a72613aedd15f743280ad95 Reviewed-on: https://gerrit.libreoffice.org/13223 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-30related fdo#70998 rename Picture to ImageStanislav Horacek
Change-Id: Ie196de29cc8b2fa2d569019d18ddbd117cb33b5a Reviewed-on: https://gerrit.libreoffice.org/12128 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-06fdo#70998 change terms graphics/picture to imageStanislav Horacek
not completely since changes in UI are not complete Change-Id: I404af180fc4317204995217736f4e2bfd2cc7723 Reviewed-on: https://gerrit.libreoffice.org/9244 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-26gbuildize helpcontent2David Tardon
dmake is dead, long live gbuild! Change-Id: I636ea4ed7ee08a748b96973ae076a5e47928d4ca
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc