Cleanup resource files(cherry picked from commit cc520948bcf4d71f8568b7bfa7eb84196f116faf)
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)
chore: whitespace clean up for `.src` files (#429)Enforced 3 hooks for `.src` files- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 31d35622ee258902b338f9
chore: whitespace clean up for `.src` files (#429)Enforced 3 hooks for `.src` files- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
show more ...
Cleanup resource files(cherry picked from commit 5dadd2b6ef5743e1c497410b091d26860d76359a)
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)
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 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 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 java files (#382)A another big huge auto white space clean up.(cherry picked from commit 3309286857f19787ae62bd793a98b5af4edd2ad3)
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 ed731925fa661db5da30a05a91c0ce7f67d40eed)
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list(cherry picked from commit 51754c86ae54ce24647e9e2ed4e99214a5406e58)
Remove second semicolon (work in progress)(cherry picked from commit 50626f15d150aeb2dd2a8b84c06d947679996b2d)
Remove second semicolon (work in progress)(cherry picked from commit 94f40e846ad5ad50c2a5a04ce7779e4e0d5135df)
Fix spelling; Fix bug with `ifndef` statement (#355)* misc: fix spellingGeneral typo fixes in many file typesFix bug with `ifndef` statement* Update ignored words list* Update cppcompskelet
Fix spelling; Fix bug with `ifndef` statement (#355)* misc: fix spellingGeneral typo fixes in many file typesFix bug with `ifndef` statement* Update ignored words list* Update cppcompskeleton.cxx* Update javacompskeleton.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit a8d869c0a55ec20abe6b8f09597933f653283840)
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)
pre-commit(end-of-file-fixer): autofix XML files (#351)(cherry picked from commit ef208b1dd24f9e3281b0a010c5546964f327cf57)
pre-commit(trailing-whitespace): autofix .hrc files (#350)(cherry picked from commit af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
Fix spelling (#337)* Fix spelling* Update ignored words list(cherry picked from commit 6362920db15d1fa11a859386d693abf0788d239c)
Translate German (Neu -> New), cleanup(cherry picked from commit e9eb28911c9f73955f54794d304724ab1a9a37e1)
Re-added closing bracket, cleanup(cherry picked from commit 093b492c61de4e1fb95c7e65810eaeddbb65f806)
1234