[Libreoffice-commits] core.git: dictionaries

2014-08-22 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 23712bcb7d255a102225a78c0727b3cfb37a9149 Author: Olivier R Date: Fri Aug 22 15:55:06 2014 +0200 Updated core Project: dictionaries 080424980483bcc29a3556cf1a681c45cd5c50fc diff --git a

Appel d’offre pour améliorer LibO et AOO

2014-04-11 Thread Olivier R.
Bonjour à tous, Appel d’offre pour améliorer LibO et AOO, lancé par un groupement d’administrations : https://forum.openoffice.org/fr/forum/viewtopic.php?p=234588#p234588 Olivier -- View this message in context: http://nabble.documentfoundation.org/Appel-d-offre-pour-ameliorer-LibO-et-AOO-tp

Re: Appel d’offre pour améliorer LibO et AOO

2014-04-11 Thread Olivier R.
Oops, sorry. Wrong mailing-list. -- View this message in context: http://nabble.documentfoundation.org/Appel-d-offre-pour-ameliorer-LibO-et-AOO-tp4104961p4104963.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list L

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - extras/source

2014-04-23 Thread Olivier R
extras/source/autotext/lang/fr/acor/DocumentList.xml | 93 ++- 1 file changed, 49 insertions(+), 44 deletions(-) New commits: commit 53b05e7d11d128d6aac7fc9d4c22b3c479023d67 Author: Olivier R Date: Tue Apr 22 18:46:23 2014 +0200 update wildcards in French autocorrection

[Libreoffice-commits] core.git: extras/source

2014-04-23 Thread Olivier R
extras/source/autotext/lang/fr/acor/DocumentList.xml | 93 ++- 1 file changed, 49 insertions(+), 44 deletions(-) New commits: commit 43d68d4ea9075abf2984c32fd81cb40d1df84c6a Author: Olivier R Date: Tue Apr 22 18:46:23 2014 +0200 update wildcards in French autocorrection

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-4' - extras/source

2014-04-23 Thread Olivier R
extras/source/autotext/lang/fr/acor/DocumentList.xml | 93 ++- 1 file changed, 49 insertions(+), 44 deletions(-) New commits: commit 7f06ea4a75fccdf08fd5f145b685bf817bce6d28 Author: Olivier R Date: Tue Apr 22 18:46:23 2014 +0200 update wildcards in French autocorrection

[Libreoffice] [PATCH] French dictionaries update: 3.8 to 4.2.1

2011-07-25 Thread Olivier R.
Hello all, Here is a patch to update the French dictionaries: 3.8 > 4.2.1. I’m sorry, this is heavy one: 10 Mb. Two reasons for such a huge patch: 1. This is major update for the spelling dictionary, as it now contains POS tags and morphological fields for 99 % of entries. The dictionary also u

[Grammar checking] Using LanguageTool lexicons with Lightproof new possible

2012-12-04 Thread Olivier R.
Hello everyone, # BUILD INDEXABLE BINARY GRAMMATICALLY TAGGED DICTIONARIES FOR LIGHTPROOF/GRAMMALECTE The most important limitation for building a grammar checker with Lightproof was the lack of grammatically tagged dictionaries. Most of Hunspell dictionaries, which Lightproof can handle via Libr

Re: [Grammar checking] Using LanguageTool lexicons with Lightproof new possible

2012-12-04 Thread Olivier R.
s read all binary dictionaries, read the test files, and written the results in other files. I’ll try to write a more complete web page about this when I have the time. I still have to compress it better, for those who might think it’s not enough. Regards, Olivier R. -- View

Re: [Grammar checking] Using LanguageTool lexicons with Lightproof new possible

2012-12-04 Thread Olivier R.
I forgot to include READMEs and licenses in the previous archives: Here is a new one: http://dicollecte.free.fr/download/fsa1/pyFSA1.7z -- View this message in context: http://nabble.documentfoundation.org/Grammar-checking-Using-LanguageTool-lexicons-with-Lightproof-new-possible-tp4022489p4022

Re: [Grammar checking] Using LanguageTool lexicons with Lightproof new possible

2012-12-06 Thread Olivier R.
Hi László, In fsa_builder.py, in class DAWG, you can replace : self.minimizedNodes = collections.OrderedDict() by self.minimizedNodes = {} Creating the DAWG is much quicker with a simple dictionary than with an ordered dictionary. I only used the latest to test compression with

Re: Removing C++ SDK examples, clearly encouraging Python extensions (was: LibreOffice prints on tuesdays)

2013-04-12 Thread Olivier R.
Hi *, Bjoern Michaelsen wrote > There is no dominant IDE (much less so a crossplatform one) and there > seems to > be a lot flux on which IDE is the en vouge one each year. Thus aiming to > have > simple, stable and robust build environment that is generic and > independant is > key -- whatever i

Re: Removing C++ SDK examples, clearly encouraging Python extensions

2013-04-16 Thread Olivier R.
Hi Thorsten, Thorsten Behrens wrote > I wonder - would much of the pain be gone if stdout/stderr would be > working? Yes. Thorsten Behrens wrote > editbin /subsystem:console soffice.exe It opens a console while LO is running but nothing is displayed there. No error displayed, and “print” doe

Re: Removing C++ SDK examples, clearly encouraging Python extensions

2013-04-16 Thread Olivier R.
Hi, Tor Lillqvist-2 wrote > Needed also for soffice.bin . (I don't recall, but it might be that > editbin doesn't believe a file called .bin is an exectuable, so you > might need to temporarily rename soffice.bin to foo.exe, run editbin > on it, and rename back.) Thanks. It works. (Renaming soff

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-02-23 Thread Olivier R.
Hello Caolan, Caolán McNamara wrote > No idea, IMO it would be worth bibisecting this to find where it changed > to re-examine if it was intentional or not. Would then likely be a good > candidate for a unit test to lock in whichever is the right behaviour. If someone did this intentionally he s

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-02-27 Thread Olivier R.
Caolán McNamara wrote > Can you supply a simple to run test-kit that could be used by someone > else to bibisect the change ? An easy to test/run macro/script/hack that > works in 3.6 and fails in 4.0. > > C. I bibisected myself, then I got this result: 266724b495f909e6bdc5b253b15515e7d is the f

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-02-27 Thread Olivier R.
Stephan Bergmann-2 wrote > How exactly do you launch LO? If by calling install/program/soffice.bin > instead of install/program/soffice then the behavior is expected > (soffice starts and controls soffice.bin, which needs to re-start on > first start after any upgrade to cater for potential cha

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-03-02 Thread Olivier R.
I bibisected from scratch again, on Linux Mint. I got no crash at all. Result: 20bcb05266724b495f909e6bdc5b253b15515e7d is the first bad commit commit 20bcb05266724b495f909e6bdc5b253b15515e7d Author: Bjoern Michaelsen Date: Mon Dec 10 23:37:31 2012 + source-hash-f260c656da4457c5d87c16

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-03-04 Thread Olivier R.
Caolán McNamara wrote > do you get the pre LO 4 behaviour ? Probably. With LO 3, in doProofreading: - nStartOfSentencePos was always the beginning of the paragraph (=0) - nSuggestedSentenceEndPos was always the end of the paragraph (=length of rText) And each paragraph was passed once to the GC.

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cd-5.3-23'

2017-09-06 Thread Olivier R
Tag 'cd-5.3-23' created by Andras Timar at 2017-09-06 18:17 + cd-5.3-23 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-24'

2017-09-12 Thread Olivier R
Tag 'cp-5.3-24' created by Andras Timar at 2017-09-12 20:51 + cp-5.3-24 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-25'

2017-09-14 Thread Olivier R
Tag 'cp-5.3-25' created by Andras Timar at 2017-09-14 18:57 + cp-5.3-25 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-26'

2017-09-19 Thread Olivier R
Tag 'cp-5.3-26' created by Andras Timar at 2017-09-19 20:57 + cp-5.3-26 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-19'

2017-07-12 Thread Olivier R
Tag 'cp-5.3-19' created by Andras Timar at 2017-07-12 08:56 + cp-5.3-19 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-20'

2017-07-18 Thread Olivier R
Tag 'cp-5.3-20' created by Andras Timar at 2017-07-18 15:25 + cp-5.3-20 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-15'

2017-05-31 Thread Olivier R
Tag 'cp-5.3-15' created by Andras Timar at 2017-05-31 13:32 + cp-5.3-15 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-17'

2017-06-13 Thread Olivier R
Tag 'cp-5.3-17' created by Andras Timar at 2017-06-14 05:29 + cp-5.3-17 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-21'

2017-08-01 Thread Olivier R
Tag 'cp-5.3-21' created by Andras Timar at 2017-08-01 12:17 + cp-5.3-21 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-22'

2017-08-06 Thread Olivier R
Tag 'cp-5.3-22' created by Andras Timar at 2017-08-06 19:48 + cp-5.3-22 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

Re: [Libreoffice] Papiamentu spellchecker, doesn't suggest some words with accents (à ò etc)

2013-01-14 Thread Olivier R.
Hi Ace, Le 14/01/2013 00:04, Ace Suares a écrit : What is the way to determine this TRY string? Using a character frequency analysis is good. But the most important thing, imho, is to list every characters of your language. Actually, I don’t know much more than what is written in the docume

[Grammar checker] Undocumented change in the API for LO 4

2013-01-20 Thread Olivier R.
to parse texts was better than the new one, as it’s up to each grammar checker to decide what to do with the paragraph, how to split it if necessary, etc. Regards, Olivier R. -- View this message in context: http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API

[PATCH] French dictionary update

2013-01-21 Thread Olivier R.
Hello, Here is a patch to update the French dictionary. For LO 4 and master only. Thanks. Regards, Olivier 0001-French-dictionary-update-v4.9.patch -- View this message in context: http://nabble

Python extension issue with LO 4 on Windows

2013-01-22 Thread Olivier R.
Hi *, On Windows, LO 4 is unable to install this extension (written in Python): http://extensions.libreoffice.org/extension-center/dictionnaires-francais/releases/4.9/lo-oo-ressources-linguistiques-fr-v4.9.oxt Here is the error I get: (com.sun.star.uno.RuntimeException) { { Message = ": 'charmap

Re: Python extension issue with LO 4 on Windows

2013-01-22 Thread Olivier R.
-- View this message in context: http://nabble.documentfoundation.org/Python-extension-issue-with-LO-4-on-Windows-tp4031038p4031115.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

Re: Python extension issue with LO 4 on Windows

2013-01-22 Thread Olivier R.
Hi, Stephan Bergmann-2 wrote > And you can file a LO bug about that. Thanks for your answer. Here it is: https://bugs.freedesktop.org/show_bug.cgi?id=59728 Best regards, Olivier -- View this message in context: http://nabble.documentfoundation.org/Python-extension-issue-with-LO-4-on-Window

[PATCH] Update French spelling dictionary

2013-12-10 Thread Olivier R.
Hi * Here is a patch to update the French spelling dictionary to version 5.0.1. 0001-Update-French-dictionary-v5.0.1.patch For master, 4.2 and 4.1 Regards, Olivier -- View this message in contex

[Patch] French dictionary update - v4.11

2013-06-18 Thread Olivier R.
Hi, Here is a patch to update the French dictionary: 0001-French-dictionary-update-v4.11.zip For master and 4.1 only. Thanks. Olivier -- View this message in context: http://nabble.documentfoun

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - dictionaries

2013-06-18 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aa90fded06fae54cd6d1215e2fee9b93af5d04c2 Author: Olivier R Date: Mon Jun 17 16:45:20 2013 +0200 Updated core Project: dictionaries dbfffe3512457095ea99f7362ff64b1431b820b1 diff --git a

[Libreoffice-commits] core.git: dictionaries

2013-06-18 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b60c4d86cc33a67a07f5d7a058d30b98065b62d0 Author: Olivier R Date: Mon Jun 17 16:45:20 2013 +0200 Updated core Project: dictionaries aab14d898ac002d5292e0610c433e667f99610fa diff --git a

[Libreoffice-commits] core.git: extras/source

2013-07-25 Thread Olivier R
extras/source/autotext/lang/fr/acor/DocumentList.xml | 76 +-- 1 file changed, 55 insertions(+), 21 deletions(-) New commits: commit 81219456462e831cf931d7594657281b5c4c09a1 Author: Olivier R Date: Thu Jul 25 20:32:28 2013 +0100 update the French autocorrection file

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - dictionaries

2015-06-18 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 90779d8cc409790c48df995f3bf635ae1735a833 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Updated core Project: dictionaries 83d5b3eb30bd7658719546f50d73ca05210479e8 Update

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.4' - 3 commits - da_DK/da_DK.aff da_DK/da_DK.dic da_DK/description.xml en/Lightproof.py fr_FR/description.xml fr_FR/fr.aff fr_FR/f

2015-06-18 Thread Olivier R
commits: commit 83d5b3eb30bd7658719546f50d73ca05210479e8 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Update French dictionary (v5.3.2) (cherry picked from commit 6565f427350dc8ad47e8e2669c7321e5331202d7) (cherry picked from commit

[Libreoffice-commits] core.git: Branch 'distro/collabora/lov-4.4' - dictionaries

2015-06-18 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c81574f4a631b36d57ed2f1f64a74973348d2ce2 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Updated core Project: dictionaries 42ca37f66c81472d5bcf1a5344066b8a60c3c0a3 Update

[Libreoffice-commits] dictionaries.git: Changes to 'distro/collabora/lov-4.4'

2015-06-18 Thread Olivier R
New branch 'distro/collabora/lov-4.4' available with the following commits: commit 42ca37f66c81472d5bcf1a5344066b8a60c3c0a3 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Update French dictionary (v5.3.2) (cherry picked from commit 6565f427350dc8ad47e8e2669c7321

[Libreoffice-commits] dictionaries.git: fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/package-description.txt fr_FR/README_fr.txt

2015-05-29 Thread Olivier R
(+), 3523 deletions(-) New commits: commit 6565f427350dc8ad47e8e2669c7321e5331202d7 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Update French dictionary (v5.3.2) diff --git a/fr_FR/README_fr.txt b/fr_FR/README_fr.txt index 3113b50..e2a82a3 100644 --- a/fr_FR/README_fr.txt +++ b

[Libreoffice-commits] core.git: dictionaries

2015-05-29 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e008e587ce556fa7567914c5953e4706089ca413 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Updated core Project: dictionaries 6565f427350dc8ad47e8e2669c7321e5331202d7 Update

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-5-0' - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/package-description.txt fr_FR/README_fr.txt

2015-05-29 Thread Olivier R
(+), 3523 deletions(-) New commits: commit 54ef13f6f93da64c8619f28ad1235562204c93fb Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Update French dictionary (v5.3.2) (cherry picked from commit 6565f427350dc8ad47e8e2669c7321e5331202d7) diff --git a/fr_FR/README_fr.txt b/fr_FR

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - dictionaries

2015-05-29 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a44e8241d65866373ae43dbcf0bbea2eebf12163 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Updated core Project: dictionaries 54ef13f6f93da64c8619f28ad1235562204c93fb Update

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dictionaries

2015-05-29 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1248240d2d0d70adc9609dfd8ff4565d845ffbaa Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Updated core Project: dictionaries 2cce7ae405b4cfb345f92fd78eb47185a3d7d380 Update

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-4' - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/package-description.txt fr_FR/README_fr.txt

2015-05-29 Thread Olivier R
(+), 3523 deletions(-) New commits: commit 2cce7ae405b4cfb345f92fd78eb47185a3d7d380 Author: Olivier R Date: Wed Apr 22 23:09:30 2015 +0200 Update French dictionary (v5.3.2) (cherry picked from commit 6565f427350dc8ad47e8e2669c7321e5331202d7) (cherry picked from commit

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-23'

2015-02-10 Thread Olivier R
Tag 'cp-4.2-23' created by Andras Timar at 2015-01-29 11:01 -0800 cp-4.2-23 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-24'

2015-02-10 Thread Olivier R
Tag 'cp-4.2-24' created by Andras Timar at 2015-02-10 20:29 -0800 cp-4.2-24 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-26'

2015-02-19 Thread Olivier R
Tag 'cp-4.2-26' created by Andras Timar at 2015-02-19 15:31 -0800 cp-4.2-26 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.4-1'

2015-07-09 Thread Olivier R
Tag 'cp-4.4-1' created by Andras Timar at 2015-07-09 11:40 -0700 cp-4.4-1 Changes since cp-4.4-branch-point-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-27'

2015-03-13 Thread Olivier R
Tag 'cp-4.2-27' created by Andras Timar at 2015-03-13 09:22 -0700 cp-4.2-27 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-28'

2015-03-16 Thread Olivier R
Tag 'cp-4.2-28' created by Andras Timar at 2015-03-16 21:08 -0700 cp-4.2-28 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-29'

2015-04-07 Thread Olivier R
Tag 'cp-4.2-29' created by Andras Timar at 2015-04-07 09:05 -0700 cp-4.2-29 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[PATCH] French dictionary update

2015-04-25 Thread Olivier R.
Hello *, Here is a patch to update the French dictionary: 0001-Update-French-dictionary-v5.patch For 4.4 and 4.5/5.0 Thanks. Olivier -- View this message in context: http://nabble.documentfoundati

[PATCH] Update French spelling dictionary

2014-09-21 Thread Olivier R.
Hi, Here is a patch to update the French spelling dictionary to version 5.2. 0001-French-dictionary-update-v5.patch Thanks. Olivier -- View this message in context: http://nabble.documentfoundation.

Re: [PATCH] Update French spelling dictionary

2014-09-21 Thread Olivier R.
For master and 4.3. -- View this message in context: http://nabble.documentfoundation.org/PATCH-Update-French-spelling-dictionary-tp4123110p4123111.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lis

[Libreoffice-commits] core.git: dictionaries

2014-09-22 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6528a6ab7bee98503be763bcae7c57a4d0129ca1 Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 Updated core Project: dictionaries 5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c diff --git a

[Libreoffice-commits] dictionaries.git: fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/README_fr.txt

2014-09-22 Thread Olivier R
5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 French dictionary update: v5.2 Change-Id: Ic0b2de6af96998f5cd303261c1cea5ef13949f46 diff --git a/fr_FR/README_fr.txt b/fr_FR/README_fr.txt index 5f65e8d..3113b50 100644 --- a/fr_FR

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-3' - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/README_fr.txt

2014-09-22 Thread Olivier R
263a052f82c085b480a1518ab4e6ef0c4c566044 Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 French dictionary update: v5.2 Change-Id: Ic0b2de6af96998f5cd303261c1cea5ef13949f46 (cherry picked from commit 5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c) Signed-off-by: Andras

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - dictionaries

2014-09-22 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5454eb2c9acc5404333ede541f9c431e1a99694e Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 Updated core Project: dictionaries 263a052f82c085b480a1518ab4e6ef0c4c566044 diff --git a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2014-09-22 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b5592e03a884fd31321517fcc1b8ce2d0b3ee07b Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 Updated core Project: dictionaries fc0789587996425f74da9538b99a056a37c5badd diff --git a

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - dictionaries

2014-09-22 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eb30c63a3dcc10dde98547a37e197848f93fb9e1 Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 Updated core Project: dictionaries 32b3fdfacc63c0fb883ec47d9514fdc719a9e1e4 diff --git a

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-2' - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/README_fr.txt

2014-09-22 Thread Olivier R
fc0789587996425f74da9538b99a056a37c5badd Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 French dictionary update: v5.2 Change-Id: Ic0b2de6af96998f5cd303261c1cea5ef13949f46 (cherry picked from commit 5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c) Signed-off-by: Andras

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.2' - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/README_fr.txt

2014-09-22 Thread Olivier R
32b3fdfacc63c0fb883ec47d9514fdc719a9e1e4 Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 French dictionary update: v5.2 Change-Id: Ic0b2de6af96998f5cd303261c1cea5ef13949f46 (cherry picked from commit 5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c) Signed-off-by: Andras

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 14 commits - chart2/CppunitTest_chart2_xshape.mk connectivity/source dictionaries filter/source i18nlangtag/source include/com oox/so

2014-09-22 Thread Olivier R
deletions(-) New commits: commit 4b64885379a0250dccd646cad626425873f2765a Author: Olivier R Date: Sat Sep 20 10:39:06 2014 +0200 Updated core Project: dictionaries 263a052f82c085b480a1518ab4e6ef0c4c566044 diff --git a/dictionaries b/dictionaries index 3d394a9..263a052 16 --- a

[Libreoffice-commits] dictionaries.git: Changes to 'distro/collabora/lof-4.3'

2014-09-23 Thread Olivier R
New branch 'distro/collabora/lof-4.3' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'distro/collabora/lof-4.3'

2014-09-23 Thread Olivier R
New branch 'distro/collabora/lof-4.3' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/lof-4.3-branch-point'

2014-09-23 Thread Olivier R
Tag 'lof-4.3-branch-point' created by Andras Timar at 2014-09-23 10:25 -0700 lof-4.3-branch-point Changes since cp-4.3-branch-point: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] core.git: Changes to 'refs/tags/lof-4.3-branch-point'

2014-09-23 Thread Olivier R
Tag 'lof-4.3-branch-point' created by Andras Timar at 2014-09-23 10:25 -0700 lof-4.3-branch-point Changes since cp-4.3-branch-point-14: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://list

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-15'

2014-09-24 Thread Olivier R
Tag 'cp-4.2-15' created by Andras Timar at 2014-09-24 11:09 -0700 cp-4.2-15 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-16'

2014-09-25 Thread Olivier R
Tag 'cp-4.2-16' created by Andras Timar at 2014-09-25 19:15 -0700 cp-4.2-16 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-28'

2017-10-03 Thread Olivier R
Tag 'cp-5.3-28' created by Andras Timar at 2017-10-03 19:22 + cp-5.3-28 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-49'

2018-06-19 Thread Olivier R
Tag 'cp-5.3-49' created by Andras Timar at 2018-06-19 13:11 + cp-5.3-49 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-33'

2017-12-05 Thread Olivier R
Tag 'cp-5.3-33' created by Andras Timar at 2017-12-05 20:08 + cp-5.3-33 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-35'

2017-12-15 Thread Olivier R
Tag 'cp-5.3-35' created by Andras Timar at 2017-12-15 13:49 + cp-5.3-53 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-36'

2017-12-18 Thread Olivier R
Tag 'cp-5.3-36' created by Andras Timar at 2017-12-18 13:25 + cp-5.3-36 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-32'

2017-11-28 Thread Olivier R
Tag 'cp-5.3-32' created by Andras Timar at 2017-11-28 22:49 + cp-5.3-32 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/co-5.3-49'

2018-05-24 Thread Olivier R
Tag 'co-5.3-49' created by Andras Timar at 2018-05-25 03:59 + co-5.3-49 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/gov-5.3-49'

2018-05-24 Thread Olivier R
Tag 'gov-5.3-49' created by Andras Timar at 2018-05-25 04:00 + gov-5.3-49 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-47'

2018-05-29 Thread Olivier R
Tag 'cp-5.3-47' created by Andras Timar at 2018-05-29 18:53 + cp-5.3-47 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-50'

2018-06-27 Thread Olivier R
Tag 'cp-5.3-50' created by Andras Timar at 2018-06-27 10:41 + cp-5.3-50 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-51'

2018-06-28 Thread Olivier R
Tag 'cp-5.3-51' created by Andras Timar at 2018-06-28 14:16 + cp-5.3-51 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-52'

2018-07-05 Thread Olivier R
Tag 'cp-5.3-52' created by Andras Timar at 2018-07-05 12:51 + cp-5.3-52 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-53'

2018-07-06 Thread Olivier R
Tag 'cp-5.3-53' created by Andras Timar at 2018-07-07 05:47 + cp-5.3-53 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/co-5.3-48'

2018-04-27 Thread Olivier R
Tag 'co-5.3-48' created by Andras Timar at 2018-04-27 09:27 + co-5.3-48 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2 fr

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-18'

2014-10-24 Thread Olivier R
Tag 'cp-4.2-18' created by Andras Timar at 2014-10-23 08:14 -0700 cp-4.2-18 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-20'

2014-12-04 Thread Olivier R
Tag 'cp-4.2-20' created by Andras Timar at 2014-12-04 08:46 -0800 cp-4.2-20 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-19'

2014-11-11 Thread Olivier R
Tag 'cp-4.2-19' created by Andras Timar at 2014-11-11 09:32 -0800 cp-4.2-19 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-17'

2014-10-06 Thread Olivier R
Tag 'cp-4.2-17' created by Andras Timar at 2014-10-06 21:29 -0700 cp-4.2-17 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

Re: Creating new .dic and .aff files for alternative spelling

2014-03-20 Thread Olivier R.
Hi Jørgen, Jørgen G. Bosoni wrote > is it possible to define an alternative spelling for a language that has > undergone a spelling reform, so that users can choose between "old" and > "new" spelling, even though the language and land codes are identical? ATM there is no way to select a dictiona

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-22'

2015-01-08 Thread Olivier R
Tag 'cp-4.2-22' created by Andras Timar at 2015-01-09 06:07 -0800 cp-4.2-22 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

Re: Context Menu - Writer

2014-08-16 Thread Olivier R.
Hi, See XContextMenuInterceptor: http://opengrok.libreoffice.org/search?q=XContextMenuInterceptor&project=core&defs=&refs=&path=&hist= I implemented a modification of the context menu in Grammalecte : http://www.dicollecte.org/grammalecte/telecharger.php Unzip the oxt and have a look in ContextM

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.2-21'

2014-12-19 Thread Olivier R
Tag 'cp-4.2-21' created by Andras Timar at 2014-12-19 09:44 -0800 cp-4.2-21 Changes since cp-4.2-9: Olivier R (1): French dictionary update: v5.2 --- fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-4.1-6'

2014-03-11 Thread Olivier R
Tag 'cp-4.1-6' created by Andras Timar at 2014-03-11 15:09 -0700 cp-4.1-6 Changes since cp-4.1-4-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/l

[Libreoffice-commits] core.git: dictionaries

2014-02-07 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f3d93434829d0e7c004679d000c30a934083b188 Author: Olivier R Date: Tue Dec 10 17:46:53 2013 +0100 Updated core Project: dictionaries c8d2646557a10c41a4b441c97fb1205421a41c1a diff --git a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2014-02-07 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit be3bba0ea08118b10ab0d42540c6ddb1c7b18b26 Author: Olivier R Date: Tue Dec 10 17:46:53 2013 +0100 Updated core Project: dictionaries b09710ac64cd756f9341abf93fe993bd4b1c4f35 diff --git a

  1   2   >