Grammar Check not working in Calc?

2013-06-03 Thread Guenter Bartsch
dear all, just a quick question: are grammar check plugins supposed to work in calc? we have implemented a small grammar check plugin which works nicely in writer. however, it doesn't seem to get called ever when entering tests in calc spreadsheets - is this a bug in our plugin or a problem in

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: #

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
Stephan, On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann sberg...@redhat.com 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

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
Stephan, On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann sberg...@redhat.com 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

Re: Extending / Chaining Spell Checker

2013-05-31 Thread Guenter Bartsch
On Fri, May 31, 2013 at 10:34 PM, Guenter Bartsch guenter.bart...@gmail.com wrote: Stephan, On Thu, May 30, 2013 at 1:22 PM, Stephan Bergmann sberg...@redhat.com wrote: The following comment in offapi/com/sun/star/linguistic2/XLinguServiceManager.idl might be what you are looking

Extending / Chaining Spell Checker

2013-05-30 Thread Guenter Bartsch
hi all, 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 gets in the way: since we implemented