pre-commit auto remove trailing whitespace from XML files (#384)Auto cleaned up all the XML files for unneeded trailing whitespace.Around 8k lines changed a smaller whitespace PR this time
pre-commit auto remove trailing whitespace from java files (#382)A another big huge auto white space clean up.
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
pre-commit(end-of-file-fixer): autofix XML files (#351)
Fix spelling (#331)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit end-of-file-fixer check more file types (#262)Seems just the java files were cleaned up
Port ridljar to JUnit.Patch by: me
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting wit
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting with, and fully generalize IDL buildingso it doesn't use any Ant properties, only macrodefs.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839593 13f79535-47bb-0310-9956-ffa450edef68
Move smoketestdoc to the top-level test directory. This is where allintegration tests are meant to be; a binary copy of the smoketest wasthere already.Delete the smoketestoo_native module whose o
Move smoketestdoc to the top-level test directory. This is where allintegration tests are meant to be; a binary copy of the smoketest wasthere already.Delete the smoketestoo_native module whose only purpose was to runthe smoketest, something that is done in the Java bvt test now.Delete the old smoketest binary copy in test/ and use this one builtfrom source.Build an .odt file for the smoketest instead of the legacy .sxw.Note that we now require main/ built to build test/, asthe Ant build files required to build smoketest's Java componentare in main/.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838268 13f79535-47bb-0310-9956-ffa450edef68
Port main/ridljar to gbuild / Ant.Generalize the Ant build a bit, to make using javamakermore flexible, and allow arbitrary "pre-compile" actionsto be plugged in.Patch by: megit-svn-id: htt
Port main/ridljar to gbuild / Ant.Generalize the Ant build a bit, to make using javamakermore flexible, and allow arbitrary "pre-compile" actionsto be plugged in.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828757 13f79535-47bb-0310-9956-ffa450edef68
#i32564# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyIn the Java UNO bridge, UnoRuntime.generateOid() generated theobject-specific part of the OID using java.lang.Object.hashCod
#i32564# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyIn the Java UNO bridge, UnoRuntime.generateOid() generated theobject-specific part of the OID using java.lang.Object.hashCode(),which is only 32 bits long, and is commonly overriden and could thusreturn values from an even smaller range, so OID collisions were quitelikely.This changes UnoRuntime.generateOid() to use 128 bit UUIDs for theobject-specific part of the OID, and store these in an object => oidjava.util.WeakHashMap, making OID collisions almost impossible.Patch by: meSuggested by: Stephan Bergmann (stephan dot bergmann dot secondary atgooglemail dot com)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805538 13f79535-47bb-0310-9956-ffa450edef68
Re-enable some Date svn:keywords.These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly.These should have no effect on the buil
Re-enable some Date svn:keywords.These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly.These should have no effect on the build.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775849 13f79535-47bb-0310-9956-ffa450edef68
Fix all remaining javadoc errors that break the build with Java 8.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697312 13f79535-47bb-0310-9956-ffa450edef68
Fix some of the many javadoc 8 errors.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697228 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit is somewhat shameful that this wasn't done before.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
Cleanup various javadoc issues.Collect several javadoc issues from Noel:Fix a bunch of javadoc warnings in param.Cleanup javadoc see tags.Fix various misc. javadoc issues.Author: Noel Grandin
Cleanup various javadoc issues.Collect several javadoc issues from Noel:Fix a bunch of javadoc warnings in param.Cleanup javadoc see tags.Fix various misc. javadoc issues.Author: Noel Grandingit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425753 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198173 13f79535-47bb-0310-9956-ffa450edef68
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a co
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt/ooo/trunk/core/gettext/gettext-0.18.1.1.patch/ooo/trunk/core/apache-commons/patches/codec.patch/ooo/trunk/core/libcroco/libcroco-0.6.2.patch/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt/ooo/trunk/core/graphite/graphite-2.3.1.patch/ooo/trunk/core/hwpfilter/source/hwpeq.cpp/ooo/trunk/core/solenv/bin/cwstouched.pl/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html/ooo/trunk/core/writerfilter/source/doctok/escher.html/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xslAlso: Repository.mk from the l10n toplevelgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68