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
__
(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:
>>
>> "For spell checking and thesaurus, t
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
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