misc: fix spelling (#459)* misc: fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit 6ed76c64685f53e00cfb3369f502ea393be061e2)
Cleanup(cherry picked from commit 63d84d228345d92c9c82e0527e39c136f49e6f6f)
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 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 remove trailing whitespace from C files (#386)Another big whitespace clean up(cherry picked from commit 534d93521fb9d960038706348aeef53f37423a94)
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)
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list(cherry picked from commit 51754c86ae54ce24647e9e2ed4e99214a5406e58)
Remove bashC (Form feed) from code(cherry picked from commit 1dda6fa065ca9dda1aeb73fcffcf5e4176683177)
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(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6
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(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6525b81e52754)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#313)(cherry picked from commit 60822731f97e392f18f66164e20dcaceb878c33f)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)(cherry picked from commit a21bd2ce297ef7601e65314a01b713e0914864f0)
pre-commit(end-of-file-fixer): auto fix `.bat` and `.c` files (#280)(cherry picked from commit a52939fdfaafcb5488373440752652ee3dae2d34)
Fix spelling (#264)* Fix spelling* Update ignored words list* Update main/idl/source/prj/command.cxx* Update taskcreator.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(
Fix spelling (#264)* Fix spelling* Update ignored words list* Update main/idl/source/prj/command.cxx* Update taskcreator.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit 02f6802c77ace808e269c1d4bacf01c937aadce1)
Delete unused dmake makefiles.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840407 13f79535-47bb-0310-9956-ffa450edef68
Implement gbuild functions for building Bison files.Port main/rsc to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 13f79535-47bb-0310-9956-ffa450ede
Implement gbuild functions for building Bison files.Port main/rsc to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839782 13f79535-47bb-0310-9956-ffa450edef68
Fix -Wformat-security warnings.There are a number of instances where the code calls *printf() toprint arbitrary strings and the string is passed as the formatargument to *printf(). Since these s
Fix -Wformat-security warnings.There are a number of instances where the code calls *printf() toprint arbitrary strings and the string is passed as the formatargument to *printf(). Since these strings might contain %conversion sequences, this is a security hazard. Fix the problemby printing the strings with a "%s" format.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758644 13f79535-47bb-0310-9956-ffa450edef68
Replace 0 with NULL for pointers.Only applied to C code: common syntax for C++ is different (nullptr).Found with coccinelle: http://coccinelle.lip6.fr/git-svn-id: https://svn.apache.org/repos/
Replace 0 with NULL for pointers.Only applied to C code: common syntax for C++ is different (nullptr).Found with coccinelle: http://coccinelle.lip6.fr/git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738404 13f79535-47bb-0310-9956-ffa450edef68
Drop redundant semicolons.Found with coccinelle: http://coccinelle.lip6.fr/Currently only applied to C code.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738403 13f79535-47bb-
Drop redundant semicolons.Found with coccinelle: http://coccinelle.lip6.fr/Currently only applied to C code.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738403 13f79535-47bb-0310-9956-ffa450edef68
Remember to NULL terminate when using strncpy.All systems should have strlcpy.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1720862 13f79535-47bb-0310-9956-ffa450edef68
Unbounded source bufferCID: 706163git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717150 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
#i123068# remove implicit conversions from rtl strings to their elementsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68
fix type-ambiguity of pair (needed when move semantics are involved)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476238 13f79535-47bb-0310-9956-ffa450edef68
remove obsolete KR style declaration of yyparse()git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468394 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from more source filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68
12