Register an external dictionary file to OOo

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
PAX
Posts: 2
Joined: Fri Oct 10, 2008 2:20 pm

Register an external dictionary file to OOo

Post by PAX »

i've got a problem.

if i create a persistant dictionary file by

Code: Select all

...
mxDic.createDictionary("dopeDict.dic",
					newLocale, DictionaryType.POSITIVE, u.toString());

			newDic.setActive(true);
...
this word book obviously (check it out) isn't editable if i get it by

Code: Select all

...
XDictionary dic1 = mxDic.getDictionaryByName("dopeDict.dic");
...
and after a restart of the connection with OOo it doesn't exist any longer. how can i reload an existing external persistent dictionary file into OOo und how can i add words?

best regards


PAX
OOo 2.4.X on Ms Windows XP
Post Reply