More spelling fixes (#434)* Fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit e44970e361d561c4fb365c9f2d78a4d8a70d0e0d)
Fix typos (#425)* Fix typos* Recreate ignored words list codespell.txt(cherry picked from commit 374d2a96ae566b372972bbe678cb4ee5a157bf83)
pre-commit auto clean up whitespace in JS files (#405)For `JS` files enforced three hooks- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit b979193529a53bac
pre-commit auto clean up whitespace in JS files (#405)For `JS` files enforced three hooks- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit b979193529a53bac9c684a0a7e765235c16a6d91)
show more ...
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 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 java files (#382)A another big huge auto white space clean up.(cherry picked from commit 3309286857f19787ae62bd793a98b5af4edd2ad3)
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)
Fix spelling (#365)* Fix spelling* Update ignored words list* Update shell.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 351838c4d8726bbb9f5f13
Fix spelling (#365)* Fix spelling* Update ignored words list* Update shell.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 351838c4d8726bbb9f5f13e599b27a7f22b4a9bd)
Remove second semicolon (done?)(cherry picked from commit d05a678705c51acd00d01d5f3bcd5d62d773da66)
Fix spelling (#337)* Fix spelling* Update ignored words list(cherry picked from commit 6362920db15d1fa11a859386d693abf0788d239c)
pre-commit end-of-file-fixer check more file types (#262)Seems just the java files were cleaned up(cherry picked from commit 6fd2419af095b9e12baf06e33db2129edf4d719b)
Fix some errors in the scripting module's XInputStreamImpl:- Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead, so whe
Fix some errors in the scripting module's XInputStreamImpl:- Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead, so when compared to each other, the loop terminates when the buffer is half full. Only check for nBytesToRead instead.- Deal with the possibility of available() returning 0 in readSomeBytes().Patch by: me(cherry picked from commit 7e29bacc90c4b1b9788c3b71dfacd17daecde7a7)
Updated icons(cherry picked from commit ccd71dddfa2d42460ca5bb2e703a8d97f3e6f48a)
Add support for Azul and OpenJDK JDK's(cherry picked from commit 6b9dcf425c98079ba3243c445033c03406aeb447)
Fixed typo (retrive -> retrieve)(cherry picked from commit 8cc42d09d618e539d9b7e6d3909e41c02dffea8f)
some macOS changes: o ensure current assembly of privateSnippetExecutor o BigSur note o Use vars to make it easier to change overall options o Java8 compatibility
Push latest updates: macOS, beanshell
#127044# - Defects in the codeCommit fixes for sub-issues 1, 2, 5, 9 and 10.Found by: AppChecker <appchecker at cnpo.ru>Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/tr
#127044# - Defects in the codeCommit fixes for sub-issues 1, 2, 5, 9 and 10.Found by: AppChecker <appchecker at cnpo.ru>Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories r* - z*.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 r* - z*.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@1591062 13f79535-47bb-0310-9956-ffa450edef68
allow build with Oracle Java 7 on macosgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579572 13f79535-47bb-0310-9956-ffa450edef68
#121996# integrate first part to remove 3layer officegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68
classic java compiler mode isn't available anymore since jdk 1.4git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444151 13f79535-47bb-0310-9956-ffa450edef68
better classpath control for javac compile runssetting ant's includeantruntime option makes builds more repeatablegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-4
better classpath control for javac compile runssetting ant's includeantruntime option makes builds more repeatablegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-47bb-0310-9956-ffa450edef68
Cleanup various javadoc issues.Collect several javadoc issues from Noel:Fix a bunch of javadoc warnings in param.Cleanup javadoc see tags.Fix various misc. javadoc issues.Author: Noel Grandin
Cleanup various javadoc issues.Collect several javadoc issues from Noel:Fix a bunch of javadoc warnings in param.Cleanup javadoc see tags.Fix various misc. javadoc issues.Author: Noel Grandingit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425753 13f79535-47bb-0310-9956-ffa450edef68
Java cleanup: remove unnecessary semi-colons.Special thanks to the author for contributing to this project theresult of such tedious and never sufficiently appreciated task!Author: Noel Grandin
Java cleanup: remove unnecessary semi-colons.Special thanks to the author for contributing to this project theresult of such tedious and never sufficiently appreciated task!Author: Noel Grandingit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425082 13f79535-47bb-0310-9956-ffa450edef68
12