More spelling fixes (#434)* Fix more typos* Regenerate ignored words list codespell.txt
Fix typos (#425)* Fix typos* Recreate ignored words list codespell.txt
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
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace
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
pre-commit auto remove trailing whitespace from java files (#382)A another big huge auto white space clean up.
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
Fix spelling (#365)* Fix spelling* Update ignored words list* Update shell.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Remove second semicolon (done?)
Fix spelling (#337)* Fix spelling* Update ignored words list
pre-commit end-of-file-fixer check more file types (#262)Seems just the java files were cleaned up
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
show more ...
Updated icons
Add support for Azul and OpenJDK JDK's
Fixed typo (retrive -> retrieve)
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(cherry picked from commit
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(cherry picked from commit 3187fb04a7844dcbfa332c4129f6e43deb893699)
Push latest updates: macOS, beanshell(cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961)
#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