summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell
AgeCommit message (Collapse)AuthorFilesLines
2003-06-24updating HEAD of lingucomponent to match the more recentKevin Hendricks1-2/+6
OOo 1.1rc version.
2003-06-12INTEGRATION: CWS mh11rc (1.10.6); FILE MERGEDVladimir Glazounov1-19/+13
2003/06/10 08:32:27 mh 1.10.6.2: one more update from ooo11beta2 2003/06/06 08:55:36 mh 1.10.6.1: join: from beta2
2003-04-28INTEGRATION: CWS ooo20030412 (1.3.30); FILE MERGEDJens-Heiner Rechtien1-3/+3
2003/03/25 21:07:21 khendricks 1.3.30.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887 Kevin
2003-04-28INTEGRATION: CWS ooo20030412 (1.6.2.2.4.1.2.1.4.1.2); FILE MERGEDJens-Heiner Rechtien1-9/+30
2003/03/25 21:07:20 khendricks 1.6.2.2.4.1.2.1.4.1.2.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887 Kevin
2003-04-28INTEGRATION: CWS ooo20030412 (1.1.36); FILE MERGEDJens-Heiner Rechtien2-8/+130
2003/03/25 21:07:20 khendricks 1.1.36.1: minor updates and fixes for lingucomponent includes a bug fix for issue 9887 Kevin
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien10-0/+2298
2002-11-18temporary removalLouis Suárez-Potts10-2300/+0
2002-07-29Merge from OOO_STABLE_1Sander Vesik2-38/+103
2002-01-07fixes for proper use of DictMgr object and cleanup.Kevin Hendricks1-47/+54
Also fixes to prevent re-parsing of the dictionary.lst and prevent corruption of the data structures used to store the list of dictionaries to use, locales, and encodings. A mutex is already in place to prevent changes to these structures simultaneously but nothing was present to prevent reparsing of dictionary.lst Kevin
2001-12-03changes so that a separate locale list is kept to betterKevin Hendricks2-47/+68
support spellchecking in multiple languages at once fixes for use OU2A and OU2ENC which created temporary variables that were passed in to MySpell which is not a good idea since those temp variables could go away before the end of the function call. Thanks to Thomas Lange for pointing this out. Kevin
2001-12-03fix lib spell to read from a parsed dictionary.lst of user installedKevin Hendricks2-96/+164
dictionaries, move dictionary location to user/wordbook now allow for spell checking with multiple dictionaries and multiple locales at the same time.
2001-09-24fix to return a spell alternative object even whenKevin Hendricks1-4/+2
no suggestions are found Kevin
2001-09-11fix thinko WNT though have been using libmyspell.libKevin Hendricks1-3/+3
Kevin
2001-09-11fix makefile to use proper myspell lib name under WNTKevin Hendricks1-3/+11
Kevin
2001-09-10fix path so that calle to systempath creates the proper nativeKevin Hendricks1-12/+14
path for myspell Kevin
2001-09-08adding a modified version of Thomas Lange's linguistic workbenKevin Hendricks10-0/+2131
code to create a spellchecking component for OpenOffice that uses myspell