Re: Bug 83260

2018-01-11 Thread Matthew J. Francis
On 12/01/2018 13:18, Yemelyanenko Fyodor wrote: Withthese modification LO is stable when autocreecting and Undo/Redo Patchis here https://gerrit.libreoffice.org/47686 Thanks for persisting to find a good solution for this. It's much appreciated Regards Matthew Francis

Re: Bug 83260

2018-01-03 Thread Matthew J. Francis
On 04/01/2018 09:45, Matthew J. Francis wrote: On 03/01/2018 17:42, Miklos Vajna wrote: [...] We raise a similar warning when deleting a header, you can probably reuse that code here. And sure, clearing the undo stack instead of crashing sounds like an improvement (especially if we ask

Re: Bug 83260

2018-01-03 Thread Matthew J. Francis
On 03/01/2018 17:42, Miklos Vajna wrote: Hi, On Fri, Dec 22, 2017 at 06:56:53AM +, Yemelyanenko Fyodor wrote: For now I see 2 possible solutions: 1. Rewrite redlining, so Show option will change how doc is viewed, but not how it is formed (list of nodes) 2. When

Re: How to run multiple instances of Writer simultaneously?

2017-10-19 Thread Matthew J. Francis
On 20/10/2017 10:04, Jens Tröger wrote: Also, I have performance concerns for this approach: loading and running through just two documents simultaneously seemed to be unproportionally slow!? As I mentioned before, while a single LO process can serve multiple clients simultaneously, and

Re: How to run multiple instances of Writer simultaneously?

2017-10-19 Thread Matthew J. Francis
On 19/10/2017 17:09, Jens Tröger wrote: Thanks Matthew! That’s close to what I’m using. However, would you mind sharing your “close document” code, as well as shutting down the soffice process? In that context, it looks like you’re using the soffice process as the server? How about projects

[Libreoffice-commits] core.git: include/toolkit offapi/com offapi/UnoApi_offapi.mk toolkit/source

2015-10-16 Thread Matthew J . Francis
++ 5 files changed, 164 insertions(+) New commits: commit 59c38539bcabf3a5c949745ff8f501ed7c98a528 Author: Matthew J. Francis <mjay.fran...@gmail.com> Date: Sat Oct 3 04:31:48 2015 +0800 Allow injection of keyboard and mouse events through UNO Cha

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 mjay.fran...@gmail.com 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

Re: Enum types in IDL and in code

2015-08-07 Thread Matthew J. Francis
On 07/08/2015 17:32, Miklos Vajna wrote: Hi, On Fri, Aug 07, 2015 at 04:52:36PM +0800, Matthew J. Francis mjay.fran...@gmail.com wrote: How specifically should that be changed, though. In this case, merely changing the declared type to short would leave it such that its value is defined

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 my

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/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 mjay.fran...@gmail.com Date: Wed Jul 29 15:22:54 2015 +0800 Give PyUNO structs/exceptions their own separate type

[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 mjay.fran...@gmail.com Date: Thu Jul 23 11:36:38 2015

[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 mjay.fran...@gmail.com Date: Fri Jul 24 23:50:45 2015 +0800 Fix PyUNO object hash to use the correct pointer

[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 mjay.fran

[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 mjay.fran...@gmail.com Date: Fri Jul 10 15:29:22 2015 +0800 Fix logic

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

2015-07-21 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 mjay.fran...@gmail.com Date: Tue Jul 21 09:58:44 2015 +0800 Make PyUNO objects hashable

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

[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 mjay.fran...@gmail.com

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

2015-07-09 Thread Matthew J . Francis
commits: commit 83b53164b096b4cba94a2e1ee8b620228bee8a3a Author: Matthew J. Francis mjay.fran...@gmail.com 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

[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 mjay.fran...@gmail.com Date: Mon Jul 6 08:09:24 2015 +0800 Reduce

[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 mjay.fran...@gmail.com Date: Thu Jul 9 09:03:46 2015 +0800 Eliminate pointless

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

[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 mjay.fran...@gmail.com Date: Tue Jun 30 10:07:23 2015

[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 mjay.fran...@gmail.com Date: Wed Jul 1 13:14:25 2015 +0800 PyUNO: Allow import

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

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 mjay.fran...@gmail.com wrote: I'm intermittently experiencing the attached deadlock in some Python code. You forgot to attach it. :-) I attached it, but compressed for size

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

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

[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 mjay.fran...@gmail.com 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

[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 mjay.fran...@gmail.com Date: Fri Jun 26 19:05:21 2015 +0800 Python 2.7 compatibility for unotest.py

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: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 drive it

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

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

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.

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

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

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

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

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 michael.me...@suse.com Date: Wed Nov 16 16:59:39 2011 + Fixup legacy sleepycat db database usage for packages

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

2015-03-25 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 mjay.fran

[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 mjay.fran...@gmail.com Date: Thu Nov 27 12:08:07 2014 +0800 fdo#86687 Avoid deadlock updating progress

[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 mjay.fran...@gmail.com Date: Thu Nov 27 12:08:07 2014 +0800 fdo#86687 Avoid deadlock updating progress

[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 mjay.fran...@gmail.com Date: Wed Oct 29 14:39:32 2014 +0800 fdo#83308 Show thousand

[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 mjay.fran...@gmail.com Date: Wed Oct 29 14:39:32 2014 +0800 fdo#83308 Show thousand

[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 mjay.fran...@gmail.com Date: Wed Nov 19 11:25:28 2014 +0800 fdo#86298 Avoid crash blending upside down Bitmaps

[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 mjay.fran...@gmail.com

[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 mjay.fran...@gmail.com Date: Tue Oct 28 16:10:44 2014 +0800 Document that gtk3 support is experimental

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

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

[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 mjay.fran...@gmail.com Date: Sun Oct 5 07:36:00 2014 +0800 vcl: Fix vcldemo linkage - was missing tk Change-Id

[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 mjay.fran...@gmail.com Date: Fri Oct 17 20:48:08 2014 +0800 Increase assert coverage of OStringBuffer arguments

[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 mjay.fran...@gmail.com Date: Sun Oct 19 16:24:55 2014 +0800 fdo#85185 Copy OUString argument to avoid

[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 mjay.fran...@gmail.com Date: Fri Oct 17 09:30:26 2014 +0800 Increase assert coverage of OUStringBuffer

[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 mjay.fran...@gmail.com Date: Mon Oct 13 22:15:09 2014 +0800 Register flat file mime

[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 mjay.fran...@gmail.com Date: Thu Oct 9 13:02:18 2014 +0800 fdo#84810 Avoid calc crash when using Paste

[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 mjay.fran...@gmail.com Date: Thu Oct 9 13:02:18 2014 +0800 fdo#84810 Avoid calc crash when using Paste

[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 mjay.fran...@gmail.com Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string

[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 mjay.fran...@gmail.com Date: Tue Oct 7 01:51:37 2014 +0800 Avoid accessing 1 character after a string

[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 mjay.fran...@gmail.com Date: Sun Oct 5 13:09:03 2014 +0800 Refactor

[Libreoffice-commits] core.git: sal/osl

2014-10-03 Thread Matthew J . Francis
sal/osl/unx/thread.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 794e5c7a3f4292ac849ca993c12c7953b5e85102 Author: Matthew J. Francis mjay.fran...@gmail.com Date: Fri Oct 3 14:29:12 2014 +0800 Fix unbalanced new/free() - new/delete (Spotted while

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

2014-10-03 Thread Matthew J . Francis
sw/source/core/text/itratr.cxx | 16 1 file changed, 12 insertions(+), 4 deletions(-) New commits: commit 7f5ed8228290e6e9ca9fac301d6a6adbda31ff23 Author: Matthew J. Francis mjay.fran...@gmail.com Date: Fri Oct 3 11:27:20 2014 +0800 Speed up SwAttrIter::GetNextAttr

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

2014-09-30 Thread Matthew J . Francis
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 9db2eeea92d3a1e0571ae91eb74e218662732be9 Author: Matthew J. Francis mjay.fran...@gmail.com Date: Mon Sep 29 12:38:05 2014 +0800 Avoid leaking a GtkMenu

[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: Changes to 'refs/changes/29/11629/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/74/11374/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/66/11566/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/66/11566/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/02/11502/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/02/11502/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/78/11678/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

  1   2   >