Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Sankar P
On Wed, Mar 9, 2011 at 10:21 PM, Caolán McNamara wrote: > On Wed, 2011-03-09 at 22:08 +0530, Sankar P wrote: >> Thanks for the help. I will see if I can do something over the weekend. >> >> The main stopping point for me to give any patch to LO is its sheer >> build-size. > > Well, the oooblogger

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Caolán McNamara
On Wed, 2011-03-09 at 22:08 +0530, Sankar P wrote: > Thanks for the help. I will see if I can do something over the weekend. > > The main stopping point for me to give any patch to LO is its sheer > build-size. Well, the oooblogger stuff is all in python, so, in theory at least, just needs Libre

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Sankar P
On Wed, Mar 9, 2011 at 9:28 PM, Caolán McNamara wrote: > On Wed, 2011-03-09 at 18:29 +0530, Sankar P wrote: >> I was actually trying to implement a basic offline blog editor, such >> that we can use LibreOffice (editor) to compose blogs and then publish >> them to blogger/wordpress etc. > > If you

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Fridrich Strba
Hello, On 09/03/11 16:58, Caolán McNamara wrote: If you want to hack LibreOffice to be a useful blogging tool, then perhaps http://people.redhat.com/caolanm/oooblogger/ might be a useful basis for hacking it. I only ever partially implemented it, but you might find sufficient goodies in there to

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Caolán McNamara
On Wed, 2011-03-09 at 18:29 +0530, Sankar P wrote: > I was actually trying to implement a basic offline blog editor, such > that we can use LibreOffice (editor) to compose blogs and then publish > them to blogger/wordpress etc. If you want to hack LibreOffice to be a useful blogging tool, then per

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Lubos Lunak
On Wednesday 09 of March 2011, Tor Lillqvist wrote: > In general, my opinion would be that if you have any other alternative, > something that would be specifically designed to be used as a widget, use > that instead. Because when you come across problems in using LibreOffice > embedded in another

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-09 Thread Sankar P
On Wed, Mar 9, 2011 at 12:30 PM, Tor Lillqvist wrote: > In general, my opinion would be that if you have any other alternative, > something that would be specifically designed to be used as a widget, use > that instead. Because when you come across problems in using LibreOffice > embedded in an

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-08 Thread Tor Lillqvist
In general, my opinion would be that if you have any other alternative, something that would be specifically designed to be used as a widget, use that instead. Because when you come across problems in using LibreOffice embedded in another application, there will be very few people interested or

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-08 Thread Caolán McNamara
On Tue, 2011-03-08 at 21:46 +0530, Sankar P wrote: > Hi, > > Is it possible to use LibreOffice editor as a widget for my > application ? Probably suboptiomal, but FWIW there's a) the officebean for java in "bean" don't know how well that works b) the nsplugin/plugin stuff in extensions intended t

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-08 Thread Sankar P
On Tue, Mar 8, 2011 at 11:20 PM, Kevin Hunter wrote: > At 11:16am -0500 Tue, 08 Mar 2011, Sankar P wrote: >> >> Is it possible to use LibreOffice editor as a widget for my >> application ? I want a simple HTML editor which does basic >> formatting, alignment, borders and text manipulation. Think o

Re: [Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-08 Thread Kevin Hunter
At 11:16am -0500 Tue, 08 Mar 2011, Sankar P wrote: Is it possible to use LibreOffice editor as a widget for my application ? I want a simple HTML editor which does basic formatting, alignment, borders and text manipulation. Think of something like a HTML mail composer. Is it possible to do ? Are

[Libreoffice] Using LibreOffice Editor as a widget in a third-party application

2011-03-08 Thread Sankar P
Hi, Is it possible to use LibreOffice editor as a widget for my application ? I want a simple HTML editor which does basic formatting, alignment, borders and text manipulation. Think of something like a HTML mail composer. Is it possible to do ? Are there any applications that do this already ? P