Happy New Year! I have a project for either on a FOSS basis or non-commercial project pricing basis -
There are 26 etc alphabets, a to z, in English/European languages and in OpenOffice software package. Project: 1 of these alphabets needs changing from english/european to sanskrit. When user presses this alphabet key on their local machine the chosen alphabet shows as a sanskrit alphabet instead of the english/european alphabet. 1:1 alteration in the alphabet -> from english/european alphabet to a sanskrit alphabet. Instead of user having to write the content on their local machine and then having to change one of the alphabet through find and replace function, they now can process immediately. I need you to make the necessary changes to the Alphabet, Menu, Dictionary, Help/FAQs. Could you please tell your decision urgently. Regards, Meeku --- "Matthias B." <[EMAIL PROTECTED]> wrote: > I'm trying to create a new AutoText via API, but it > doesn't work. I've > copy'n'pasted the example from the Dev Guide and it > throws a > RuntimeException (with no detail message) on the > call to > XAutoTextGroup.insertNewByName(). I've tried > creating an AutoText via > Basic, but it has the same problem. Below is my > code. You need to > create a Bookmark "Test" for it to "work". > > Can someone tell me what's the problem? > > Matthias > > Sub Main > doc = ThisComponent > > autoTextContainer = > createUnoService("com.sun.star.text.AutoTextContainer") > if autoTextContainer.hasByName("TempGroup1") then > autoTextContainer.removeByName("TempGroup1") > end if > > atgroup = > autoTextContainer.insertNewByName("TempGroup1") > range = doc.Bookmarks.getByName("Test").Anchor > atgroup.insertNewByName("T","Test",range) > > End Sub > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________________ Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]