Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I3f8c1e25e06097cbed37fba1ca6a634704387e00
Reviewed-on: https://gerrit.libreoffice.org/76000
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
|
|
- 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>
|
|
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>
|
|
- 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>
|
|
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
|
|
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
|
|
Change-Id: I3fa844bbfe0a80d824a3edb47615d828988f2200
|
|
|
|
|
|
|
|
|
|
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/02 17:39:35 va 1.2.64.1: #119959# File Conversion to OASIS format.
|
|
2005/02/24 12:24:58 va 1.3.38.1: #119957# Corrected macros in some Autotexts.
|
|
2004/06/15 09:33:41 hjs 1.1.2.1: #i8252# restructuring language dirs
|