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 trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
misc: fix typos and translate to English (#374)* misc: fix spelling and translate to English* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#312)
Fix end of hxx files remove unneeded blank lines (#242)
Port main/i18npool to gbuild.Allow ICU's version.mk to be used by GNU make (= instead of *=).Add support for building generated C files.Reference ICU libraries using "gb_Library_use_externals"
Port main/i18npool to gbuild.Allow ICU's version.mk to be used by GNU make (= instead of *=).Add support for building generated C files.Reference ICU libraries using "gb_Library_use_externals" across the tree.Also ICU is an external library, remove it from RepositoryFixes.mkwhich is only for internal ones, and keep it in RepositoryExternal.mkexclusively. Since we get to specify the full linker parameter over there,remove the half-baked hacks for it from RepositoryFixes.mk.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852965 13f79535-47bb-0310-9956-ffa450edef68
The register storage class is deprecated and is incompatible with C++17.Modern compilers have mostly been ignoring it, probably other than toforbid the use of the address-of operator. Get ahead of
The register storage class is deprecated and is incompatible with C++17.Modern compilers have mostly been ignoring it, probably other than toforbid the use of the address-of operator. Get ahead of the game anddelete it now.Reported by clang 6.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68
#i107619# use next index to the last position from the offset when the match result is started at the end of thes stringgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707844 13f7953
#i107619# use next index to the last position from the offset when the match result is started at the end of thes stringgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707844 13f79535-47bb-0310-9956-ffa450edef68
#i121880# fix case-sensitive non-regexp text searchPatch by: Tsutomu Uchino <hanya.runo@gmail.com>Review by: Herbert Duerr <hdu@apache.org>git-svn-id: https://svn.apache.org/repos/asf/openoffic
#i121880# fix case-sensitive non-regexp text searchPatch by: Tsutomu Uchino <hanya.runo@gmail.com>Review by: Herbert Duerr <hdu@apache.org>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1496073 13f79535-47bb-0310-9956-ffa450edef68
#i121633# fix ignore-case problem caused by i18nsearch API messgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436886 13f79535-47bb-0310-9956-ffa450edef68
#i121633# fix search for upper-case character classes in ignore-case regular expressionsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436862 13f79535-47bb-0310-9956-ffa450edef68
fix some minor whitespace problems in sourcegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432872 13f79535-47bb-0310-9956-ffa450edef68
#i121482# fix backwards regexp search for matches overlapping search startgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432869 13f79535-47bb-0310-9956-ffa450edef68
#i121482# fix attributed text search for regular expression patternsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432864 13f79535-47bb-0310-9956-ffa450edef68
#i120598# better emulation of regexp word-start and word-end operatorsThe emulation of the word-start and word-end operators providedthe previous regexp engine can be approximated much betterby u
#i120598# better emulation of regexp word-start and word-end operatorsThe emulation of the word-start and word-end operators providedthe previous regexp engine can be approximated much betterby using the ICU-regexp exngines powerful look-around feature.Patch-by: Herbert DuerrFound-by: ldgolds33@yahoo.comgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382018 13f79535-47bb-0310-9956-ffa450edef68
#i119332# (author=Nicolas Christener) disabled optimization for textsearch.cxx on unxsol*git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1337260 13f79535-47bb-0310-9956-ffa450edef68
#i118925# enhance textsearch's match-group references to work for look-ahead/look-behindgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336210 13f79535-47bb-0310-9956-ffa450edef68
textsearch.cxx: unify for compiler independencygit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307336 13f79535-47bb-0310-9956-ffa450edef68
#i118925# fix old word-boundary emulationgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301596 13f79535-47bb-0310-9956-ffa450edef68
#i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASKgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301104 13f79535-47bb-0310-9956-ffa450edef68
i118923 - OS/2 port: i18npool build system updates.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292855 13f79535-47bb-0310-9956-ffa450edef68
#i118887# ignore zero-length matches in regexp searchgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1242235 13f79535-47bb-0310-9956-ffa450edef68
fix transliteration flags for search pattern preprocessinggit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236199 13f79535-47bb-0310-9956-ffa450edef68
12