/external/hunspell/

eviewed-on: https://gerrit.libreoffice.org/c/core/+/162319 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> tdf#143148 - Use pragma once instead of include guards 2022-07-11T10:52:40+00:00 Arman Rezaei fadelights@aut.ac.ir 2022-07-11T08:04:58+00:00 20c54847db287a21285835bbdfd09a66070a4c6d Change-Id: Ie8daf1c7baa6937bbc44538abed9074b4813f858 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136953 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Change-Id: Ie8daf1c7baa6937bbc44538abed9074b4813f858
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136953
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
rtl::Static->thread-safe static in xmloff 2021-11-19T08:00:01+00:00 Noel Grandin noelgrandin@gmail.com 2021-11-18T18:41:13+00:00 f3a0e8ba28d2a6e70d2ce9d4af1a9f823fec884f Change-Id: I5fa1f0a2b5336508841ef841bb56e2edb25e4ef7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125498 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I5fa1f0a2b5336508841ef841bb56e2edb25e4ef7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125498
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
compact namespace decl 2020-07-20T08:12:57+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-07-10T13:19:30+00:00 da7489eb6aa9dfedb43f9be6e1b90e3ae06a75cc used git grep -lw namespace | xargs perl -i -p0e 's/(\w+)\s*.\{.\s*namespace\s*(\w+)/\1::\2/smg;' to do the initial replace, then compiled and fixed. Change-Id: If69904d75940c851aeffab0e78c4ba02cc968d44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98526 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
used
   git grep -lw namespace
    | xargs perl -i -p0e 's/(\w+)\s*.\{.\s*namespace\s*(\w+)/\1::\2/smg;'
 to do the initial replace, then compiled and fixed.

Change-Id: If69904d75940c851aeffab0e78c4ba02cc968d44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98526
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
make FastParser always take a FastTokenHandlerBase subclass 2020-04-25T10:13:26+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-03-11T12:19:34+00:00 0dbc76a3ca25f43232073484541504e342380d0a since most of the call sites already do, and we can skip the slow path this way. Change-Id: I64ed30c51324e0510818f42ef838f97c401bb6dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90326 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
since most of the call sites already do, and we can skip the
slow path this way.

Change-Id: I64ed30c51324e0510818f42ef838f97c401bb6dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90326
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
move some xmloff/ headers inside the module 2020-02-03T07:12:09+00:00 Noel Grandin noelgrandin@gmail.com 2020-02-02T17:31:46+00:00 cdd3c6851027a8a66baefcc4f1e58b7c4ad4ee6a Change-Id: I57e97da952c18c33af85a8fe24ebf021fc0631d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87828 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I57e97da952c18c33af85a8fe24ebf021fc0631d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87828
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>