Re: Extending / Chaining Spell Checker

2013-06-03 Thread Stephan Bergmann
On 06/01/2013 06:48 PM, Guenter Bartsch wrote: would still be interested if there is a cleaner way to achieve this. I at least have no idea. (I just found the XLinguServiceManager.idl quote after looking around a bit, but otherwise don't know that area of the code well.) Stephan __

Re: Extending / Chaining Spell Checker

2013-06-01 Thread Guenter Bartsch
(hopefully final) update, for now: using LinguServiceManager I've implemented a fallback mode which no longer uses hardcoded hunspell/myspell but instead looks for any other spell checker plugin in the list of service implementations: # http://www.openoffice.org/api/docs/common/ref/com/su

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
On Fri, May 31, 2013 at 10:34 PM, Guenter Bartsch wrote: > Stephan, > > On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann wrote: >> The following comment in >> offapi/com/sun/star/linguistic2/XLinguServiceManager.idl might be what you >> are looking for: >> >> "For spell checking and thesaurus, t

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
Stephan, On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann wrote: > The following comment in > offapi/com/sun/star/linguistic2/XLinguServiceManager.idl might be what you > are looking for: > > "For spell checking and thesaurus, the order in the list defines the order > of creation/usage of those

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
Stephan, On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann wrote: > The following comment in > offapi/com/sun/star/linguistic2/XLinguServiceManager.idl might be what you > are looking for: > > "For spell checking and thesaurus, the order in the list defines the order > of creation/usage of those

Re: Extending / Chaining Spell Checker

2013-05-30 Thread Stephan Bergmann
On 05/30/2013 12:46 PM, Guenter Bartsch wrote: we're currently trying to implement a small, db-based terminology checker plugin. essentially, this plugin will check for certain phrases in a document and offer replacements for faulty ones. a first implementation works, however, the spell checker