summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/de
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07tdf#53023 - Remove last empty paragraph from auto textAndreas Heinisch9-0/+9
Remove the last empty paragraph before inserting an auto text. The carriage return at the end of it is appended in SwXMLTextBlockParContext::~SwXMLTextBlockParContext() which can't be removed without introducing side effects. In order to compensate for the change, a paragraph has been added to the existing only text auto texts. Patch was reverted due to a hang of the ui test. It seems that selecting an entire text using mkPropertyValues({"KEYCODE":"CTRL+A"})) does not work anymore. Change-Id: I08f612d50f496c8d7f891c773ddedf27c3d80864 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143781 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2022-12-07Revert "tdf#53023 - Remove last empty paragraph from auto text"Andreas Heinisch9-9/+0
This reverts commit ce64398653a896c8a48dd6cabe2b75d9c025873d. Reason for revert: UI-Tests hang Change-Id: Ib4b576e66da8642f3ffe8774e92a7e7c2c527b08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143717 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2022-12-06tdf#53023 - Remove last empty paragraph from auto textAndreas Heinisch9-0/+9
Remove the last empty paragraph before inserting an auto text. The carriage return at the end of it is appended in SwXMLTextBlockParContext::~SwXMLTextBlockParContext() which can't be removed without introducing side effects. In order to compensate for the change, a paragraph has been added to the existing only text auto texts. Change-Id: Ie098f23d7bdc70798197e5714e041c8fd79f0439 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143353 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2022-02-10simplify autotextshare makefile/only build what's packagedChristian Lohmaier3-0/+0
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>
2021-09-08remove unnecessary meta.xml from autotextJustin Luth17-275/+0
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 Luth18-496/+0
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-04-27CommandType is "long" type not "short" typeJulien Nabet5-10/+10
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>
2019-08-29tdf#126078 Autotext: fix lost space between first-/lastnamebrinzing1-1/+1
Change-Id: I3f8c1e25e06097cbed37fba1ca6a634704387e00 Reviewed-on: https://gerrit.libreoffice.org/76000 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2014-07-02Build all l10n AutoTextLaurent Balland-Poirier146-0/+2862
- Remove .bau files - Unzip .bau - Add missing mimetype files - Remove trailing spaces and tabs - Change directory names of standard/FN/Object 1 to standard/FN/Object_1 - Add files to project (3800 files) - Remove non-UTF8 characters in sk/template/HLB and sk/template/HRB - Move user autotext in CustomTarget to a sub directory "user" to avoid conflict with shared autotext - Change all META-INF/manifest.xml to add DOCTYPE line and complete manifest tag - Add AllLangCustomTarget_autotextshare.mk - Make relative path for office.dtd and Manifest.dtd in xml file - Correct pl/standard/ZO/atevent.xml and pl/template/PT1/atevent.xml Caolan's dream: https://bugs.freedesktop.org/show_bug.cgi?id=40499#c36 Change-Id: I17486cd88f380976990291a7d12969cc7751fb84 Reviewed-on: https://gerrit.libreoffice.org/9954 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-04Move AutoCorrection files to extras/source/autocorrLaurent Balland-Poirier6-422/+0
Move all files concerning AutoCorrection from extras/source/autotext/lang/{lang}/acor to extras/source/autocorr/lang/{lang} Update CustomTarget_autocorr.mk and Package_autocorr.mk Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW) Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3 Reviewed-on: https://gerrit.libreoffice.org/9599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-23fdo#78833 Improve AutoTexts for all languages (mainly FN Autotext)Laurent Balland-Poirier1-0/+0
- AutoText FN (Formula Numbering) for all locales: - fix name of table and equation in localized name i#93627 - remove size attributes of equation preview to use default font size of Math equation - Add a real nosense dummy AutoText based on wellknown "Lorem Ipsum" (LOREM+F3) for all locales - fix some typo mistakes in French (see fdo#78833) - fix all Slovak (sk) files: - remove CVS directories - remove empty pictures directories - create manifest.xml files - add empty mimetype file at the right place in standard.bau files for all locales - rebuild manifest.xml files for all locales (with DOCTYPE) Change-Id: I0f1745138dfcec1c9cccd86b8daa89fea47e5b17 Reviewed-on: https://gerrit.libreoffice.org/9408 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-08-24gbuildize extrasDavid Tardon1-41/+0
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
2012-08-15make all autocorrection manifest.xml have the same styleCaolán McNamara1-2/+2
now that these are stored unpacked we can see that there are a) a bunch of CVS dirs listed in some of the manifest.xml's b) some missing media-types for some .xml files c) various additional useless MANIFEST.MF files c) wild inconsistency in style Change-Id: I5ba3955470bf479f1b7ce2a4f243c600dcc38b8f
2012-08-13fdo#49527 unzip autocorrect files, store contents in gitBence Babati8-0/+463
Change-Id: I3fa844bbfe0a80d824a3edb47615d828988f2200
2011-08-31Resolves:fdo#40499/#i75665# remove italic from autotext numbered formulaLaurent BP1-0/+0
2010-10-04removed duplicated entriesAndras Timar1-0/+0
2010-01-26cbosdo01: Fixed typos in autocorrection files for 1/2, 1/4, 3/4Cédric Bosdonnat1-0/+0
2010-01-25cbosdo01: i#107084 Added the 1/2, 1/4, 3/4 replacements in all languagesCédric Bosdonnat1-0/+0
2008-05-28INTEGRATION: CWS extrasso9 (1.5.8); FILE MERGEDOliver Bolte1-0/+0
2008/04/23 13:57:36 va 1.5.8.1: #i88583# Removed formatting from auto-replaced arrows. Issue number: Submitted by: Reviewed by:
2005-03-23INTEGRATION: CWS extras18 (1.2.64); FILE MERGEDVladimir Glazounov1-0/+0
2005/03/02 17:39:35 va 1.2.64.1: #119959# File Conversion to OASIS format.
2005-03-23INTEGRATION: CWS extras18 (1.3.38); FILE MERGEDVladimir Glazounov1-0/+0
2005/02/24 12:24:58 va 1.3.38.1: #119957# Corrected macros in some Autotexts.
2004-06-26INTEGRATION: CWS mergebuild (1.1.2); FILE ADDEDHans-Joachim Lankenau1-0/+0
2004/06/15 09:33:41 hjs 1.1.2.1: #i8252# restructuring language dirs