Apply pre-commit hooks to align whitespace formatting with trunkRan 'pre-commit run --all-files' using the config backported in theprevious commit. The auto-fixing hooks (trailing-whitespace,end-
Apply pre-commit hooks to align whitespace formatting with trunkRan 'pre-commit run --all-files' using the config backported in theprevious commit. The auto-fixing hooks (trailing-whitespace,end-of-file-fixer, mixed-line-ending, insert-license) normalized 115files. Verified the changes are whitespace/EOL/EOF-only plus Apachelicense-header insertion on README files; no source content changed(confirmed via 'git diff --ignore-all-space').This replaces replaying ~350 historical formatting commits (whichconflicted with AOO42X's own independent whitespace passes) with asingle deterministic reformat that matches trunk's tooling.Phase 1 backport (A_FORMAT + B_CI_DOCS), reformat step.
show more ...
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(cher
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(cherry picked from commit b3b486c6f12b7baba6a5d71c7012f6454f487e5a)
pre-commit auto remove trailing whitespace from java files (#382)A another big huge auto white space clean up.(cherry picked from commit 3309286857f19787ae62bd793a98b5af4edd2ad3)
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles(cherry picked from commit 4437c02e18a852c4a5e7d7e7c198180f06b2b9fc)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
pre-commit(end-of-file-fixer): autofix XML files (#351)(cherry picked from commit ef208b1dd24f9e3281b0a010c5546964f327cf57)
Fix spelling (#331)* Fix spelling* Update ignored words list(cherry picked from commit ebaf0f20ff4ce031b18eaae534db8f5aed6dd517)
Re-add makefiles
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>(cherry picked from commit 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
pre-commit end-of-file-fixer check more file types (#262)Seems just the java files were cleaned up(cherry picked from commit 6fd2419af095b9e12baf06e33db2129edf4d719b)
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