Cleanup resource files
chore: whitespace clean up for `.src` files (#429)Enforced 3 hooks for `.src` files- 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 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 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)
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
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
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(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
pre-commit(end-of-file-fixer): auto fix idl files
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix end of hxx files remove unneeded blank lines (#242)
Fixed typos (thats -> that's) and many more
Fixed typos (the the -> the) and some more
Allow specifying the .rdb file, and which UNO types to generate headersfrom, in the gbuild *_set_private_api function. Fix codemaker'smakefile to use this.Port main/scaddins to gbuild.Patch by:
Allow specifying the .rdb file, and which UNO types to generate headersfrom, in the gbuild *_set_private_api function. Fix codemaker'smakefile to use this.Port main/scaddins to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839908 13f79535-47bb-0310-9956-ffa450edef68
Fix build with modern boost which has dropped the old tr1 headers.Support for the native <complex> include file has been around on Linuxsince at least CentOS 5.git-svn-id: https://svn.apache.org
Fix build with modern boost which has dropped the old tr1 headers.Support for the native <complex> include file has been around on Linuxsince at least CentOS 5.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809957 13f79535-47bb-0310-9956-ffa450edef68
Replace the random generator in RANDBETWEEN()For consistency with RAND(), replace the old Wichman-Hill withan even older version of George Marsaglia's KISS algorithm.For the intended use this is
Replace the random generator in RANDBETWEEN()For consistency with RAND(), replace the old Wichman-Hill withan even older version of George Marsaglia's KISS algorithm.For the intended use this is more than enough andstill should pass all statistics tests.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702992 13f79535-47bb-0310-9956-ffa450edef68
#i95167 XIRR() function gives Err:502Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>Review by: Regina Henschel <rb.henschel@t-online.de>git-svn-id: https://svn.apache.org/repos/asf/openoffi
#i95167 XIRR() function gives Err:502Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>Review by: Regina Henschel <rb.henschel@t-online.de>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1671558 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
#i122301# switch Mac port to SDK 10.7 / 64bitgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560747 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
#i122997 Calculation error in IMABS() functiongit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1512966 13f79535-47bb-0310-9956-ffa450edef68
i121722 corrected calculation for IMCSCH and IMSECHAuthor: Maarten KesselaersReview by: Regina Henschelgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1457731 13f79535-47bb-0310-995
i121722 corrected calculation for IMCSCH and IMSECHAuthor: Maarten KesselaersReview by: Regina Henschelgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1457731 13f79535-47bb-0310-9956-ffa450edef68
Use TR1 C++ complex class instead of simple record fields.The syntax is different and somewhat ugly as it doesn't seempossible to manipulate directly the real or imaginary partsbut it is possible
Use TR1 C++ complex class instead of simple record fields.The syntax is different and somewhat ugly as it doesn't seempossible to manipulate directly the real or imaginary partsbut it is possible to use operator overloading.This is done for "fun" and to keep in line with evolving C++standards. Numerical results should be unaffected.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1441604 13f79535-47bb-0310-9956-ffa450edef68
12