Update svdtrans.hxx (#428)* Update svdtrans.hxxReplace ancient function "Kuerzen" (German for shorten), cleanup code* Additional files* Additional files(cherry picked from commit 8009be2efa
Update svdtrans.hxx (#428)* Update svdtrans.hxxReplace ancient function "Kuerzen" (German for shorten), cleanup code* Additional files* Additional files(cherry picked from commit 8009be2efa01d939bad715ff6a0615a6151d3b9f)
show more ...
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)
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 second semicolon (done?)(cherry picked from commit d05a678705c51acd00d01d5f3bcd5d62d773da66)
Remove second semicolon (work in progress)(cherry picked from commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3)
Remove second semicolon (work in progress)(cherry picked from commit a22fd41b3c7115abe997cce40bcadff026a78ca4)
Remove second semicolon (work in progress)(cherry picked from commit 94f40e846ad5ad50c2a5a04ce7779e4e0d5135df)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#317)(cherry picked from commit 42f9d71d141b0d481f7c3a24ca2c8090c33520f4)
Add more official pre-commit hooks (#255)* Add 4 more official pre-commit hookshttps://github.com/pre-commit/pre-commit-hooks* Fix mixed line endings in `cxx` and `hxx` in `main`(cherry picke
Add more official pre-commit hooks (#255)* Add 4 more official pre-commit hookshttps://github.com/pre-commit/pre-commit-hooks* Fix mixed line endings in `cxx` and `hxx` in `main`(cherry picked from commit 36d8fc780c594694be440b5c1ccd5fd5b2911cce)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows andcells longer than 64 KiB in OpenOffice Base. (They are now limited to~2 GiB).- New member functions were added to the m
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows andcells longer than 64 KiB in OpenOffice Base. (They are now limited to~2 GiB).- New member functions were added to the main/tools SvStream class to work with 32 bit ::rtl::OUString and ::rtl::OStringBuilder when reading lines.- The helper class QuotedString had to be upgraded from using the 16 bit String to the 32 bit ::rtl::OUString.- The CSV database driver was patched to use ::rtl::OUString and 32 bit indexes in various places.- Luckily, little other work was needed, as the ORowSetValue class already uses 32 bit ::rtl::OUString, and was previously converting 16 bit String to 32 bit ::rtl::OUString internally anyway.Also simplified some of the line parsing logic, and translated someGerman comments to English.Patch by: me(cherry picked from commit 7b2bc0e6bba2fbc38d078306fe10d875115d6c86)
Fixed typos(cherry picked from commit 73fec56a8c7e87333c35112dd7464c115a13a8c8)
Maintenance cleanup(cherry picked from commit ca41231d9e330adbb3cff54175670d80e843e360)
Maintenance cleanup(cherry picked from commit 681286523c50f34f13f05f7b87ce0c70e28295de)
Removed whitespace(cherry picked from commit 843e81dad2a9c8cad71c9b254a365f2edffbc7d1)
Fixed typos (the the -> the) and some more(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)
Since the code doesn't make sense, rather leave the sign as it was.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847781 13f79535-47bb-0310-9956-ffa450edef68
More LLP64 fixes for main/tools.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847780 13f79535-47bb-0310-9956-ffa450edef68
Applying strimp.patchgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845330 13f79535-47bb-0310-9956-ffa450edef68
i101100 - Fix some aliasing issues.This is a very small part of a patch submitted by Caolan McNamara on 2009 to help OOo work with -fstrict-aliasing. It is not complete and for now I omitted addi
i101100 - Fix some aliasing issues.This is a very small part of a patch submitted by Caolan McNamara on 2009 to help OOo work with -fstrict-aliasing. It is not complete and for now I omitted adding -fno-strict-aliasing to many makefiles.This does require a lot more attention and will have to be completed at some point because newer versions of GCC enable strict-aliasing with mostoptimization levels.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1782205 13f79535-47bb-0310-9956-ffa450edef68
Guard removal and replacement of unavailable slots per #i127045#git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753426 13f79535-47bb-0310-9956-ffa450edef68
Clean up inconsistent whitespace (tabs vs spaces)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753425 13f79535-47bb-0310-9956-ffa450edef68
Make CSV line parsers consistent with CSV field parsers.Our CSV field parsing algorithms treats fields starting with a quote(immediately at the beginning of the row, or after the field delimiter)
Make CSV line parsers consistent with CSV field parsers.Our CSV field parsing algorithms treats fields starting with a quote(immediately at the beginning of the row, or after the field delimiter) asquoted. A quoted field ends at the corresponding closing quote, and anyremaining text between the closing quote and the next field delimeter or endof line is appended to the text already extracted from the field, but notprocessed further. Any quotes in this extra text are taken verbatim - theydo not quote anything.Our CSV line parsers were big hacks - they essentially read and concatenatelines until an even number of quote characters is found, and then feed thisthrough the CSV field parsers.This patch rewrites the line parsers to work exactly how the field parserswork. Text such as:"another" ",something elseis now correctly parsed by both Calc and Base as:[another "],[something else]instead of breaking all further parsing.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1739628 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
12