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 ...
misc: fix spelling (#459)* misc: fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit 6ed76c64685f53e00cfb3369f502ea393be061e2)
Cleanup(cherry picked from commit 63d84d228345d92c9c82e0527e39c136f49e6f6f)
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others(cherry picked from commit 5d328669834268fa077da8fd0d9b44cc5ce2793b)
pre-commit auto remove trailing whitespace from C files (#386)Another big whitespace clean up(cherry picked from commit 534d93521fb9d960038706348aeef53f37423a94)
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)(cherry picked from commit 914d351e5f5b84e4342a86d6ab8d4aca7308b9bd)
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)
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list(cherry picked from commit 51754c86ae54ce24647e9e2ed4e99214a5406e58)
Remove bashC (Form feed) from code(cherry picked from commit 1dda6fa065ca9dda1aeb73fcffcf5e4176683177)
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6525b81e52754)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#313)(cherry picked from commit 60822731f97e392f18f66164e20dcaceb878c33f)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)(cherry picked from commit a21bd2ce297ef7601e65314a01b713e0914864f0)
pre-commit(end-of-file-fixer): auto fix `.bat` and `.c` files (#280)(cherry picked from commit a52939fdfaafcb5488373440752652ee3dae2d34)
Fix spelling (#264)* Fix spelling* Update ignored words list* Update main/idl/source/prj/command.cxx* Update taskcreator.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(
Fix spelling (#264)* Fix spelling* Update ignored words list* Update main/idl/source/prj/command.cxx* Update taskcreator.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 02f6802c77ace808e269c1d4bacf01c937aadce1)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Converted files from old StarWriter format to ODT(cherry picked from commit 39e5c08678cd48d71578584871ec5706d65f2808)
Cleanup Make files(cherry picked from commit 3562d4444a8a7e945006ebf04b89c574cbbe70dc)
Minor cleanup according to vim modelinegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1843539 13f79535-47bb-0310-9956-ffa450edef68
Delete unused dmake makefiles.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840407 13f79535-47bb-0310-9956-ffa450edef68
When building other languages (--with-lang="..."), the build was breakingbecause rsc couldn't compile certain resources (usually in main/sfx2).Apparently the RSC preprocessor, rscpp, uses very sma
When building other languages (--with-lang="..."), the build was breakingbecause rsc couldn't compile certain resources (usually in main/sfx2).Apparently the RSC preprocessor, rscpp, uses very small buffers by default.When the SOLAR preprocessor definition is defined, it uses bigger buffersinstead. Previously dmake was explicitly passing "-DSOLAR" to the C compilerbut I missed it when porting main/rsc to gbuild. When added back,main/sfx2 builds languages successfully.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840343 13f79535-47bb-0310-9956-ffa450edef68
Implement gbuild functions for building Bison files.Port main/rsc to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 13f79535-47bb-0310-9956-ffa450ede
Implement gbuild functions for building Bison files.Port main/rsc to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 13f79535-47bb-0310-9956-ffa450edef68
Fix -Wformat-security warnings.There are a number of instances where the code calls *printf() toprint arbitrary strings and the string is passed as the formatargument to *printf(). Since these s
Fix -Wformat-security warnings.There are a number of instances where the code calls *printf() toprint arbitrary strings and the string is passed as the formatargument to *printf(). Since these strings might contain %conversion sequences, this is a security hazard. Fix the problemby printing the strings with a "%s" format.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758644 13f79535-47bb-0310-9956-ffa450edef68
Replace 0 with NULL for pointers.Only applied to C code: common syntax for C++ is different (nullptr).Found with coccinelle: http://coccinelle.lip6.fr/git-svn-id: https://svn.apache.org/repos/
Replace 0 with NULL for pointers.Only applied to C code: common syntax for C++ is different (nullptr).Found with coccinelle: http://coccinelle.lip6.fr/git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738404 13f79535-47bb-0310-9956-ffa450edef68
12