Re: [dev] UNO extension

2008-02-12 Thread Daniel Naber
On Dienstag, 12. Februar 2008, Bernard Wolff wrote:

 Initially, however, we are just looking to add
 a button to the toolbar that when clicked brings up a dialog containing
 a few buttons and text fields.  If anyone has any example code that
 shows how to do this or can give some explanation, it would be much
 appreciated.

You could use the code of e.g. LanguageTool (http://www.languagetool.org) 
as an example. It adds a button and a menu entry. LanguageTool's source is 
available in CVS with all required files (mostly Addons.xcu and the Java 
code).

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] DOES OOo has a grammar checker? (english,etc)

2007-02-10 Thread Daniel Naber
On Saturday 10 February 2007 06:15, jonathon wrote:

 The FLOSS ones were designed for Linux.

That is not quite correct, most of them should work on any system. Here's a 
list of links: http://lingucomponent.openoffice.org/grammar.html

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Fwd: CHANGE TEXT IN OO

2007-02-03 Thread Daniel Naber
On Saturday 03 February 2007 02:24, mellannie rachelle reyes wrote:

 a dialog
 box will appear to search for errors from the text in the OOo writer
 document, in the dialog box when an error was detected it will then
 suggest a sentence that is better than the original, however we do not
 know how will we be able to also change the text written in the OOo
 writer when the change button of the dialog box was clicked.

I think LanguageTool (http://www.danielnaber.de/languagetool/) does 
everything you need. For replacing text, have a look at the changeText() 
method in this file:

http://languagetool.cvs.sourceforge.net/languagetool/JLanguageTool/src/java/de/danielnaber/languagetool/openoffice/OOoDialog.java?view=markup

Have you considered using LanguageTool as a framework instead of writing 
your own?

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] new Wiki page for dictionaries

2006-10-01 Thread Daniel Naber
On Sunday 01 October 2006 08:30, Laurent Godard wrote:

 btw, only available dictionaries on the mirrors should be listed there
 or can we accpet external links ?

External links are okay, as some people might have a good reason for not 
being on the mirrors, e.g. because their dictionaries are only beta 
quality for now.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] new Wiki page for dictionaries

2006-09-30 Thread Daniel Naber
Hi,

everyone who is somehow involved with spell checkers, thesauri and 
hyphenation might be interested in this new page:

http://wiki.services.openoffice.org/wiki/Dictionaries

It replaces some old pages at lingucomponent.openoffice.org that were 
outdated. I encourage everyone to keep the links on the new Wiki page 
up-to-date and to add new links.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Open Office plugin

2006-07-20 Thread Daniel Naber
On Donnerstag 20 Juli 2006 08:29, Palisoc Micah Justin wrote:

 We are trying to
 develop a grammar checker for our own language,
 Filipino. Our thesis adviser recommended your
 software, open office, because we could create a plug
 in that will seamlessly be part of your software.

Please have a look at LanguageTool. It offers the framework you need to 
write a grammar checker and can easily be extended to new languages:

http://www.danielnaber.de/languagetool/

Most of the discussion about grammar checking in general happens on the 
lingucomponent list (dev@lingucomponent.openoffice.org), but LanguageTool 
also has its own list.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] openoffice and svn.

2006-01-15 Thread Daniel Naber
On Sonntag 15 Januar 2006 13:39, James Courtier-Dutton wrote:

 I tried unziping the .odt and storing those files in svn, but the diff
 is not ideal, as the entire document appears to be on one line according
 to diff.

You can turn off Load/Save - General - Size optimization forXML format 
for better readable format. Anyway, a line-based diff doesn't really make 
sense for XML.

SVN integration could/should also happen on a different level, like this:  
a virtual disk that looks like any other storage media but which 
internally stored things in SVN. Not sure if such a thing already exists.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] openoffice and svn.

2006-01-15 Thread Daniel Naber
On Sonntag 15 Januar 2006 15:59, James Courtier-Dutton wrote:

 The reason I would like open office to integrate better with svn is
 because then open office would be able to handle svn commit conflicts
 better, and also be able to use redlining to highlight changes between
 different versions of the document in the svn repository.

The svn file system could also provide access to old versions, for 
example like this: if a file is named foo.odt, there could be a directory 
foo.odt-versions which contains all versions ever checked in, named by 
their id. Of course OOo would then need to know about that. But still 
better than adding SVN support to every program that might ever want to 
use it.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Contributions

2005-07-26 Thread Daniel Naber
On Tuesday 26 July 2005 00:45, Valliappan Annamalai wrote:

 I also came across this topic in the todo list Redesign the
 myspell spell checker to handle uppercase, lowercase and mixed case in a
 more efficient way. Do you think this would be a good thing for me to
 do or may be start with the bugs first and them move on to todo list of
 items.

Myspell is going to be replaced with hunspell, an advanced myspell. So I 
guess that job description is outdated. However, Design and build code 
that will combine information on prefixes and suffixes is till 
up-to-date. Feel free to discuss this on 
[EMAIL PROTECTED]

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] committing a new thesaurus to CVS

2005-06-21 Thread Daniel Naber
Hi,

I'm looking for someone who can actually commit my new English thesaurus to 
CVS. It's attached to this bug report:

http://www.openoffice.org/issues/show_bug.cgi?id=44904

This bug's target is set to OOo 2.0. Kevin Hendricks (head of 
lingucomponent project) doesn't seem to have time, as I didn't get any 
response to my mail. So who can commit these files?

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Google Summer of Code

2005-06-03 Thread Daniel Naber
On Friday 03 June 2005 12:24, Stefan Taxhet wrote:

  http://code.google.com/summerofcode.html

 Take a second look :-)

 We are glad that OpenOffice.org is one of the mentoring organizations.

I think not all jobs on the linked TODO list are still up-to-date, e.g.

-Help to further design and refine the new thesaurus code taking, which is 
very rudimentary at best. The thesaurus had big improvements for OOo 2.0. 
Not that it cannot be improved further, but not appropriate as a serious 
project someone gets paid $$$ for.

-Complete revamping and updating of the en_US dictionary. Someone has 
just posted a new dictionary (#47636), we just need to find someone to 
commit it...

Kevin, maybe these jobs should be removed/reworded?

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Blutige Selbstjustiz

2005-05-15 Thread daniel . naber
Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu 
durchdringen. Die Gerichte tragen Mitschuld.

Weiter auf:
http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] FwD: Re:

2005-05-02 Thread daniel . naber
ok ok ok, here is it
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[dev] committing lingucomponent patch for OOo 2.0

2005-04-17 Thread Daniel Naber
Hi,

I've attached a fix for a bug that's targeted for OOo 2.0:

http://www.openoffice.org/issues/show_bug.cgi?id=47107

The maintainer of the lingucomponent project, Kevin B. Hendricks, is 
currently too busy to test and commit this patch so he suggested to ask on 
this list: could some check and commit this patch? I never before wrote a 
patch for OOo so I'm not sure what exactly needs to be done to get a patch 
accepted.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Unknown Exception (dev@openoffice.org)

2005-02-28 Thread daniel . naber

Mail Delivery Failure - This mail couldn't be shown.

- failed message -
q*P;?0,ZjAfr_71-qug%gN_5o.vuZb+0h$BP;C26p!
Pf?B2$*XhP,g2P6Xb3_;2dVSdHo.$rk~g%X%Ya?Yn
#9i~|BDrPoVyN|9:(G$I%DZL7(L+Ul)5AI'N)egke
209.MMz('k9A_qEad#e(R!9Mn~9

Note: Received message has been sent as a binary file.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]