misc: fix spelling (#459)* misc: fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit 6ed76c64685f53e00cfb3369f502ea393be061e2)
Fix typos (#454)* Fix typos* Regenerate ignored words list(cherry picked from commit 963f188bc36ea5a201e277d1528f7a830d23a1db)
Fix more typos (#440)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit 152e651ef53ab2fae14bf93407606b2c7fcbd35b)
More spelling fixes (#434)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit e44970e361d561c4fb365c9f2d78a4d8a70d0e0d)
Fix spelling (#413)* Fix spelling* Recreate the ignored words list(cherry picked from commit 6e2947abcd32c68d8b41a6b46ee7d63b91c825fe)
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 85e7a2
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 85e7a208034f6237c454f4b97c228cc5be6146df)
show more ...
pre-commit auto whitespace cleanup for `.pmk` files (#399)Enforced 3 hooks for `.pmk` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 681bf8c045915
pre-commit auto whitespace cleanup for `.pmk` files (#399)Enforced 3 hooks for `.pmk` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 681bf8c04591511021696eeecc34a88cdb90e447)
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 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)
Cleanup(cherry picked from commit feeb0b2648bd57ef12ff339bc8af4beeb2c15506)
Cleanup(cherry picked from commit d3e5b9da5ecd3a21afd95e21a5fd36807d0753aa)
Cleanup(cherry picked from commit b3897e6aa10c44e4a3a28a6e1f45e38816be3d7f)
Remove second semicolon (work in progress)(cherry picked from commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3)
Remove second semicolon (work in progress)(cherry picked from commit be099857c44bb1fbf755162d20fc038093b5bb7a)
Fixed typos, cleanup(cherry picked from commit 578c68243c10255d9e286af768bee9c46628b77b)
Cleanup(cherry picked from commit 06db55ca6e7b86cf496b9e4c4bd824b1b77c53c0)
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake, and Clang 15 canstill compile it with these changes and "-std=gnu++98".Most of the changes involved fixing bad code, eg. NULL beingimplicitly converted to sal_False, NULL being converted to typedpointers using reinterpet_cast instead of static_cast, and integerconversions to shorter integers.Note that this does not change the currently targeted C++standard on Linux and FreeBSD, which remains gnu++98.Patch by: me(cherry picked from commit a72d41dcd002e8c9b3d75696f0625302690e2d65)
Fix spelling (#337)* Fix spelling* Update ignored words list(cherry picked from commit 6362920db15d1fa11a859386d693abf0788d239c)
Fix spelling (#331)* Fix spelling* Update ignored words list(cherry picked from commit ebaf0f20ff4ce031b18eaae534db8f5aed6dd517)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
pre-commit: trim trailing whitespace in more files (#278)(cherry picked from commit b339e61b0e4c15004c00f5d1a4e0671656d90a8f)
pre-commit: add hook to auto trim trailing whitespace (#277)So far targets only `.pl` files(cherry picked from commit 569f9dbcf6b6e381a1fb2d124b30824476b68dba)
Fixed typo (alreay -> already) and some other(cherry picked from commit 353566969a66957f00012e88c396ae18ac1cc883)
1234