Fix spelling; fix `ifndef` statement (#437)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit 4772a777d4d7463276afbb9669636e78e1126302)
Fixed typos, cleanup(cherry picked from commit 537d918930a77db9c28916ebc25c79ea73c289a1)
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 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 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 typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dc
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dcaf07f7f98db08cc6cf8841292bf500f56d5f1d)
Cleanup(cherry picked from commit feeb0b2648bd57ef12ff339bc8af4beeb2c15506)
Remove second semicolon (work in progress)(cherry picked from commit 50626f15d150aeb2dd2a8b84c06d947679996b2d)
Remove second semicolon (work in progress)(cherry picked from commit 94f40e846ad5ad50c2a5a04ce7779e4e0d5135df)
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 (#329)* Fix spelling* Update ignore words list(cherry picked from commit d941b70c83dc1cf56dc95264273f8a288e742c24)
pre-commit(end-of-file-fixer): autofix more main cxx files (#307)(cherry picked from commit d8dff77764cb74143fabc617dc8ee25d946bae78)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)(cherry picked from commit a21bd2ce297ef7601e65314a01b713e0914864f0)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fix spelling in code comments (#210)* Fix spelling in code comments* Update wordml2ooo_field.xsl* Update ooo2wordml_border.xsl---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(
Fix spelling in code comments (#210)* Fix spelling in code comments* Update wordml2ooo_field.xsl* Update ooo2wordml_border.xsl---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit c809b0d38055f2551e1d74a528bd818a9857f3c8)
Fixed several typos(cherry picked from commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9)
Fixed typo (explicitely -> explicitly) and some more(cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6)
Merged r1860845 and r1860851 from trunkFixed typos (wether -> whether)Fixed typos (determins-> determines)git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535
Merged r1860845 and r1860851 from trunkFixed typos (wether -> whether)Fixed typos (determins-> determines)git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
#i127723# Fix StarSymbol to OpenSymbol mapping when using cairo on OS/2.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826117 13f79535-47bb-0310-9956-ffa450edef68
#i127723# add cairo graphics support also on OS/2.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825732 13f79535-47bb-0310-9956-ffa450edef68
Enhance gb_LinkTarget_set_*_optimization functions to allow multipletargets to be specified. Convert optimization overrides in the gbuild library makefiles touse gb_LinkTarget_set_*_optimization.
Enhance gb_LinkTarget_set_*_optimization functions to allow multipletargets to be specified. Convert optimization overrides in the gbuild library makefiles touse gb_LinkTarget_set_*_optimization.There should be no functional change.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818290 13f79535-47bb-0310-9956-ffa450edef68
123