Matthew Francis license statement

2014-08-24 Thread Matthew J. Francis
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards, Matthew Francis ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: svx/source

2014-08-25 Thread Matthew J . Francis
svx/source/tbxctrls/tbcontrl.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit edc52015c30dd58b4c79fb2642df3d1f1996d8b0 Author: Matthew J. Francis Date: Mon Aug 25 11:46:02 2014 +0800 fdo#82260 Fix OS X font dropdown crash Without this, font

[Libreoffice-commits] core.git: vcl/osx

2014-08-25 Thread Matthew J . Francis
vcl/osx/vclnsapp.mm | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 0350bcde37edb1f25cca68cb1447ba8f759aea15 Author: Matthew J. Francis Date: Mon Aug 25 11:32:42 2014 +0800 fdo#62054 Enable "Select All", "Undo" and "Redo

[Libreoffice-commits] core.git: editeng/source sw/inc sw/qa sw/source

2014-09-01 Thread Matthew J . Francis
c369013edb76cd47ef7e8c193a18a57ff165ddfb Author: Matthew J. Francis Date: Fri Aug 29 18:18:40 2014 +0800 fdo#83178 fix Chinese Conversion crash Reviewed on: https://gerrit.libreoffice.org/11187 Change-Id: Ifa9c7c1a29d7076903e038d3132c635b1143e2d8 diff --git a/editeng

[Libreoffice-commits] core.git: svtools/source

2014-09-02 Thread Matthew J . Francis
svtools/source/misc/sampletext.cxx | 34 +++--- 1 file changed, 27 insertions(+), 7 deletions(-) New commits: commit b6e581aec7f32fed8afeda1ca72ee613c6ac251a Author: Matthew J. Francis Date: Sun Aug 31 11:28:44 2014 +0800 fdo#82259 Hardcode script for

[Libreoffice-commits] core.git: sfx2/source

2014-09-06 Thread Matthew J . Francis
sfx2/source/doc/objstor.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e7c5c58177e96635bc89679d191d9e9e2f16f8c6 Author: Matthew J. Francis Date: Mon Aug 25 18:36:39 2014 +0800 fdo#56562 OSX: Update URL in Writer title bar when saving .doc Change-Id

[Libreoffice-commits] core.git: desktop/source

2014-09-06 Thread Matthew J . Francis
desktop/source/app/app.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 10143717834d8401d85fdf9564e782a58b9983ec Author: Matthew J. Francis Date: Wed Sep 3 17:36:55 2014 +0800 Make OOO_EXIT_POST_STARTUP behave more nicely when blank Change-Id

[Libreoffice-commits] core.git: i18npool/inc i18npool/source

2014-09-10 Thread Matthew J . Francis
a34a8fca21c670c4e7ee147d05ed9e6e4136cbe1 Author: Matthew J. Francis Date: Wed Sep 10 17:34:01 2014 +0800 fdo#81272 Speed up break iterators Change-Id: Idcd7de83ff7e551b350db0bf80e2ac78baa67686 Reviewed-on: https://gerrit.libreoffice.org/11374 Reviewed-by: Caolán McNamara Tested-by

[Libreoffice-commits] core.git: i18npool/inc i18npool/source

2014-09-10 Thread Matthew J . Francis
44ead04eb5fc61a3f56f783adb1509fab440e212 Author: Matthew J. Francis Date: Thu Sep 11 00:42:49 2014 +0800 fdo#81272 Speed up break iterators Change-Id: I7a45a61465f71a1cc6f583b9ffc68157d19e51fa Reviewed-on: https://gerrit.libreoffice.org/11386 Reviewed-by: Caolán McNamara Tested-by

[Libreoffice-commits] core.git: vcl/unx

2014-09-18 Thread Matthew J . Francis
vcl/unx/gtk/window/gtksalmenu.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 7fc08970894aea2b771bf7be409b72845c96d10a Author: Matthew J. Francis Date: Thu Sep 18 18:33:00 2014 +0800 fdo#69090 Avoid using a string after free Change-Id

PyUNO usability improvements

2015-06-14 Thread Matthew J. Francis
Hi, For the past few weeks I've been working on some upgrades to PyUNO, which have now reached (what I hope is) a sufficient level of sanity and stability. I've pushed the changes to: https://gerrit.libreoffice.org/16272 Given that this is a fairly large API change (if for a scripting langu

[Libreoffice-commits] core.git: comphelper/source sw/qa

2015-06-14 Thread Matthew J . Francis
comphelper/source/container/IndexedPropertyValuesContainer.cxx |4 +- sw/qa/complex/writer/CheckIndexedPropertyValues.java | 18 +- 2 files changed, 19 insertions(+), 3 deletions(-) New commits: commit 46e12364dcf638e97831dc3d7507bb6b93377757 Author: Matthew J. Francis

Re: PyUNO usability improvements

2015-06-15 Thread Matthew J. Francis
Hi, On 15/06/2015 16:33, Riccardo Magliocchetti wrote: Have you tried this against unoconv? https://github.com/dagwieers/unoconv I have now, although you have to do a bit of a funny dance to get it to work correctly against a random LO instance. Specifically, against a current build I had to

Re: PyUNO usability improvements

2015-06-15 Thread Matthew J. Francis
On 15/06/2015 20:53, Noel Grandin wrote: Try this: find . -name *.idl | xargs grep 'close()' find . -name *.idl | xargs grep 'unlock' should find you a bunch like com::sun::star::connection::XConnection com::sun::star::connection::XBroadcaster So, having searched a bit further along t

Re: PyUNO usability improvements

2015-06-16 Thread Matthew J. Francis
On 16/06/2015 21:45, Eike Rathke wrote: Is there a specific reason for this? Why not keep the order the API uses? My concern is, that if these get mixed the user will get confused.. Doing it the other way round would give a different obvious violation of the principle of least confusion. Takin

Re: PyUNO usability improvements

2015-06-18 Thread Matthew J. Francis
So far I've had some valuable feedback - thanks to those who contributed. I also have the nagging feeling that any changes to behaviour will be with us for a long time, and there are still a few questions in my mind over the advisability of some of the details. Part of the reason for this is that

Re: PyUNO usability improvements

2015-06-18 Thread Matthew J. Francis
On 18/06/2015 20:27, Stephan Bergmann wrote: On 06/18/2015 11:34 AM, Matthew J. Francis wrote: What about converting this to a feature branch and running with it for a while, with the aim of landing a properly mature feature for 5.1? Avoid feature branches at all cost. If you are reasonably

Re: libreoffice-5-0 failure in [ CUT ] libreofficekit_tiledrendering

2015-06-18 Thread Matthew J. Francis
On 18/06/2015 22:23, Lionel Elie Mamane wrote: Nope, branch point is not good. Given that a recompile takes hours, I'm rather unlikely to pursue this in detail. I started a "git bisect", let's see if I have enough patience to get to the end. Note that if you have an automated reproducer - a fai

Re: libreoffice-5-0 failure in [ CUT ] libreofficekit_tiledrendering

2015-06-18 Thread Matthew J. Francis
On 18/06/2015 22:36, Lionel Elie Mamane wrote: Grrr... "git bisect" refuses to work in the direction "find the commit that fixed this", it insists to do "find the commit that broke this". So I cannot bisect between (known bad) branch point and (known good) master. In this case you have to driv

[Libreoffice-commits] core.git: pyuno/inc pyuno/Library_pyuno.mk pyuno/Module_pyuno.mk pyuno/PythonTest_pytests.mk pyuno/PythonTest_pyuno_pytests_testcollections.mk pyuno/qa pyuno/source

2015-06-26 Thread Matthew J . Francis
deletions(-) New commits: commit af8143bc40cf2cfbc12e77c9bb7de01b655f7b30 Author: Matthew J. Francis Date: Mon Jun 1 18:34:04 2015 +0800 Make PyUNO provide more Pythonic behaviour - Simplifies working with UNO objects by giving the behaviour of Python lists, dicts and iterators to

[Libreoffice-commits] core.git: unotest/source

2015-06-26 Thread Matthew J . Francis
unotest/source/python/org/libreoffice/unotest.py |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3b25116986bfe019f0f3ba7146a02e088690ea30 Author: Matthew J. Francis Date: Fri Jun 26 19:05:21 2015 +0800 Python 2.7 compatibility for unotest.py Change-Id

Callback deadlock

2015-06-28 Thread Matthew J. Francis
Hi, I'm intermittently experiencing the attached deadlock in some Python code. As far as I can tell, the deadlock appears to be between a call to an XTopWindowListener in thread 1 (the listener, also in Python code, doesn't yet do anything more than print "I am here" on a callback) and the ma

Re: Callback deadlock

2015-06-29 Thread Matthew J. Francis
On 29/06/2015 15:08, Miklos Vajna wrote: Hi, On Mon, Jun 29, 2015 at 01:58:09PM +0800, "Matthew J. Francis" wrote: I'm intermittently experiencing the attached deadlock in some Python code. You forgot to attach it. :-) I attached it, but compressed for size - if it didn

Re: Callback deadlock

2015-06-29 Thread Matthew J. Francis
On 29/06/2015 15:47, Piet van Oostrum wrote: It is not completely clear if you are calling from a remote Python program, or from inside LO. Assuming that it is remote, yes, there are problems with listeners in this situation. It can easily deadlock. I have posted a similar situation on this li

Re: Callback deadlock

2015-06-29 Thread Matthew J. Francis
On 29/06/2015 20:18, Stephan Bergmann wrote: ah, that's a poorly implemented Implementation::inspect (stoc/source/inspect/introspection.cxx), which locks some m_aMutex first thing and for the duration of the whole function call, and both Pyhton-side threads 1 and 2 are in this function... When

Re: test infrastructure ideas appreciated ... - a11y based testing

2015-06-04 Thread Matthew J. Francis
On 05/06/2015 00:39, Michael Meeks wrote: On Thu, 2015-06-04 at 16:14 +0200, Noel Grandin wrote: mjayfrancis(IRC) is doing some interesting automated-UI testing work using the UNO accessibility API - perhaps get him on contract to finish it up and make it nice? Ah - it'd be great to

Enum types in IDL and in code

2015-07-20 Thread Matthew J. Francis
The ParagraphProperties service contains, among other things, the properties: com::sun::star::style::ParagraphAdjust ParaAdjust com::sun::star::style::GraphicLocation ParaBackGraphicLocation where ParagraphAdjust and GraphicLocation are both enum types. However, while reading ParaBackGraphicL

[Libreoffice-commits] core.git: pyuno/source

2015-07-20 Thread Matthew J . Francis
pyuno/source/module/pyuno.cxx | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) New commits: commit a781abe326b45573eb677030358c362394e2bc09 Author: Matthew J. Francis Date: Tue Jul 21 09:58:44 2015 +0800 Make PyUNO objects hashable This allows

[Libreoffice-commits] core.git: stoc/source

2015-07-22 Thread Matthew J . Francis
stoc/source/inspect/introspection.cxx | 113 ++ 1 file changed, 22 insertions(+), 91 deletions(-) New commits: commit a37df351c447373bb893ba154bd124d33e43c040 Author: Matthew J. Francis Date: Fri Jul 10 15:29:22 2015 +0800 Fix logic in the fast path of

[Libreoffice-commits] core.git: stoc/source

2015-07-22 Thread Matthew J . Francis
stoc/source/inspect/introspection.cxx | 238 ++ stoc/source/invocation/invocation.cxx | 50 +++ 2 files changed, 128 insertions(+), 160 deletions(-) New commits: commit e412e16d56caf426bac04c7e5966e2a9efa7c408 Author: Matthew J. Francis Date: Mon Jul 13

[Libreoffice-commits] core.git: pyuno/source

2015-07-24 Thread Matthew J . Francis
pyuno/source/module/pyuno.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3458a252022af241f364a9d49c458180442ebd07 Author: Matthew J. Francis Date: Fri Jul 24 23:50:45 2015 +0800 Fix PyUNO object hash to use the correct pointer Change-Id

[Libreoffice-commits] core.git: pyuno/source stoc/source

2015-07-27 Thread Matthew J . Francis
| 193 -- stoc/source/invocation/invocation.cxx | 50 +++- 7 files changed, 288 insertions(+), 112 deletions(-) New commits: commit 9c5a217681935d661aad4d5667a775319382d22a Author: Matthew J. Francis Date: Thu Jul 23 11:36:38 2015 +0800 Tweak

[Libreoffice-commits] core.git: pyuno/Library_pyuno.mk pyuno/source

2015-07-29 Thread Matthew J . Francis
++ 6 files changed, 438 insertions(+), 114 deletions(-) New commits: commit 2387c2a46e15995686d28dccdfd455012072b4cf Author: Matthew J. Francis Date: Wed Jul 29 15:22:54 2015 +0800 Give PyUNO structs/exceptions their own separate type Change-Id

Re: reminder: please add "API CHANGE" to commit message if you change the API incompatibly

2015-08-06 Thread Matthew J. Francis
On 30/07/2015 20:04, Michael Stahl wrote: * Python PyUNO pyuno/ I think we discussed this the last time I changed it - the external C++ interface in pyuno/inc/pyuno/pyuno.hxx shouldn't be considered "really public", and its comment explicitly states "This interface is somewhat private and m

Re: Enum types in IDL and in code

2015-08-06 Thread Matthew J. Francis
On 05/08/2015 21:13, Stephan Bergmann wrote: Old-style services that only list a bunch of properties, like css.style.ParagraphProperties, are mainly glorified documentation, telling a human that a UNO object documented to support that service is supposed to support an XProperty of the given name

[Libreoffice-commits] core.git: pyuno/source

2015-06-30 Thread Matthew J . Francis
pyuno/source/module/pyuno.cxx |8 +++- pyuno/source/module/pyuno_impl.hxx |7 --- 2 files changed, 7 insertions(+), 8 deletions(-) New commits: commit 3a6ec53c71312f5ea890689f9c2ee79c2aac Author: Matthew J. Francis Date: Tue Jun 30 10:07:23 2015 -0400 Fix

[Libreoffice-commits] core.git: pyuno/source

2015-06-30 Thread Matthew J . Francis
pyuno/source/module/uno.py | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) New commits: commit 33776d143fabc1b6e91a6bad54899e9f33ca2320 Author: Matthew J. Francis Date: Wed Jul 1 13:14:25 2015 +0800 PyUNO: Allow import of constant group by name

Remote call horror show

2015-07-05 Thread Matthew J. Francis
Hi, While experimenting with the UNO accessibility tree, I found that walking the tree from (out of process) Python was slower than it had any right to be. To investigate why that might be, I wrote a simple benchmark: # ... setup ... ac = doc.CurrentController.ComponentWindow.AccessibleContext f

[Libreoffice-commits] core.git: stoc/source

2015-07-08 Thread Matthew J . Francis
stoc/source/inspect/introspection.cxx | 245 +++--- 1 file changed, 199 insertions(+), 46 deletions(-) New commits: commit 61b1697069c50ff72339d4592add42ab72b03243 Author: Matthew J. Francis Date: Mon Jul 6 08:09:24 2015 +0800 Reduce the amount of up front

[Libreoffice-commits] core.git: stoc/source

2015-07-08 Thread Matthew J . Francis
stoc/source/inspect/introspection.cxx | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) New commits: commit 85ce6a2446deb0f4c01604b6188f969603de9b16 Author: Matthew J. Francis Date: Thu Jul 9 09:03:46 2015 +0800 Eliminate pointless string copies

[Libreoffice-commits] core.git: include/svx svx/source

2015-07-09 Thread Matthew J . Francis
commits: commit 83b53164b096b4cba94a2e1ee8b620228bee8a3a Author: Matthew J. Francis Date: Sun Jul 5 20:37:40 2015 +0800 Add an a11y action for items in the Special Characters dialog Change-Id: I53fef3f151f66be775655ceef623a7d564c66f1a Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: stoc/source

2015-07-15 Thread Matthew J . Francis
stoc/source/inspect/introspection.cxx | 469 -- stoc/source/invocation/invocation.cxx | 26 - 2 files changed, 247 insertions(+), 248 deletions(-) New commits: commit 80cbfb75026f4673b14237650302c3da1cc5ab13 Author: Matthew J. Francis Date: Thu Jul 16 13:37

[Libreoffice-commits] core.git: wizards/source

2015-03-24 Thread Matthew J . Francis
/Strings.xba | 12 ++-- wizards/source/tools/UCB.xba |2 +- wizards/source/tutorials/TutorialOpen.xba |2 +- 8 files changed, 14 insertions(+), 14 deletions(-) New commits: commit ca07d5bef335b220139b858a5b54aa62983a66e1 Author: Matthew J. Francis Date: Wed Mar 25

Re: Fate of dp_misc::PersistentMap ?

2015-04-02 Thread Matthew J. Francis
Prodding at this briefly with "git blame" leads to the below commit. Perhaps mmeeks can comment :) commit 042247b3e428cb7352c06a670576819c67378090 Author: Michael Meeks Date: Wed Nov 16 16:59:39 2011 + Fixup legacy sleepycat db database usage for packages Previously empty legac

[Libreoffice-commits] core.git: vcl/unx

2014-09-19 Thread Matthew J . Francis
vcl/unx/gtk/window/gtksalframe.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit e9d3907c39f092ac2db367a51d1322a2d5d12eae Author: Matthew J. Francis Date: Fri Sep 19 12:46:38 2014 +0800 Fix use of uninitialised value identified by valgrind m_pLastSyncedDbusMenu

[Libreoffice-commits] core.git: svx/source

2014-09-19 Thread Matthew J . Francis
svx/source/dialog/docrecovery.cxx | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) New commits: commit cd68903660d2ba71fe6e033b0ae7880366913a4e Author: Matthew J. Francis Date: Thu Sep 18 21:35:45 2014 +0800 fdo#83891 Show document names including " - &qu

[Libreoffice-commits] core.git: basic/source connectivity/source connectivity/workben fpicker/source sfx2/source sw/source unoxml/source vcl/source

2014-09-21 Thread Matthew J . Francis
|4 +- 12 files changed, 30 insertions(+), 43 deletions(-) New commits: commit 764e3016b62665281539af4e990ca4ff0445c26c Author: Matthew J. Francis Date: Sat Sep 20 12:14:41 2014 +0800 fdo#84086 Fix assorted use-after-free bugs Change-Id

[Libreoffice-commits] core.git: vcl/unx

2014-09-23 Thread Matthew J . Francis
vcl/unx/gtk/window/gtksalmenu.cxx | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) New commits: commit d150dac1c32e89df4176d417d12a03fbbf1972d4 Author: Matthew J. Francis Date: Tue Sep 23 20:26:38 2014 +0800 Fix memory leaks Change-Id

[Libreoffice-commits] core.git: cppuhelper/source

2014-09-25 Thread Matthew J . Francis
cppuhelper/source/servicemanager.cxx | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) New commits: commit 0af1c09b3ad23790d9992ec329a2c3f28b820050 Author: Matthew J. Francis Date: Wed Sep 24 23:30:23 2014 +0800 Eliminate memory leak due to

[Libreoffice-commits] core.git: sfx2/source vcl/unx

2014-09-25 Thread Matthew J . Francis
sfx2/source/control/thumbnailview.cxx |3 ++- vcl/unx/gtk/window/gloactiongroup.cxx |2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 456fb845113ac79954027728c5773f4552b33501 Author: Matthew J. Francis Date: Thu Sep 25 18:44:52 2014 +0800 Fix

[Libreoffice-commits] core.git: vcl/unx

2014-09-28 Thread Matthew J . Francis
vcl/unx/gtk/window/hudawareness.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 612f29ce1c86beba81934451dbc1009124dac5a8 Author: Matthew J. Francis Date: Mon Sep 29 00:39:33 2014 +0800 Avoid leaking dbus objects Change-Id

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

2014-09-29 Thread Matthew J . Francis
___ 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/04/11104/3'

2014-09-29 Thread Matthew J . Francis
___ 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/04/11104/1'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/5'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/3'

2014-09-29 Thread Matthew J . Francis
___ 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/30/11530/1'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/2'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/6'

2014-09-29 Thread Matthew J . Francis
___ 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/38/11638/2'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/7'

2014-09-29 Thread Matthew J . Francis
___ 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/06/11106/1'

2014-09-29 Thread Matthew J . Francis
___ 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/30/11530/2'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/7'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/1'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/2'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/9'

2014-09-29 Thread Matthew J . Francis
___ 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/87/11187/4'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/3'

2014-09-29 Thread Matthew J . Francis
___ 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/06/11106/2'

2014-09-29 Thread Matthew J . Francis
___ 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/29/11629/1'

2014-09-29 Thread Matthew J . Francis
___ 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/80/11280/1'

2014-09-29 Thread Matthew J . Francis
___ 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/38/11638/3'

2014-09-29 Thread Matthew J . Francis
___ 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/05/11105/1'

2014-09-29 Thread Matthew J . Francis
___ 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/29/11629/2'

2014-09-29 Thread Matthew J . Francis
___ 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/13/11213/2'

2014-09-29 Thread Matthew J . Francis
___ 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/13/11213/1'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/8'

2014-09-29 Thread Matthew J . Francis
___ 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/29/11629/4'

2014-09-29 Thread Matthew J . Francis
___ 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/53/11553/4'

2014-09-29 Thread Matthew J . Francis
___ 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/64/11264/1'

2014-09-29 Thread Matthew J . Francis
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: vcl/Executable_vcldemo.mk

2014-10-24 Thread Matthew J . Francis
vcl/Executable_vcldemo.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 0b7631bccb2a47ab71a0c1edbabe8a5892ff5f9c Author: Matthew J. Francis Date: Sun Oct 5 07:36:00 2014 +0800 vcl: Fix vcldemo linkage - was missing tk Change-Id

[Libreoffice-commits] core.git: pyuno/CustomTarget_python_shell.mk pyuno/zipcore

2014-10-28 Thread Matthew J . Francis
65809118914e84bf7cb355e2fd3bce75d7271778 Author: Matthew J. Francis Date: Sun Oct 26 11:34:43 2014 +0800 Fix python wrapper script on OS X Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be Signed-off-by: Stephan Bergmann diff --git a/pyuno/CustomTarget_python_shell.mk b/pyuno

[Libreoffice-commits] core.git: 3 commits - configure.ac helpcontent2

2014-10-30 Thread Matthew J . Francis
configure.ac |3 ++- helpcontent2 |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 86255b6fa31fb65e31a8a3f702a58a27e76c36d2 Author: Matthew J. Francis Date: Tue Oct 28 16:10:44 2014 +0800 Document that gtk3 support is experimental Change-Id

[Libreoffice-commits] core.git: sw/source

2014-11-26 Thread Matthew J . Francis
sw/source/uibase/uiview/view2.cxx | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) New commits: commit 9673698f35ad249bc96506965b5e467d1f7ea0e9 Author: Matthew J. Francis Date: Wed Oct 29 14:39:32 2014 +0800 fdo#83308 Show thousand separators in document

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

2014-11-26 Thread Matthew J . Francis
sw/source/uibase/uiview/view2.cxx | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) New commits: commit 68c378187c0eac9049141cd8ac072231f7860313 Author: Matthew J. Francis Date: Wed Oct 29 14:39:32 2014 +0800 fdo#83308 Show thousand separators in document

[Libreoffice-commits] core.git: sc/source

2014-11-27 Thread Matthew J . Francis
sc/source/filter/excel/xetable.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit d83b031346799bff0a3298387f76b16baad2e5cf Author: Matthew J. Francis Date: Thu Nov 27 12:08:07 2014 +0800 fdo#86687 Avoid deadlock updating progress bar Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

2014-11-27 Thread Matthew J . Francis
sc/source/filter/excel/xetable.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit e678a333c1f4a7a1bf8594d888938e598ed2f6a1 Author: Matthew J. Francis Date: Thu Nov 27 12:08:07 2014 +0800 fdo#86687 Avoid deadlock updating progress bar Change-Id

[Libreoffice-commits] core.git: include/sfx2 sfx2/source

2014-11-17 Thread Matthew J . Francis
include/sfx2/recentdocsviewitem.hxx|4 sfx2/source/control/recentdocsviewitem.cxx | 28 +--- 2 files changed, 9 insertions(+), 23 deletions(-) New commits: commit e43f692ef908fd2bc180a5e16fb363ec6bb7eb09 Author: Matthew J. Francis Date: Sun Nov 16 10

[Libreoffice-commits] core.git: vcl/source

2014-11-19 Thread Matthew J . Francis
vcl/source/gdi/bmpfast.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f857358d83e7c105271eb0e2c43f0b036f14f284 Author: Matthew J. Francis Date: Wed Nov 19 11:25:28 2014 +0800 fdo#86298 Avoid crash blending upside down Bitmaps of differing size

[Libreoffice-commits] core.git: sw/qa

2014-10-06 Thread Matthew J . Francis
sw/qa/core/uwriter.cxx | 490 + 1 file changed, 292 insertions(+), 198 deletions(-) New commits: commit 2c6d17b02529f0bc8bfcb1fc16f9e1481ea71829 Author: Matthew J. Francis Date: Sun Oct 5 13:09:03 2014 +0800 Refactor giant SwDocTest

[Libreoffice-commits] core.git: i18npool/source

2014-10-07 Thread Matthew J . Francis
i18npool/source/search/textsearch.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 555a7a601b33c18472be7e99b0f9c8acb05a82d7 Author: Matthew J. Francis Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string Found while

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - i18npool/source

2014-10-07 Thread Matthew J . Francis
i18npool/source/search/textsearch.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 25e7318a294c5613a9a2361e0e1cebd5c214d336 Author: Matthew J. Francis Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string Found while

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source

2014-10-09 Thread Matthew J . Francis
sc/source/core/data/document10.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b2707c0545d7cc762a9ccfbb8a3b3cea495195e2 Author: Matthew J. Francis Date: Thu Oct 9 13:02:18 2014 +0800 fdo#84810 Avoid calc crash when using Paste Special - Link

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-3' - sc/source

2014-10-10 Thread Matthew J . Francis
sc/source/core/data/document10.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit af79db308c86d200d9fb76001167511408c68bce Author: Matthew J. Francis Date: Thu Oct 9 13:02:18 2014 +0800 fdo#84810 Avoid calc crash when using Paste Special - Link

[Libreoffice-commits] core.git: sysui/desktop

2014-10-13 Thread Matthew J . Francis
sysui/desktop/macosx/Info.plist.in | 92 + 1 file changed, 92 insertions(+) New commits: commit e71b696ef6a50db0cb6a02e261b858e05fdb1a8f Author: Matthew J. Francis Date: Mon Oct 13 22:15:09 2014 +0800 Register flat file mime types on OS X

[Libreoffice-commits] core.git: include/rtl

2014-10-17 Thread Matthew J . Francis
include/rtl/ustrbuf.hxx | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) New commits: commit eca78aee9bde79d9f02cda3bfae6c2bc601605b6 Author: Matthew J. Francis Date: Fri Oct 17 09:30:26 2014 +0800 Increase assert coverage of OUStringBuffer arguments Only

[Libreoffice-commits] core.git: include/rtl

2014-10-20 Thread Matthew J . Francis
include/rtl/strbuf.hxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 8091cf383a122f2348d6e25df90fc26579fe6ef7 Author: Matthew J. Francis Date: Fri Oct 17 20:48:08 2014 +0800 Increase assert coverage of OStringBuffer arguments Change-Id

[Libreoffice-commits] core.git: svx/source

2014-10-20 Thread Matthew J . Francis
svx/source/tbxctrls/PaletteManager.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 36b25a83fe0b6b0ae0f179bedfc207375633ed19 Author: Matthew J. Francis Date: Sun Oct 19 16:24:55 2014 +0800 fdo#85185 Copy OUString argument to avoid a use after free

Re: Enum types in IDL and in code

2015-08-07 Thread Matthew J. Francis
On 07/08/2015 16:00, Miklos Vajna wrote: Hi, On Fri, Aug 07, 2015 at 01:07:52PM +0800, "Matthew J. Francis" wrote: Mainly the latter confusion. The problem the user I was discussing this with had was that when trying to develop using such an interface you have no idea what the

  1   2   >