Fix typos (#433)* Fix typos* Regenerate ignored words list codespell.txt
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 unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to a
pre-commit auto remove unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to auto clean up all this trialing whitespaceUp for review. Thanks
show more ...
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#356)* misc: fix spelling* Update ignored words list
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>
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list
pre-commit(end-of-file-fixer): autofix XML files (#351)
Fix spelling (#344)* Fix spelling* Update ignored words list
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 spelling (#250)
Port jurt tests to JUnit.Add a jurt-test.jar with sealed packages disabled, as the tests needto access internal classes, and add new classes to the sealedpackages.Patch by: me
Fix spelling (#222)* Fix spelling * Update unochart.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix typos: mehtod -> method, mehtods -> methods.Patch by: me
Fixed typos (the the -> the) and some more
Fixed typos (wether -> whether)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting wit
Automatically build .idl files found in src/main/idl and src/test/idlwithout having to specify them.Clean up the Ant build a little, removing the unused cppumakerfunctions I was experimenting with, and fully generalize IDL buildingso it doesn't use any Ant properties, only macrodefs.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839593 13f79535-47bb-0310-9956-ffa450edef68
We don't need dmake makefiles in main/jurt any more.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828644 13f79535-47bb-0310-9956-ffa450edef68
Added an Ant target type to gbuild, that can be used to call Ant to builda deliverable. Added Ant support files that provide build infrastructurethat can be used by Java projects, including testing
Added an Ant target type to gbuild, that can be used to call Ant to builda deliverable. Added Ant support files that provide build infrastructurethat can be used by Java projects, including testing with JUnit atcompile time, processing of external dependencies, using the IDLtoolchain (idlc, regmerge, javamaker), and general build support likecompiling into class files, building the JAR file and cleaning. Thesefeatures require Ant version >= 1.9.1.Ported main/jurt to gbuild and this Ant infrastructure.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828636 13f79535-47bb-0310-9956-ffa450edef68