[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

[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/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/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

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 wrote: > [putting the dev list on CC, quoting the original mail in full below for > reference] > > Hi Kevin, > > First of all

[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

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
<> Ok great. cause I thought I remembered seeing the windows build. So you dont need to have a MSVC license, I guess that whole thing could also run on windows as well. mike On Wed, Oct 9, 2013 at 4:00 PM, David Tardon wrote: > Hi, > > On Wed, Oct 09, 2013 at 03:48:39PM -0500

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
< wrote: > Matthieu, *, > > On Wed, Oct 9, 2013 at 4:34 PM, Gay, Matthieu > wrote: > > Hello, I still have problem to build under windows, but I wanted to know, > > what do I need to build LibreOffice (4.0.x/4.1.x) entirely as the > original > > available in the website. > > You cannot produce li

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 wrote: > On Mon, Oct 07, 2013 at 07:44:53AM -0700, Joel Madero wrote: > > So far I've gotten no interest in

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 wrote: > On 09/11/2013 07:28 PM, Lionel Elie Mamane wrote: > >> On Wed, Sep 11, 2013 at 05:54:58PM +0200, bjoern wrote: >> >>>

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 wrote: > > 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) Online docs

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 wrote: > Hi, > > On Wed, Sep

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

2013-09-11 Thread James Michael DuPont
: > 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_**1t

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: 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 wrote: > Tha

Re: redlines for pyuno

2013-08-08 Thread James Michael DuPont
object containing the view cursor and then check the start 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). > > >

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 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 e

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 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 >

Re: redlines for pyuno

2013-08-07 Thread James Michael DuPont
, Miklos Vajna 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

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 t