Re: registry and extension problems on master 4.3 Linux 64bit

2013-12-19 Thread Stephan Bergmann
On 12/18/2013 11:10 AM, Alex Thurgood wrote: I noticed yesterday that the OSX build currently fails when trying to download any of the extra extensions, including SmartDiag, from the host where the oxygenoffice extras are hosted. However, this does not happen on my Linux 64bit machine, and am at

Re: Efficient UNO component linkage & GC ...

2013-12-19 Thread Tor Lillqvist
> any instantiated object > instances will continue to be disposed well ahead of exit via disposing the > ComponentContext in desktop::Desktop::DeInit BTW, please note that for the platforms where we do DISABLE_DYNLOADING, a process that uses LibreOffice code (i.e. an iOS or Android app) will neve

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

2013-12-19 Thread Stephan Bergmann
cppuhelper/source/shlib.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3aac1ebd02795f30ebfe3ef7af6fdbcbf27e3e1f Author: Stephan Bergmann Date: Thu Dec 19 11:00:13 2013 +0100 Missing initialization Change-Id: I177da4fbe87eacfb86b6196df3d023218b1c9

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

2013-12-19 Thread Stephan Bergmann
cppuhelper/source/shlib.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 023e49921e11644b65af66996fd033c533f589f9 Author: Stephan Bergmann Date: Thu Dec 19 10:56:58 2013 +0100 Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.

Re: Efficient UNO component linkage & GC ...

2013-12-19 Thread Stephan Bergmann
thought-dump: * loader != "com.sun.star.loader.SharedLibrary" (i.e., Java, Python, ...) remains unchanged * external code (extensions) remains unchanged (i.e., stuck with the original .component XML format for now; no prefix="...", extension="...", constructor="..."; mandatory component_get

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

2013-12-19 Thread Michael Stahl
xmloff/source/text/XMLTextHeaderFooterContext.cxx |1 xmloff/source/text/XMLTextMasterPageExport.cxx| 24 +++--- 2 files changed, 13 insertions(+), 12 deletions(-) New commits: commit 854866140bff2ae4c587c7adc9b3170f06135437 Author: Michael Stahl Date: Wed Dec 18 23:

Re: Copying and pasting docx theme font attributes

2013-12-19 Thread Miklos Vajna
Hi Jacobo, On Wed, Dec 18, 2013 at 01:34:18PM +0100, Jacobo Aragunde Pérez wrote: > Copying the information in the theme and the styles files when pasting > things is probably not a viable idea, but maybe we should transform the > theme format into direct format when pasting the text to a new do

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

2013-12-19 Thread Stephan Bergmann
include/osl/detail/component-declarations.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) New commits: commit 61e02585ea3ab6794fcae28c9b96d35b3ff96257 Author: Stephan Bergmann Date: Thu Dec 19 09:58:59 2013 +0100 Fix up constructor function declaration

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

2013-12-19 Thread Stephan Bergmann
cppuhelper/source/servicemanager.cxx | 37 ++- 1 file changed, 20 insertions(+), 17 deletions(-) New commits: commit 0506c3a1f04e707684834fe8fd60ab5d0a96cc0e Author: Stephan Bergmann Date: Thu Dec 19 09:55:44 2013 +0100 FactoryWrapper is a misnomer now

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-12-19 Thread Caolán McNamara
helpers/help_hid.lst |7 --- source/text/scalc/01/12050100.xhp | 19 --- 2 files changed, 8 insertions(+), 18 deletions(-) New commits: commit 37d4a61d6980cb62c580f94adc8595e6eb4c3fdd Author: Caolán McNamara Date: Wed Dec 18 20:38:35 2013 + upda

[Libreoffice-commits] core.git: 2 commits - helpcontent2 sc/inc sc/source sc/uiconfig

2013-12-19 Thread Caolán McNamara
helpcontent2|2 - sc/inc/helpids.h| 10 - sc/inc/sc.hrc |5 sc/source/ui/dbgui/tpsubt.cxx | 11 +++--- sc/uiconfig/scalc/ui/subtotalgrppage.ui | 34 ++-

[Libreoffice-commits] core.git: android/experimental include/osl ios/experimental ios/shared

2013-12-19 Thread Matúš Kukan
android/experimental/DocumentLoader/native-code.cxx | 13 -- android/experimental/LibreOffice4Android/native-code.cxx | 18 --- android/experimental/desktop/native-code.cxx | 18 --- include/osl/detail/component-mapping.h |

Re: I need some help to improve the crash testing

2013-12-19 Thread David Tardon
Hi, On Thu, Dec 19, 2013 at 09:22:15AM +0100, David Tardon wrote: > Btw, you can grep for the mimetype in > filter/source/config/fragments/types , then grep for PreferredFilter > property in filter/source/config/fragments/filters and look at property > DocumentService. Also, property Flags in fil

Re: I need some help to improve the crash testing

2013-12-19 Thread David Tardon
Hi, On Thu, Dec 19, 2013 at 01:46:21AM +0100, Markus Mohrhard wrote: > 'application/clarisworks' : 'cwk', > 'application/macwriteii' : 'mw', These are text document formats -> writer. > 'application/x-hwp': 'hwp', I see hwp in the list already :) > 'application/x-aportisdoc': '

<    1   2