Automating writer's SpellChecker from Delphi

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
digitiger
Posts: 1
Joined: Mon Apr 13, 2015 6:10 am

Automating writer's SpellChecker from Delphi

Post by digitiger »

Hi

We had been using MS Word's spell checker in the background of our Delphi application (opensource) to do the Spell check and other such operations.

With M$ turning more restrictive with each passing day, we are trying to move our project away from dependencies on any COTS and moving as many dependencies to freewares as possible. Currently we are planning to replace the spellcheck functionality to OpenOffice.

In this regards, I would like to request you gurus to please advise if anyone has tried automating SpellCheck from external application or if anyone can help with some small macro code or Basic code or any reference please.....


Thanks in advance
OpenOffice 4 on Windows 8.1
User avatar
floris v
Volunteer
Posts: 4430
Joined: Wed Nov 28, 2007 1:21 pm
Location: Netherlands

Re: Automating writer's SpellChecker from Delphi

Post by floris v »

Moved to more appropriate forum.
OpenOffice 4.1.11 on Ubuntu; LibreOffice 6.4 on Linux Mint, LibreOffice 7.6.2.1 on Ubuntu
If your problem has been solved or your question has been answered, please edit the first post in this thread and add [Solved] to the title bar.
Nederlandstalig forum
User avatar
RoryOF
Moderator
Posts: 34610
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Automating writer's SpellChecker from Delphi

Post by RoryOF »

You should search for Hunspell; you may find useful help there, as this is the dictionary format that OpenOffice uses.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Post Reply