summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)AuthorFilesLines
2020-10-25Fix typoAndrea Gelmini1-2/+2
It passed "make check" on Linux Change-Id: I52796ff1e64a125d84e83261d0193e9f37e76a15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104738 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2020-10-24Show animated GIFs in TotDHeiko Tietze1-0/+0
marchingants.gif added as an example Change-Id: I555aebc4a4e191b8afb4be06dfc1e5f3e6d1a911 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104718 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-10-22weld backing windowCaolán McNamara1-7/+0
Change-Id: I250e46d3f1d558567bddbd4f0330470222e8fd4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104442 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-10-18tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with R-Z)Ayhan Yalçınsoy1-0/+164
Change-Id: I9ab53483cda2dee63311040727182fa97fd17835 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101332 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-10-14Fix namespace errors in new "vro" manifest.xmlJulien Nabet1-4/+4
Fix these: /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:2: namespace error : Namespace prefix manifest on manifest is not defined <manifest:manifest> ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest for full-path on file-entry is not defined <manifest:file-entry manifest:full-path="/" manifest:media-type=""/> ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest for media-type on file-entry is not defined <manifest:file-entry manifest:full-path="/" manifest:media-type=""/> ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest on file-entry is not defined <manifest:file-entry manifest:full-path="/" manifest:media-type=""/> ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest for full-path on file-entry is not defined :file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml" ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest for media-type on file-entry is not defined :file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml" ^ /home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest on file-entry is not defined :file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml" ^ Remark: I don't know why these errors don't appear for "pt-PT" which has the same way to declare manifest.xml Perhaps because only "pt" and "pt-BR" are used and don't use this buggy way? Change-Id: Ibe8e03ec3d2e307be5ba96eb07ad710801f43eaf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104260 Reviewed-by: Mihkel Tõnnov <mihhkel@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2020-10-07Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze10-0/+0
* New dialog to pick and apply one of the UI variants * Tip-of-the-Day enhanced to execute UNO commands in order to advertise the UI chooser on first start Change-Id: I5e5c4a8e0fb11d11bafc99cc37b7ec244a993781 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99957 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-10-02tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect listMihkel Tõnnov5-0/+11
Change-Id: Id5a5d71b7f457d18b9d0982f9b4df95566c09be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103122 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2020-09-21tdf#135727 add Korean Autocorrect listDaeHyun Sung1-0/+1
Add Korean Auto Correst list 가운대 -> 가운데 Change-Id: Ibbb2c871b5c46cad094e51b49c99aa47a8d50b9b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100812 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-09-21tdf#135727 add Korean auto correct wordDaeHyun Sung1-0/+1
add Korean auto correct word 새벽녁 -> 새벽녘 Change-Id: I9b1829c0dd09c420e3ba80ae4231ba2ca08b3e4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100842 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-09-14add Korean autocorrect items ㈜ & ㉿ tdf#132614DaeHyun Sung1-0/+2
add Korean autocorrect items(Bracket to enclose characters). Insert -> Conversion (주) -> ㈜ [U+321C] (KS) -> ㉿ [U+327F] In Korea, It usually used these marks. Popular word processor in Korea, such as MS Word, Hancom HWP, support these autocorrect items Change-Id: If6248689cea06bfc4182dd0bbea5e9d26286517d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102331 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-08-25tdf#133661 Modified soffice.odp/ods/odg files to empty bare minimal ODF filesEzinne Nnamani3-0/+0
Change-Id: I91734d32719f1b68da1b1810dad5960c0bd807e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101195 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-08-22tdf#135727 add korean autocorrect listramtk67261-0/+2
Add Korean Auto Correst list 성공율 -> 성공률 외형율 -> 외형률 Change-Id: I3eb667cae7ffe0e7466f3eae6f587ba21424b9ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100814 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-08-22tdf#135727 add Korean Autocorrect listtgds031-0/+2
Add Korean Auto Correct list 명중율 -> 명중률 합격율 -> 합격률 Change-Id: I9f843bc8e0b08e8ba5118ad2a5703c8d8e4539c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100813 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-08-19tdf#135727 add Korean Autocorrect listOctopusET1-0/+2
Add Korean Auto Correst list 예뿌 --> 예뻐 예뿌게 --> 예쁘게 Change-Id: I09075fb8b347b048ea26cb6ded0ef3bd774c3264 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100848 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-08-18tdf#133661: make soffice.odt a bare minimal ODT, with no data at allMike Kaganski1-0/+0
Hopefully this would prevent in the future the sequences like what has happened in the past, when first 9fceed463ba6ab752ef49f40e628a98e21cf525e removed page dimensions, then 2a33c69b16cce539951a796d7afa45c13b097cf6 added them back when trying to provide better font defaults, and then 5d9348b13674baf1d27f406767274e764c758bd5 changed the dimensions from one standard to another... Of course, this is just a simple solution, still not allowing one to use custom templates when using ShellNew functionality. Change-Id: I7b48fedad8ba7f85f8cfdd0f98ccb505c51d1e76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100899 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-08-16tdf#134583 remove glow effect from verticall scroll gallery itemandreas kainz3-0/+0
Change-Id: I90214a2238745908ad2b5a5a14be0d3109d339f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100396 Tested-by: Andreas Kainz <kainz.a@gmail.com> Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2020-08-14[ko] add new autocorrect words for KoreanDaeHyun Sung1-0/+59
add new autocorrect words for Korean Change-Id: I740a9476ad676591d4647d133027739ce9030781 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100682 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-07-28tdf#87605 Added a few more termsShivam Kumar Singh1-0/+5
Change-Id: Ib138b4f1ab0bc75265e593f66bd09b3fe75f0eae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93893 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-07-25tdf#87605 Add some new termsDaeHyun Sung1-7/+39
1. reorder the technical terms(Ascending order) 2. add DBMSs ex.Cassandra, CouchBase, HBase, etc 3. add Credit Cards ex. JCB, UnionPay, etc 4. add Manufactures ex. LG, Kyocera, HTC, Huawei, ZTE, Meizu, etc 5. add Linus distributions ex. Lubuntu, Gentoo, etc 6. add Internet Service companies ex.Naver, Baidu, Tencent, Alibaba,etc 7. fixed card brand name ex. `MasterCard` to `mastercard` Change-Id: I4fee6dbdf0ef286b64b8a1e461eba060fb53b091 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93279 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-07-22[en-US] Added 13 words to autocorrectMarco Pinto1-0/+13
Change-Id: I0e3d18783cf0c97926d10437b4e0de834b6b0f03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98463 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-07-22[en-GB] Added 13 words to autocorrectMarco Pinto1-0/+13
Change-Id: If487f3cf53487d155b8df5d2fd42c4cfb1500aa1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98462 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-07-21tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with N-P)Ayhan Yalçınsoy1-0/+56
Change-Id: I4532ca78fa91e5d2e4c2869a9f85d9331a3b8f37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97350 Tested-by: Jenkins Reviewed-by: Hakan Bakacak <hakanbakacak98@gmail.com> Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-07-15tdf#133788 Missing pieces for Gallery localizationChristian Lohmaier5-30/+63
Change-Id: Id11227b4a271351b50c43f6b5a531b47261c6fc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98544 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-07-01[pt-PT] Added 13 autocorrect wordsMarco Pinto1-0/+13
Change-Id: Id20f9c7b22f7255b8fe4598dcb884edb4f11fd53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97140 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2020-06-26tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with M)Ayhan Yalçınsoy1-0/+78
Change-Id: I5a607f2aaa7b623e7b634aa243062b75ebb7107f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97186 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-06-25tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with I-L)Ayhan Yalçınsoy1-4/+102
Change-Id: I52d6f91d1f216c0778881affa8d0ab1e2e753915 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94360 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-06-23weld emoji dropdownCaolán McNamara1-3/+0
sharing a single widget between multiple notebook pages isn't going to work with native notebooks, so replace with a row of toggle buttons Change-Id: Ic24632f6d94d9238423f8b5e61d5e945c98e4a3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96891 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23weld DataNavigatorCaolán McNamara1-4/+0
Change-Id: I78241701de0756f5fe9bc9b793dadccd4ae119d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96750 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17Resolves tdf#132904 and tdf#133788 - Gallery clean-upHeiko Tietze39-52/+40
Rename * sg1 -> bullets * sg24 -> symbolshapes * sg36 -> fontwork Delete * sg3 (backgrounds) -> 7273bb3534264867e818c13baffcdf3862189cd2 * sg4 (www-graf) -> 82ab7a1559170889c5647a04dc3e85edc38a4e0f Translation * ulf completed Visibility * New gallery content moved to share/ Change-Id: I718c627a71d4ed0d9eef61ff53814da7ec3922be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96382 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-06tdf#132618 Diagram gallery number fixandreas kainz1-0/+0
Change-Id: Iade0c17dc23a8940813dd3c32140969523904fdc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94863 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2020-06-04deb#961473 set A4 in extras/source/shellnew templatesRene Engelhard3-0/+0
it's far more used in the world than "US Letter" Change-Id: I7dbbefc9bde543967e1f3039890bbff91fc1459c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95258 Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: René Engelhard <rene@debian.org> Tested-by: René Engelhard <rene@debian.org>
2020-05-31tdf#115382 AutoCorrect: fix Hungarian apostrophe usageLászló Németh1-27/+0
Single Quotes AutoCorrect, i.e. pressing Ctrl + ' will insert typographic apostrophes (third level Hungarian quoation marks) instead of » and «, like MSO does. This reverts commit 0d0c13bfbdff85a18433aee6e94558689f0cb722 (tdf#115382 Hungarian autocorrect: help apostrophe usage), too. See also commit b9910e87de4eea1cb3684bb7af8e58d681cbe809 (Resolves: tdf#116062 revert [fr-CH] to use previous single quote characters) Change-Id: I9ff5cb9a55699c253b6a57589186caa7caa170a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95210 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2020-05-15writer default styles hide LibO app specific stylesandreas kainz1-0/+10
Change-Id: Id9644e1a37a1e28810450ed810d22e1b62379564 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93604 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-15tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with F-H)Ayhan Yalçınsoy1-0/+42
Change-Id: Ie853a340041397f160c9895fc46f212ead0c396c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92399 Tested-by: Jenkins Reviewed-by: Hakan Bakacak <hakanbakacak98@gmail.com> Reviewed-by: Yusuf Keten <ketenyusuf@gmail.com> Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-14Removed executable bits on SVG filesAndrea Gelmini2-0/+0
Change-Id: If7bc9ed31b37b0ff95c91d0a7786cf156adf8eba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94181 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-05-14tdf#132771 Update Blueprint Impress templateLaurent BP9-87/+2322
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in styles.xml * remove useless text page number in English in styles.xml Update: * use wide pictures for background (contribution of Rizal Muttaqin) * duplicate master pages for 16:9 and 4:3 proportion * restore proportion of CC-BY-SA picture Change-Id: I879b5ef3eb895d261f5946b370b874ab8bd20927 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93742 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-05-13tdf#132771 Update Progress Impress templateLaurent BP3-149/+117
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in styles.xml * add one slide base on missing master page in content.xml * remove useless skewX tag Change-Id: Ib9326bb7968263c1eaeba9cc8fbc7b063c9599cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93936 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-13tdf#132771 Update Sunset Impress templateLaurent BP3-81/+184
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in styles.xml * remove useless text page number in styles.xml * improve compatibility with previous template * 2 horizontal lines on both side of title * sun rays * shadow of front rectangle * rotation of back rectangle Update: reindent Change-Id: I7ea513c5af056c5b1b85fbc9f2cefff345160e82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94014 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-12[en-US] Added 12 words to autocorrectMarco A.G.Pinto1-0/+12
Change-Id: Iad8181dfb6263745ba44622e2909879e12ebd5e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93144 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-12[en-GB] Added 12 words to autocorrectMarco A.G.Pinto1-0/+12
Change-Id: I551ffa201c5cda311efee4ca6bb2bb81c8f31e4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93143 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-12Area fill bitmap presets invoice paper language fixandreas kainz3-1/+1
Change-Id: I57c6df6de2b27b342547b48370e0b19ad132859d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94036 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-12weld help browserCaolán McNamara1-16/+0
Change-Id: Ibd8dcc10c4403731953e2e46db4ae8f89ebc7e4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93216 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-05-11tdf#132771 Update DNA Impress templateLaurent BP2-21/+13
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in styles.xml Change-Id: I20e5dacd6f2f29e0201b798044d2d4c1a4d46002 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93749 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-11tdf#132771 Update Piano Impress templateLaurent BP3-63/+37
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in styles.xml Change-Id: If07d94d27ae1662d00fe6ef7e6d057ddf20d1788 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93931 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-11tdf#132771 Update Portfolio Impress templateLaurent BP2-17/+373
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in styles.xml * remove useless text page number in styles.xml + Add gradient grey lines to simulate previous picture (some shapes are still missing to get the same picture) Change-Id: Ic0ff9cd48512bf6a70a18231df3e5dcd105df49a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93934 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-10tdf#132771 Update Lights Impress templateLaurent BP3-91/+52
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in English in styles.xml Change-Id: Iea11239ba07c99a66ceb9f6c25ec5aa7c3f3b04c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93871 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-05-10tdf#132771 Update Alizarin Impress templateLaurent BP4-35/+35
* restore title in meta.xml (previously wrong title hide Beehive template) * update Thumbnail.png for Lorem preview in 16:9 * remove language and country tags in style.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in German in styles.xml Change-Id: Ic46228ad63bfbd2b08aedbfc53a62753a62a75cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93710 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-10tdf#132771 Update Beehive Impress templateLaurent BP6-36/+33
* Update preview with Lorem 16:9 * Remove unused picture * remove language and country tags in style.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in English in styles.xml Change-Id: Ia256ea1809ac1840199f01f547aa6fb821ceb21e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93721 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-10tdf#132771 Update BrightBlue Impress templateLaurent BP2-33/+20
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in styles.xml * remove useless text page number in German in styles.xml Change-Id: Iea9cbd8f47c802a8cc3ef2b012bad3bc6ef56a95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93745 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2020-05-10tdf#132771 Update Focus Impress templateLaurent BP3-110/+58
* Update preview with Lorem 16:9 * remove language and country tags in styles.xml * add Asian and complex tags in content.xml and styles.xml * remove useless text page number in English in styles.xml * increase some really tiny font sizes Change-Id: I884a8ed3a1ee231a2e79b12fd68492672628cd6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93772 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>