summaryrefslogtreecommitdiff
path: root/extras/source
AgeCommit message (Collapse)Author
2022-06-10autocorr for da: fx can appear at end of sentenceChristian Lohmaier
as in e.g. "Vi kunne jo tage bussen, fx." so remove the "fx." entry from the autocorrect list Change-Id: I5c03f46bd1e35fcf8fa731983c7459f2ba99b174 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134107 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-04-26tdf#143956 Remove page size of Writer templates 3Laurent BP
This patch concerns "offmisc" templates: - Businesscard-with-logo: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - update preview - remove useless duplicate code and unused styles - contributor's name to top to fit in A4 and Letter formats - remove 1 empty line in table to fit in Letter format also - remove useless stuff in settings.xml file. Keep these fields, because if certain settings are MISSING, xmlimp will consider the file in old format (thanks to Justin Luth) - reindent xml files Change-Id: Ie1b35fe420dbb445cb5070b8a3726c40184973ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121267 Tested-by: Jenkins Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2022-04-25tdf#143956 Remove page size from Draw templatesLaurent BP
Update BPMN template: - content.xml: remove lang and country tags remove asian and complex tags - meta.xml: indent and add title to enable translation - styles.xml: change style name to English to get automatic translation remove lang and country tags remove page size Change-Id: I23058c63dbc13fa66a1138c20e9840a360b72ea2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132647 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-04-18tdf#87605 Added a few technical words.Isha_Desai
Change-Id: I591d984dba621f6845544fd36c03f9a0800dd4fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132640 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-02-10simplify autotextuser makefileChristian Lohmaier
could be made static, but left as pattern based since the rules could be combined with the other makefiles/there's no real need to treat building the user using separate makefile rules, it's the same procedure for both shared and user variant. Change-Id: Ic1dbbcf4dfd8f533d215cc930cc455f95658db1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129725 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-02-10simplify autotextshare makefile/only build what's packagedChristian Lohmaier
The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. It was building the autotext .bau files for all languages, despite being packaged only for the requested UI langauges (via AllLagPackage) and the long list of autotext files was duplicated (even if all .bau files should be built, the list could be reused from the other makefile) Also remove the empty mimetype files and just touch them instead of copying them. The xml, mimetype and other files are now intermediates and are removed by make once the .bau is built. (if that's not desired, they can be flagged as .SECONDARY) The list of individual files (3.6k lines) could also be cut down if using e.g. make's wildcard function Change-Id: I223a49d26d1de1435d62a68a04b3713278a8320c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129696 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-02-10simplify autocorrect makefileChristian Lohmaier
The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. Also remove the empty mimetype files and just touch them instead of copying them. The xml and mimetype files are now intermediates and are removed by make once the .dat is built. (if that's not desired, they can be flagged as .SECONDARY) Further simplification is possible when using the same language code for both the intermediate directory as well as the source directory layout and the .dat files Change-Id: I0e0c28abcad2b404a88d1f32b9b9cdb53b4125c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129628 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-02-08[pt-PT] Added 43 words to autocorrectMarco Pinto
Change-Id: Ie70e27786aedf7e8ec71b08a14b15f07dada060e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128149 Tested-by: Jenkins Tested-by: Aron Budea <aron.budea@collabora.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-12-05tdf#143956 Remove page size of Writer templates 4Laurent BP
This patch concerns "styles" templates: - Default: - remove some styles without specific behavior - Modern: - remove some styles without specific behavior - Simple: - remove lang tags Change-Id: I04690ef9d6db3c1296b3c870e03c8915c5c85260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121610 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2021-12-05tdf#143956 Remove page size of Writer templates 2Laurent BP
This patch concerns "offcorr" templates: - Modern business letter sans serif: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - Modern business letter serif: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - update preview - reduce green rectangle to fit Letter format - left align text to fit with A4 and Letter (instead of Tab) - remove unused styles Change-Id: Ieedeec05050509f5ec82ce97b9b9483c239e87d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121175 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2021-12-05tdf#143956 Remove page size of Writer templatesLaurent BP
Removing page size force LibO to automaticaly choose page size according to locale settings (instead of fixed size in template). Remove unused styles. They will be defined by LibO according to locale settings This patch concerns "personal" templates: - CV - Resume1page Change-Id: I107d914a5dedffacf6ec080eebf910fbd8333d21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121130 Tested-by: Jenkins Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2021-11-22Removed duplicated entry in Korean autocorrectAndrea Gelmini
Change-Id: Ibc640574517da486af8b35e736a45c1adcf78434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125639 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-20tdf#135727 add autocorrect lists for Korean LanguageDaeHyun Sung
Add autocorrect lists for Korean Language. Submit the Korean autocorrect lists as the result of Hacktoberfest 2021. Link: https://github.com/libreoffice-kr/autocorr_kr/blob/master/DocumentList.xml Change-Id: I6d0ca38581a21c59b98e96045bb6d091c8c89bf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125548 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-02[pt-PT] Added ~94 words to autocorrectMarco Pinto
Change-Id: I6e0c5fe765f5a067d1cb0eaef88af064de8b258a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122290 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-09-17Sorted the list except emojis.Marco Pinto
This will make it easier to update without inserting each word manually. Also added the two blank spaces on the start of each line. Change-Id: Ida85d28404aca759331d6089946be8dd970c79db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121414 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2021-09-08remove unnecessary meta.xml from autotextJustin Luth
I kept this separate to simplify spotting errors. There were about 130 unique md5sum hashes, and all were roughly the same size. I spot checked a few with "meld" and didn't see anything that seemed valuable. find . -name meta.xml -exec rm {} \; git grep -l \/meta.xml *.xml | xargs sed -i /\/meta.xml/d git grep -l \/meta.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/meta.xml/d" Change-Id: Id11ec9973a8764ffbc809f9161868d6cacb80a85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121606 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2021-09-06remove unnecessary settings.xml from autotextJustin Luth
I don't think that anyone wants their document settings adjusted just by entering some autotext. [Now, it didn't seem to be doing that because I suppose that since the value already exists, the import won't overwrite it.] find extras/source -name settings.xml | md5sum | sort //shows only a few unique entries. Visual comparing with "Meld" //didn't reveal any reason why the files are useful. I also removed ./autotext/lang/bg/standard/FN/Obj0012D655/settings.xml based on Laurent's advice, even though it contains <config:config-item config:name="Formula" E=mc^2 Otherwise, the other 7 versions were almost identical, differening only in OOo version .9, or 1.1 and show redline changes on/off. cd exttras/source find . -name settings.xml -exec rm {} \; git grep -l \/settings.xml *.xml | xargs sed -i /\/settings.xml/d git grep -l \/settings.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/settings.xml/d" Change-Id: I9c148bdff55e6757e6fa98401486bc7c41ebf25d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121605 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2021-07-27Towards tdf#103740dante
U+E... does not have the same spacing as U+0... So can't copy them. Plus and less signs are now less wide. Change-Id: I761a6a37e3130e5425148a5a102b7e6343217985 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108526 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Removing script we don't need for our purposedante
Change-Id: Ic5900e697f90f703431968b98addf768faac9736 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108363 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Correct wrong direction for section symboldante
For our use python embed scripts are useless and can have unexpected behavior. Here is some useful documentation: https://fontforge.org/docs/techref/sfdformat.html#font-header Change-Id: Ieb2eb26bbc19cd59c37da986ea001915ad970201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108314 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Copyright notice updated:dante
- Font name: OpenSymbol Math - Font version restarts on 0.1 - Copyright notice added - Licensed under OLF I can't correct the merge error because the file is too big. I need the previous patch merged first. Change-Id: Ia97d8c8ef99c9fbb49e2f268fd6cb52d5db257e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106289 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-26sw bibliography, local copy: extend biblio.odb with a new column to store thisMiklos Vajna
A new LocalURL column at the end, similar to how the BibliographyDataField constant group was extended previously. Change-Id: I947ddcdc97fe0cef7f402ce03119c7f09435ba95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119509 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-07-24Addition of OpenSymbol2dante
Remaining lines have been uploaded via amend. The other day was discussed in the IRC chat if OpenSymbol was actually removable. The actual problem with open symbol is that there are too many characters missing characters and it supposes a ballast for starmath. This responds to: Bug tdf#134214 Some of the problems caused by this are WON'T FIX: mathhbb, fractur, setp tdf#49990 and much more. However replacing the font was actually impossible. If changed the layouts old documents may break. For that reason the new font had to support what already was implemented in a way it won't change the layout: the old symbols had to be conservated. Result: we are creating a new font, containing opensymbol just for personal use of starmath module. For now the changes with opensymbol are: - Reencoded as ISO 10466-1 ( unicode32 full ) with fontforge. - Added quadruple integral with fontforge. - Do not use it outside starmath. Changes will be made in private chars area. IT MAY BREAK. In order to complete it, characters from anothers fonts will be added. For now the best option is libertinus math. This font final name might end beeing something like LO Libertinus math. I have already contacted the maintainer in order to get permission and waiting for answer. In case of no will look for other fonts. The other option would be to make opensymbol2 a subproduct of libertinus because: 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. Change-Id: Ia33a0181b0d28b65680d8df9ffa3d0c37078df18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105769 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-05Resolves tdf#142938 - Clarify option to replace dashesHeiko Tietze
Change-Id: I0ebc183e27a48d3c0d73a4b7954d35bae62eba61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117585 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-31add & mod words in Korean AutocorrlistDaeHyun Sung
1. modified wrong Korean autocorr word in DocumentList.xml 2. add some autocorr words(Korean word `ㅎ` order. It origin from Open-source Korean text processor `open-korean-text`. Link: https://github.com/open-korean-text/open-korean-text/blob/master/src/main/resources/org/openkoreantext/processor/util/typos/typos.txt Change-Id: I3df6e60f756a8b74192192cef3ab8847301ad15e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116371 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-05-25Removed 1/2, 1/4, 3/4, and 0.5 from autocorr/lang/ja/DocumentList.xmlJun NOGATA
Reason * The character such as a ½ are not used in Japan * Many people complained that the date is converted by itself http://www.fujisekkei.sakura.ne.jp/ooo/?p=435 * In a survey, many people said they wanted it removed https://twitter.com/LibreOffice_Ja/status/1345602562678931457 * Can be substituted by typing :1/2: Change-Id: Ifab7fcc9f164f1db2c3546eaf8e9ae40271c0455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116011 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-05-19Delete duplicated item in Korean autocorr listU-DESKTOP-042UROI\dhsung
Delete duplicated item in Korean autocurr list (DocumentList.xml) Change-Id: I3cfaf27abb859dbcfc849082932006d20d0b22ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115799 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-05tdf#141933 add preset dash styles with round capLászló Németh
New OOXML-compatible preset styles weren't recognized on the UI, including the Drawing Object Properties toolbar and Line Style settings, if the preset styles use round cap, e.g. line styles with dot-like dots (i.e. not tiny squares as dots). As a workaround for interoperability and access to the line styles with dot-like dots, add "Rounded" version for every OOXML-compatible preset styles with round cap. This allows to apply dot-like dotted lines to new shapes, too. Background: round cap modifies the DotLen and DashLen values of the LineDash struct during the OOXML import, using ~zero values to get dot-like dots. For the details, see commit 3f3b50015e4fd9efc3459612a70409fca49cf390 "tdf#134053 tweak dash and space length for ooxml" and commit 24d770799660d3ec94ee7add435645794426042b "tdf#134128 Use Gdiplus::DashCapRound for round dash or dot". Follow of commit 183c06fc02a50fb117bb6162e4d6e56cdd34fad1 "tdf#139301 fix OOXML-compatible preset dash styles". Change-Id: I4f3173579964b2c00618ada475b012c85320f758 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114459 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-04-27tdf#140681 Translate Bullets default gallery nameGabor Kelemen
Change-Id: I245b36edb16440391a8b68ce036faf85f28eb140 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114316 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-04-27CommandType is "long" type not "short" typeJulien Nabet
See https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdb_1_1CommandType.html + discussion here: http://document-foundation-mail-archive.969070.n3.nabble.com/Type-of-CommandType-short-or-long-tt4299416.html Important remark from Stephan: "...the data type corresponding to UNOIDL LONG (i.e., 32 bit) is xs:int, not xs:long" Change-Id: Ic8f027e8a5be96bdb2e5629b0ff1ef4830ef6c88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114659 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-04-05tdf#140839 all ToTD images use 150x150px sizeRizal Muttaqin
Change-Id: Ieaf2e95414e283a0fc86b827f8ddb6588c809f3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113594 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2021-03-25tdf#140839 all ToTD images use 150x150px sizeandreas kainz
Change-Id: Ic0baa1871afb125423454f54931a3bd64bb94909 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113015 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-03-07tdf#140850 update light bulb image of ToTDRizal Muttaqin
Change-Id: I5c653c7596dfdf0f0ca092a1d88ce16d543573ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112119 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-28[en-GB] Added the 500 or so missing emojis from the US autocorrect and ↵Marco Pinto
replaced "airplane" with "aeroplane". Change-Id: Iaffe6d6fe33f0b038002ee1ed173cbe1c51a9e13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111326 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-02-27ToD previews addedandreas kainz
Change-Id: I3b518478de4369b9bb65c21d4a631a233c3c8bde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111672 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-02-27tdf#138097 - Update templates / FreshesHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ic205c08b7734f92b4b1ef7f12eb1e74a39dabd07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111060 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Growing LibertyHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ib3ac2806e96d711cf9ed98f074b63f071cebff0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111106 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Yellow IdeaHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ibfec0bfefe83fab3ce26f692b923a530c525a848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111107 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Grey ElegantHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories * all styles reworked Change-Id: Ib3461bd22885d69e6abbb9747ded0f18f5bf23dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111058 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / CandyHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories * all styles reworked Change-Id: I4e1d2935aba55550b4fbc91da6a785edf20ad190 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110992 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / SunsetHeiko Tietze
This patch partially reverts 849c1e9c74c388df549098a8a4f60131c9b8c6a0 and brings back one of the deleted templates Change-Id: If2a4a1294a887c55fcc490263f84880edfaa2ab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110996 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-19Add Japanese label makers dataJun NOGATA
* Original Data: Default Settings for Japanese https://ja.osdn.net/projects/openoffice-docj/ * Data cleaning: Tomonori Iwahashi(JO3EMC) Change-Id: Iebe4dcd85bc035d9c64a1fef2d0fd810acc6d3f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108536 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2021-02-13[en-GB] Added 13 words to autocorrectMarco Pinto
Change-Id: Ie24ca3f3340fc0ed7b94a3517ec2aae3c4632162 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110672 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-02-13[en-US] Added 13 words to autocorrectMarco Pinto
Change-Id: If4c7495bc292cbc1247914f3eb42e15a9725d300 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110673 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-02-03tdf#139301 fix OOXML-compatible preset dash stylesLászló Németh
Despite the purpose of the new interoperability styles added in commit b2d8093b19642038631dfb8f1ab6745a380a652c (tdf#127499 added 9 new line styles all are (var) and in line with MSO), collision with commit 57c9bdab377a00649299d1a4c9ed2f9e5e03b84e (tdf#127166, tdf#123903 improve import/export of line styles) resulted still missing interoperability on the user interface: 1) opening an OOXML document, preset styles weren't recognized on the UI, also the preview was a solid line on the Drawing Object Properties toolbar. 2) using the new compatibility preset styles, OOXML export resulted custom styles instead of the intended preset styles. On the UI, now the layout of the first 10 preset dash styles follows the OOXML standard, see 20.1.10.49 ST_PresetLineDashVal (Preset Line Dash Value) in ISO/IEC 29500-1, 2016: dash pattern name (OOXML name) 10 "Dot" (sysDot) 1000 "Long Dot" (dot) 1110 "Dash" (sysDash) 1111000 "Long Dash" (dash) 11111111000 "Double Dash" (lgDash) 111010 "Dash Dot" (sysDashDot) 11110001000 "Long Dash Dot (dashDot) 111111110001000 "Double Dash Dot" (lgDashDot) 11101010 "Dash Dot Dot" (sysDashDotDot) 1111111100010001000 "Double Dash Dot Dot" (lgDashDotDot) Note: add missing "Dash Dot Dot" (sysDashDotDot). Remove "Double Dot": it really wasn't an OOXML-compatible preset style, and it has a good replacement among the older styles, the similarly loosely dotted "Fine dotted", which is still supported for back-compatibility. Note: to start the new UI test, use $ (cd sw; make -srj8 UITest_writer_tests7 UITEST_TEST_NAME="tdf139301.tdf139301.test_tdf139301" SAL_USE_VCLPLUGIN=gen) Change-Id: Ifc3fa634f2170aada61632e0a419d35dcaaf5ef6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110386 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2021-02-01Related tdf#138097 - Update templatesHeiko Tietze
Removal of Impress, Sunset, Lush Green, Alizarin, Bright Blue, Classy Red to add some new templates Change-Id: I4095e549a2e095cbb76174e8ec42ed99709598cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110026 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-31[pt-PT] Added 20 words to autocorrectMarco Pinto
Change-Id: I5c6ca3de61fb02787f19cd922f64ed2d059e20b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109395 Tested-by: Jenkins Tested-by: Aron Budea <aron.budea@collabora.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-01-20Revert "tdf#139076 update Bullet icons with sexy .svg icons"Andreas Kainz
This reverts commit 4e1294b7d6f8de981147f15d4ca1b4e4853249eb. Reason for revert: didn't work Change-Id: Ia659a2a6d7fbbe1ad8a58e58b2d2586d1c208b99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109673 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-01-19tdf#139076 update Bullet icons with sexy .svg iconsandreas kainz
Change-Id: Iae8708b139a8215684486e3573cae1b3d8a02ba2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109532 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-01-19tdf#132846 Lines connector better layout for writerandreas kainz
Change-Id: I063eacf3f0d8b5322036eeaf845ce62b6d9d1645 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109592 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>