summaryrefslogtreecommitdiffstats
path: root/source/text/scalc/02
Commit message (Collapse)AuthorAgeFilesLines
* tdf#132643 Translate German section IDsJohnny_M2020-05-221-1/+1
| | | | | | | Change-Id: I0621b01895a7419fb73c45d604aaadd9d4cf9828 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94631 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Name box also takes sheet namesMike Kaganski2019-12-291-2/+2
| | | | | | | Change-Id: I557e9ad5dd27796f2b39b68c83bd5518a4797d9e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85944 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* Fix image and icon dimension issuesOlivier Hallot2019-12-055-42/+16
| | | | | | | | | with svg icons, image must set width and height. Change-Id: Idce5d74e4f07277d7bff532d941bc5d62648b095 Reviewed-on: https://gerrit.libreoffice.org/84557 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Remove duplicated HID bookmarks in scalcGabor Kelemen2019-06-257-14/+1
| | | | | | | | | | | | Also remove a few obsolete bookmarks and fix ahelps Duplicates found with: for i in $(find source/text/scalc -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done Change-Id: I5a6a817065257ebffe7d0ed88f37c67ede86fb41 Reviewed-on: https://gerrit.libreoffice.org/74656 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Correct some Format - Row/Column/Cell pathsSabri Unal2018-12-111-1/+1
| | | | | | | | | | Some Format - Row/Column/Cell paths are corrected as Format - Rows/Columns/Cells Change-Id: If9795322ca50f3f5646b9195de69eb1e348662cf Reviewed-on: https://gerrit.libreoffice.org/64985 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix contents after translators reviewOlivier Hallot2018-12-112-10/+3
| | | | | | | Change-Id: I674796639284397c019240c4cd2ee79adb5b6ec0 Reviewed-on: https://gerrit.libreoffice.org/64960 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix Contents, after translators review (2)Olivier Hallot2018-11-121-2/+2
| | | | | | | Change-Id: Ia1038fbfc054efa457fae5d28d1a2e737dba1d45 Reviewed-on: https://gerrit.libreoffice.org/63308 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Remove duplicate HIDs added by script - from scalcGabor Kelemen2018-05-045-7/+4
| | | | | | | | | | | To improve readability of xhps Also fix some ahelps with multiple bookmarks Change-Id: Ia3394344ac8b0bdca78ce4c1aebef8d827d8313c Reviewed-on: https://gerrit.libreoffice.org/53854 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
* adjust image paths after moving helpimg into more appropriate folderKatarina Behrens2017-05-121-1/+1
| | | | | | | 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>
* remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier2017-05-0918-94/+94
| | | | | | also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
* drop imglstCaolán McNamara2016-12-221-1/+1
| | | | Change-Id: I6a9caacfb23c7610bf531e7a8b2719d6ebae3bf0
* Killed the last remnants of the 'lastedited' element.Jan Holesovsky2015-11-121-2/+0
|
* The 'lastedited' element is useless, we have git.Jan Holesovsky2015-11-1214-14/+0
|
* fdo#65512 fix missing imagesAndras Timar2013-06-102-2/+2
| | | | Change-Id: Idde43895488a29352a371bd90de1e21d46da9690
* fix broken image linksAndras Timar2013-04-091-1/+1
| | | | Change-Id: I0990118003f2affd094e5fe6d61fedbfb71b7ca2
* Use localize attribute for efficiencyZolnai Tamás2013-03-112-2/+2
| | | | | | | | Add localize="false" to xml components which not include translatable string to make helpex work less with them. Change-Id: I20fe79b5a506fafaa6fd90bd62f12117af0bb3b6
* gbuildize helpcontent2David Tardon2013-02-261-60/+0
| | | | | | dmake is dead, long live gbuild! Change-Id: I636ea4ed7ee08a748b96973ae076a5e47928d4ca
* re-base on ALv2 code. Includes:Michael Meeks2012-12-1319-435/+252
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* move help structure one directory upNorbert Thiebaud2012-10-1619-0/+1282
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc