Commit Graph

15 Commits

Author SHA1 Message Date
ad20be6a26 Fix merge from OOO_STABLE_1 2002-07-29 16:51:48 +00:00
779ea694af Merge from OOO_STABLE_1 2002-07-29 16:28:22 +00:00
0cba0d358a merged kh's changes in 1.0 branch into trunk 2002-05-09 16:36:02 +00:00
17b526c3e9 Fixed bug with gcc 3.X. 2002-02-28 14:44:10 +00:00
d0b469211f fixes for proper use of DictMgr object and cleanup.
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
2002-01-07 14:46:15 +00:00
e64853c2ad Fixed bugs caused by relocation in source-tree. 2001-12-25 07:48:43 +00:00
2295f7090e Import of hyphenation data files. 2001-12-25 07:33:48 +00:00
c80769b06e Initial import of altlinux hyphenation module 2001-12-25 07:24:12 +00:00
41ee24e0d6 changes so that a separate locale list is kept to better
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-03 23:34:55 +00:00
4882b693b3 fix lib spell to read from a parsed dictionary.lst of user installed
dictionaries, move dictionary location to user/wordbook
now allow for spell checking with multiple dictionaries and multiple
locales at the same time.
2001-12-03 01:35:05 +00:00
b79184544a fix to return a spell alternative object even when
no suggestions are found
Kevin
2001-09-24 17:40:13 +00:00
711e26924b fix thinko WNT though have been using libmyspell.lib
Kevin
2001-09-11 11:56:28 +00:00
7395b164cb fix makefile to use proper myspell lib name under WNT
Kevin
2001-09-11 10:30:16 +00:00
61d5f57fba fix path so that calle to systempath creates the proper native
path for myspell

Kevin
2001-09-10 22:56:32 +00:00
9ea6917fd1 adding a modified version of Thomas Lange's linguistic workben
code to create a spellchecking component for OpenOffice that uses
myspell
2001-09-08 14:55:44 +00:00