Cleanup
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>
show more ...
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others
pre-commit auto remove trailing whitespace from C files (#386)Another big whitespace clean up
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)
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list
Remove bashC (Form feed) from code
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 more cxx files in main (#313)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)
pre-commit(end-of-file-fixer): auto fix `.bat` and `.c` files (#280)
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>
Use native time_t instead of a 32-bit-capped long, which breaks on Win64.From source/rscpp/cppdef.h: * OK_DATE Predefines the compilation date if set TRUE. * Not permitted by th
Use native time_t instead of a 32-bit-capped long, which breaks on Win64.From source/rscpp/cppdef.h: * OK_DATE Predefines the compilation date if set TRUE. * Not permitted by the Nov. 12, 1984 Draft Standard.In 1984 there might have been reason to doubt whether time_t willexist on various systems, but in 2019 we can be certain that it does.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853022 13f79535-47bb-0310-9956-ffa450edef68
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