Fix more spelling (#443)* Fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit 515f4036a64467de788f5756d8ebf472d92f9466)
Fix more typos (#441)* Fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit dd7c3b33482ba9f3da08b3487f5a9899f3559585)
Fixed typos, cleanup(cherry picked from commit 537d918930a77db9c28916ebc25c79ea73c289a1)
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)
show more ...
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)
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 (#334)* Fix spelling* Update ignored words list(cherry picked from commit 531ea755b68a06923ca5d8afa1216255df2c3fff)
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 (#311)(cherry picked from commit 0a407c2a85aa3a829e52a449aa13b6528fbe055e)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fix spelling (#228)(cherry picked from commit c138376d004042f36e3431e57815308ca4bf803b)
Fix typos: mehtod -> method, mehtods -> methods.Patch by: me(cherry picked from commit a4b70a5c0dc286fe80079976f51a3b5d7c08957d)
misc: fix spelling (#186)* misc: fix spelling* Update cmdid.h* Update svdopath.cxx* Update RowSetCache.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from
misc: fix spelling (#186)* misc: fix spelling* Update cmdid.h* Update svdopath.cxx* Update RowSetCache.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 300d4866462a073a2285741ed956e98ff5957a82)
Fixed typos (varaible -> variable) and some other(cherry picked from commit 3d12bb4c8063d131d21d7316ab6bf172191cc131)
Fixed typos (shure -> sure)(cherry picked from commit 01ad09a0c915d261b7260c626c3424e027e76f95)
Fixed typos (Normaly -> Normally) and some more(cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209)
Fixed typos (the the -> the) and some more(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)
Merge branches/gbuild-reintegration to trunk.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa4
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crashbecause the read-only column list was not kept in sync with the colu
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crashbecause the read-only column list was not kept in sync with the column list.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695962 13f79535-47bb-0310-9956-ffa450edef68
#i121492Patch by: hanyaFixed date filter problems in table view. Now processes old style date format and "normal" for database as expected.git-svn-id: https://svn.apache.org/repos/asf/openoffice/
#i121492Patch by: hanyaFixed date filter problems in table view. Now processes old style date format and "normal" for database as expected.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1626099 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories a* - g*.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 a* - g*.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@1591058 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230365 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@1198425 13f79535-47bb-0310-9956-ffa450edef68
12