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 li
(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
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:
>>
>
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
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
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 ou