[Libreoffice-commits] core.git: offapi/com

2013-11-14 Thread James Michael DuPont
+++--- offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl| 12 ++-- offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl | 10 +- 6 files changed, 26 insertions(+), 26 deletions(-) New commits: commit 0d388a00adf2f588796be1b7c743f858f8dc0fc4 Author: James Michael

redlines for pyuno

2013-08-02 Thread James Michael DuPont
Hi there, I am doing some scripting for pyuno, and have been studying the internal C++ code for redlines, it seems that the code that is applying redlines to text in the document is not exposed. It would be great to have this accessible for scripting, now I need to figure out what redlines apply

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
, Miklos Vajna vmik...@suse.cz wrote: Hi, On Fri, Aug 02, 2013 at 08:37:05AM -0500, James Michael DuPont jmdpp...@gmail.com wrote: I am doing some scripting for pyuno, and have been studying the internal C++ code for redlines, it seems that the code that is applying redlines to text

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
. thanks for your patience, mike On Wed, Aug 7, 2013 at 11:37 AM, Miklos Vajna vmik...@suse.cz wrote: Hi, On Wed, Aug 07, 2013 at 09:27:30AM -0500, James Michael DuPont jmdpp...@gmail.com wrote: from what I have seen, I can only get a list of redlines back , but have no easy way to find

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
OK, thank you for your support. I will look into this when I have time. Thanks, mike On Wed, Aug 7, 2013 at 2:23 PM, Miklos Vajna vmik...@suse.cz wrote: On Wed, Aug 07, 2013 at 12:33:35PM -0500, James Michael DuPont jmdpp...@gmail.com wrote: I am feeling stupid here, so please excuse my

Re: redlines for pyuno

2013-08-08 Thread James Michael DuPont
and end point of each redline to see if it contains the cursor. Feels like a bad solution to me (as in it is probably slow), but it is the best that comes to my mind (assuming I understand your question correctly). On 08/07/2013 09:35 PM, James Michael DuPont wrote: OK, thank you for your

Re: redlines for pyuno

2013-08-08 Thread James Michael DuPont
It turns out that I missed out on this http://wiki.openoffice.org/wiki/Documentation/DevGuide/Text/Iterating_over_Text you can iterate over the text to get the redlines, which is exactly what I was looking for. Thanks, mike On Thu, Aug 8, 2013 at 11:21 AM, James Michael DuPont jmdpp

Re: Please regenerate api.libreoffice.org from libreoffice-4-1 branch

2013-09-11 Thread James Michael DuPont
I have built the git master and ran the make docs, it produced doxygen but did not produce any IDL/API docs, http://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1textfield_1_1JumpEdit.htmlthis is not being generated for example, any instructions on how to process the IDL?

Re: Please regenerate api.libreoffice.org from libreoffice-4-1 branch

2013-09-11 Thread James Michael DuPont
...@redhat.comwrote: On 09/11/2013 04:16 PM, James Michael DuPont wrote: I have built the git master and ran the make docs, it produced doxygen but did not produce any IDL/API docs, http://api.libreoffice.org/**docs/idl/ref/servicecom_1_** 1sun_1_1star_1_1text_1_

Re: Please regenerate api.libreoffice.org from libreoffice-4-1 branch

2013-09-11 Thread James Michael DuPont
That is basically I am working on processing the api docs in perlmod mode to produce python classes this could also be used for other things as well. I would volunteer for that just need some time because of my tight schedule. On Wed, Sep 11, 2013 at 10:54 AM, bjoern

Re: Please regenerate api.libreoffice.org from libreoffice-4-1 branch

2013-09-11 Thread James Michael DuPont
+1 On Wed, Sep 11, 2013 at 12:28 PM, Lionel Elie Mamane lio...@mamane.luwrote: Packaged docs are much less practical for the user. 1) Need to install the old packaged version (or at least its SDK) to check e.g. backwards compatibility. Much easier to quickly check online. 2)

Re: Please regenerate api.libreoffice.org from libreoffice-4-1 branch

2013-09-12 Thread James Michael DuPont
Yes, the existing links could point to the current version and we could host also all the older revisions as well. mike On Thu, Sep 12, 2013 at 3:56 AM, Stephan Bergmann sberg...@redhat.comwrote: On 09/11/2013 07:28 PM, Lionel Elie Mamane wrote: On Wed, Sep 11, 2013 at 05:54:58PM +0200,

Re: North America Pub Chat

2013-10-07 Thread James Michael DuPont
Howdy, I am on CST (*UTC/GMT -5 hours) *and work full time. As a volunteer I would be willing to chat any time outside of my normal 8-6 thanks mike On Mon, Oct 7, 2013 at 11:50 AM, bjoern bjoern.michael...@canonical.comwrote: On Mon, Oct 07, 2013 at 07:44:53AM -0700, Joel Madero wrote: So

Re: [BUILD] Which license do I need to build a professional edition of LibreOffice (4.0.x/4.1.x) of windows ?

2013-10-09 Thread James Michael DuPont
Visual Studio 2010 is used to build the official releases. is there any blocker that would prevent mingw or cygwin to be used? that might be a nice project some day. mike On Wed, Oct 9, 2013 at 3:33 PM, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: Matthieu, *, On Wed, Oct

Re: [BUILD] Which license do I need to build a professional edition of LibreOffice (4.0.x/4.1.x) of windows ?

2013-10-09 Thread James Michael DuPont
that whole thing could also run on windows as well. mike On Wed, Oct 9, 2013 at 4:00 PM, David Tardon dtar...@redhat.com wrote: Hi, On Wed, Oct 09, 2013 at 03:48:39PM -0500, James Michael DuPont wrote: Visual Studio 2010 is used to build the official releases. is there any blocker that would

Re: Testing/Working on PyUNO?

2014-02-19 Thread James Michael DuPont
I have been doing a ton of work with pyuno at work and am interested in anything to improve the code quality there. mike On Wed, Feb 19, 2014 at 5:02 AM, Stephan Bergmann sberg...@redhat.comwrote: [putting the dev list on CC, quoting the original mail in full below for reference] Hi Kevin,

[Libreoffice-commits] core.git: Changes to 'refs/changes/68/5268/1'

2014-09-29 Thread James Michael DuPont
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/94/5694/1'

2014-09-29 Thread James Michael DuPont
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/5267/1'

2014-09-29 Thread James Michael DuPont
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/5267/2'

2014-09-29 Thread James Michael DuPont
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/5693/1'

2014-09-29 Thread James Michael DuPont
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: [Libreoffice-qa] North America Pub Chat

2013-10-10 Thread James Michael DuPont
Howdy, I am on CST (*UTC/GMT -5 hours) *and work full time. As a volunteer I would be willing to chat any time outside of my normal 8-6 thanks mike On Mon, Oct 7, 2013 at 11:50 AM, bjoern bjoern.michael...@canonical.comwrote: On Mon, Oct 07, 2013 at 07:44:53AM -0700, Joel Madero wrote: So