[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - sal/qa

2015-09-01 Thread Damjan Jovanovic
sal/qa/rtl/ostring/makefile.mk| 56 sal/qa/rtl/ostring/rtl_OString2.cxx | 651 -- sal/qa/rtl/ostring/rtl_str.cxx| 1195 --- sal/qa/rtl/ostring/rtl_string.cxx | 195 +-- sal/qa/rtl/oustring/makefile.mk | 45 sal/qa/rtl/oustring/rtl_OUStrin

deadlock question

2015-09-01 Thread 林贵华
Hi ! I have a deadlock question to ask you. I hope you can help me, thank you! I am trying to program a ContextMenuInterceptor by C++ in Secondary development. but when I program in notifyContextMenuExecute method like : class ContextMenuInterceptor : public WeakImplHelper1 { virtual ContextM

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

2015-09-01 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7017ab3559f8298f9afa364171531a10782d8d29 Author: Jan Holesovsky Date: Tue Sep 1 18:38:27 2015 +0200 windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - sal/qa

2015-09-01 Thread Damjan Jovanovic
sal/qa/rtl/bootstrap/makefile.mk| 28 sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx | 1076 sal/qa/rtl/doublelock/makefile.mk | 30 sal/qa/rtl/doublelock/rtl_doublelocking.cxx | 135 +-- 4 files changed, 588 insertions(+), 681 deletions(-) N

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2015-09-01 Thread Henry Castro
desktop/source/lib/init.cxx | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) New commits: commit 5032455fe1ecdca9ee6eb96b5d539a66733bfb9e Author: Henry Castro Date: Tue Sep 1 22:06:09 2015 -0400 lok: rework use preInitBootstrap Change-Id: Ifdba1eaf4c

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2015-09-01 Thread Henry Castro
desktop/source/lib/init.cxx | 40 1 file changed, 12 insertions(+), 28 deletions(-) New commits: commit 1bea5bf90187f0dac06d0c438b96def4bcd746f8 Author: Henry Castro Date: Tue Sep 1 20:10:09 2015 -0400 Revert lok: use preInitBootstrap Ch

Building LibreOffice on Mac OSX

2015-09-01 Thread Shubham Khara
https://wiki.documentfoundation.org/Development/BuildingOnMac In minimal setup, How am I supposed to create a file mentioned in the 4th point. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/li

Re: --show still see GUI

2015-09-01 Thread Jerry Geis
Thanks for the reply. That is not something I can do right now. Was hoping after all these years it was "there". Jerry On Tue, Sep 1, 2015 at 6:10 PM, Thorsten Behrens wrote: > Jerry Geis wrote: > > When I use the command line switch --show on linux > > I still see the GUI... the progress loadi

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

2015-09-01 Thread Katarina Behrens
sc/source/ui/condformat/condformatdlgentry.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f2a367ffa4bb20ceb2bab11d8895653bf0d1309d Author: Katarina Behrens Date: Sat Aug 29 17:12:42 2015 +0200 tdf#93600: Avoid crash on entering '=' as a cell value

Re: --show still see GUI

2015-09-01 Thread Thorsten Behrens
Jerry Geis wrote: > When I use the command line switch --show on linux > I still see the GUI... the progress loading is what I'm talking about. > > Any way to not see that ? just have a blank/black screen while loading ? > Hi Jerry, nothing like that existing yet. This being the developer list -

Re: Question to Bug 93052 - When save, generate unused list-styles in context.xml

2015-09-01 Thread Thorsten Behrens
Juergen Funk Mailinglist wrote: > Can anyone help me, for solve or understand this right? > Looks like it's fixed just fine with d9305ae68bf3707242a96fb1b697c36d6eaf91c4 Cheers, -- Thorsten signature.asc Description: Digital signature ___ LibreOffice

Purpose of user setting WorkPathChanged ?

2015-09-01 Thread Regina Henschel
Hi all, I have started to look at https://bugs.documentfoundation.org/show_bug.cgi?id=43021. It is about Windows and therefore the method setDisplayDirectory from /core/fpicker/source/win32/filepicker/VistaFilePicker.cxx is involved. I know already, that if the property PROP_FORCE is set to

Test name: Test::testAutoFill assertion failed

2015-09-01 Thread Alex McMurchy
Hi All When compiling LibreOffice I get a failed Unit test. If I hash out the failing CPPUNIT_ASSERT I get no more errors and Libreoffice compiles successfully. I suspect the problem is environmental, missing package or something, as I've managed to compile without intervention on another di

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - sal/qa

2015-09-01 Thread Damjan Jovanovic
sal/qa/rtl/locale/makefile.mk | 29 - sal/qa/rtl/locale/rtl_locale.cxx | 336 -- sal/qa/rtl/logfile/makefile.mk| 27 - sal/qa/rtl/logfile/rtl_logfile.cxx| 160 -- sal/qa/rtl/oustringbuffer/ma

[Libreoffice-commits] core.git: vcl/inc vcl/opengl

2015-09-01 Thread Stephan Bergmann
vcl/inc/opengl/texture.hxx |4 ++-- vcl/opengl/salbmp.cxx |2 +- vcl/opengl/texture.cxx |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 84eafb6a051863a775f122cec1bc27d9f5fef6e4 Author: Stephan Bergmann Date: Tue Sep 1 21:26:51 2015 +0200

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

2015-09-01 Thread Michael Meeks
vcl/CppunitTest_vcl_bitmap_test.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 97f24ba75071de46fbe7a5046916b193248081eb Author: Michael Meeks Date: Tue Sep 1 20:27:39 2015 +0100 More vcl unit test headers for good measure. Change-Id: I55df85df2d01c322e5725fb284

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

2015-09-01 Thread Michael Stahl
vcl/CppunitTest_vcl_bitmap_test.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 998973c0153c7fd4c109a081cdf76e1b5fe82d05 Author: Michael Stahl Date: Tue Sep 1 21:04:43 2015 +0200 vcl: evidently that test needs glew headers now Change-Id: I6c9742c8be222a33feea9f629

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

2015-09-01 Thread Caolán McNamara
include/svx/sdr/table/tablecontroller.hxx |1 include/svx/selectioncontroller.hxx |1 svx/source/svdraw/selectioncontroller.cxx |5 ++ svx/source/table/tablecontroller.cxx | 52 +++--- 4 files changed, 33 insertions(+), 26 deletions(-) New commit

[Libreoffice-commits] core.git: 2 commits - vcl/inc vcl/qa

2015-09-01 Thread Michael Meeks
vcl/inc/salbmp.hxx|6 -- vcl/qa/cppunit/BitmapTest.cxx | 29 ++--- 2 files changed, 26 insertions(+), 9 deletions(-) New commits: commit f4d2337ef2ef324b67e231ebb63259d03d3e3470 Author: Michael Meeks Date: Tue Sep 1 19:33:43 2015 +0100 Fixup C

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 5 commits - sal/qa

2015-09-01 Thread Damjan Jovanovic
sal/qa/rtl/cipher/makefile.mk | 29 sal/qa/rtl/cipher/rtl_cipher.cxx | 879 ++--- sal/qa/rtl/process/makefile.mk| 29 sal/qa/rtl/process/rtl_Process.cxx| 228 - sal/qa/rtl/random/makefile.mk | 27

Re: Problem in Bug 93240

2015-09-01 Thread Ashod Nakashian
On Tue, Sep 1, 2015 at 11:50 AM, Shreyansh Gandhi wrote: > Hey, I don't understand the reason why the build failed. Can you please > take a look? > http://ci.libreoffice.org/job/lo_gerrit_master/5856/console > > Looks like a Jenkins issue. Other builds have failed as well. Rebase to rebuild agai

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

2015-09-01 Thread Tor Lillqvist
sc/source/core/tool/dbdata.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04ff8103ab29842ed5d2b3a310c9aa96eef8a966 Author: Tor Lillqvist Date: Tue Sep 1 20:29:09 2015 +0300 WaE: implicit conversion of literal of type 'int' to 'bool' Change-Id: I0

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

2015-09-01 Thread Tor Lillqvist
vcl/opengl/salbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 086aec27ddfd72dc21fffb0466cb5c815e2b4169 Author: Tor Lillqvist Date: Tue Sep 1 20:04:43 2015 +0300 WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast] Ch

[Libreoffice-commits] core.git: 2 commits - configmgr/source

2015-09-01 Thread Stephan Bergmann
configmgr/source/components.cxx|4 configmgr/source/dconf.cxx | 816 - configmgr/source/dconf.hxx |7 configmgr/source/modifications.hxx |2 4 files changed, 730 insertions(+), 99 deletions(-) New commits: commit e96b8bd4d4fd

--show still see GUI

2015-09-01 Thread Jerry Geis
When I use the command line switch --show on linux I still see the GUI... the progress loading is what I'm talking about. Any way to not see that ? just have a blank/black screen while loading ? I start with --show --norestore --nologo I just download 5.0.1 and tried it. Thanks, Jerry

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

2015-09-01 Thread Tor Lillqvist
vcl/inc/opengl/salbmp.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a5493ee2ec1dbc49acdd376bb5e869ed4a80cce7 Author: Tor Lillqvist Date: Tue Sep 1 19:41:19 2015 +0300 WaE: 'updateChecksum' overrides a member function but is not marked 'override'

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

2015-09-01 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fec95ebb06f3ae6c52df7e48ed14beedff10ac3e Author: Jan Holesovsky Date: Tue Sep 1 18:38:27 2015 +0200 windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.

[Libreoffice-commits] core.git: 6 commits - comphelper/source include/comphelper package/source sw/inc sw/source

2015-09-01 Thread Michael Stahl
comphelper/source/xml/ofopxmlhelper.cxx | 111 ++-- include/comphelper/ofopxmlhelper.hxx| 62 ++--- include/comphelper/seekableinput.hxx|9 ++ package/source/xstor/xstorage.hxx |1 sw/inc/editsh.hxx | 34

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

2015-09-01 Thread Eike Rathke
sc/source/core/tool/dbdata.cxx | 119 + 1 file changed, 73 insertions(+), 46 deletions(-) New commits: commit 8a7be690ced76c5bd790858226a2ff0747354676 Author: Eike Rathke Date: Tue Sep 1 18:07:04 2015 +0200 TableRef: ensure every column has a name

Re: Problem in Bug 93240

2015-09-01 Thread Shreyansh Gandhi
Hey, I don't understand the reason why the build failed. Can you please take a look? http://ci.libreoffice.org/job/lo_gerrit_master/5856/console On Tue, Sep 1, 2015 at 8:06 PM Michael Stahl wrote: > On 01.09.2015 15:34, Shreyansh Gandhi wrote: > > I just came across > > this: > http://stackover

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

2015-09-01 Thread Caolán McNamara
include/svx/svdstr.hrc |1 + svx/source/svdraw/svdstr.src |5 + svx/source/table/tablecontroller.cxx | 15 +-- 3 files changed, 19 insertions(+), 2 deletions(-) New commits: commit d38e4b2ee73ad38881465f9f97eb8d8397ee98ff Author: Caolán McNamara D

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/qa sw/source

2015-09-01 Thread Caolán McNamara
sw/qa/core/data/ww8/pass/hang-6.doc |binary sw/source/filter/ww8/ww8par.cxx | 22 +- 2 files changed, 13 insertions(+), 9 deletions(-) New commits: commit 315cd7896e8b4193fe1b13a2d58d97446f9d1d87 Author: Caolán McNamara Date: Mon Aug 31 13:21:19 2015 +0100 chec

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/qa vcl/source

2015-09-01 Thread Caolán McNamara
vcl/qa/cppunit/graphicfilter/data/wmf/fail/hang-4.wmf |binary vcl/source/filter/wmf/winwmf.cxx |2 +- 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 03d15f2728be8d0e0e226dacdaf0bee8340b0ecd Author: Caolán McNamara Date: Mon Aug 31 15:06:27 2015 +0

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source

2015-09-01 Thread Maxim Monastirsky
sd/source/ui/slidesorter/controller/SlsSlotManager.cxx |3 ++- sd/source/ui/table/tablefunction.cxx |4 ++-- sd/source/ui/view/ViewShellImplementation.cxx |4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) New commits: commit 2575e441d860abd0b49e45931

[Libreoffice-commits] core.git: 19 commits - filter/source include/vcl svtools/source sw/qa vcl/inc vcl/Library_vcl.mk vcl/opengl vcl/Package_opengl.mk vcl/qa vcl/source vcl/unx

2015-09-01 Thread Marco Cecchetti
filter/source/flash/swfexporter.cxx | 14 +- filter/source/flash/swfexporter.hxx |7 - filter/source/flash/swfwriter.hxx|3 filter/source/flash/swfwriter1.cxx |2 filter/source/svg/svgexport.cxx | 10 - filter/source/svg/svgwri

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/win

2015-09-01 Thread Miklos Vajna
vcl/win/source/gdi/winlayout.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7abc8172faa888ce8da22ddd0e4b33a60f23de75 Author: Miklos Vajna Date: Tue Sep 1 16:09:38 2015 +0200 tdf#93838 windows opengl: fix vertical text position in UniscribeLayout

[Libreoffice-commits] core.git: Changes to 'private/mcecchetti/bitmapcrc64'

2015-09-01 Thread Marco Cecchetti
New branch 'private/mcecchetti/bitmapcrc64' available with the following commits: commit c1edd8dcfc72def65da54527fb30bbe5e59b8f98 Author: Marco Cecchetti Date: Tue Sep 1 14:12:32 2015 +0200 Removed the crc table from the check-sum header Now can be accessed through the vcl_get_crc

[Libreoffice-commits] core.git: Branch 'private/mcecchetti/bitmapcrc64' - 0 commits -

2015-09-01 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: 2 commits - loleaflet/build loleaflet/debug loleaflet/src

2015-09-01 Thread Mihai Varga
loleaflet/build/deps.js |1 loleaflet/debug/document/document_simple_example.html | 21 - loleaflet/src/control/Buttons.js |4 loleaflet/src/control/Control.Search.js |2 loleaflet/src/control/Parts.js

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

2015-09-01 Thread Eike Rathke
sc/source/core/tool/compiler.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7cc4cdc5ef6dff279e072af725c2d7fc1e5da0e8 Author: Eike Rathke Date: Tue Sep 1 16:52:53 2015 +0200 TableRef: anywhere in ScDBData area, geez.. ... bStartOnly is not the

Re: Problem in Bug 93240

2015-09-01 Thread Michael Stahl
On 01.09.2015 15:34, Shreyansh Gandhi wrote: > I just came across > this: > http://stackoverflow.com/questions/24221955/creating-a-unique-ptr-from-a-pointer > . > Will it be safe to use this method to push_back into m_Selectors? yes, if it was pushing to a boost::ptr_container before (and we can

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/inc vcl/opengl vcl/source vcl/win

2015-09-01 Thread Michael Meeks
vcl/inc/openglgdiimpl.hxx |2 ++ vcl/inc/salgdiimpl.hxx |2 ++ vcl/opengl/gdiimpl.cxx | 13 + vcl/source/opengl/OpenGLContext.cxx |3 +++ vcl/win/source/gdi/salgdi.cxx |2 ++ vcl/win/source/gdi/salvd.cxx|2 +- 6 fi

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source

2015-09-01 Thread Caolán McNamara
sd/source/ui/func/futext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit dae95dbb12c84d99819cd3accacf7d8794bf0b9d Author: Caolán McNamara Date: Tue Sep 1 14:43:17 2015 +0100 sids unsorted since commit 74ef8a4148f7d8fdf0d40481f879cdd1

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

2015-09-01 Thread Miklos Vajna
vcl/win/source/gdi/winlayout.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit b1a918ae8aca9e9a1eaebecef3b82e011b10665f Author: Miklos Vajna Date: Tue Sep 1 16:09:38 2015 +0200 tdf#93838 windows opengl: fix vertical text position in UniscribeLayout

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/source

2015-09-01 Thread Caolán McNamara
svx/source/table/tablecontroller.cxx | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) New commits: commit 305aaf3bc733f38cef872e8f1c0abe6da0c047e8 Author: Caolán McNamara Date: Tue Sep 1 12:45:03 2015 +0100 Related: rhbz#1255200 apparent missing stylesheet

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

2015-09-01 Thread Michael Meeks
vcl/inc/openglgdiimpl.hxx |2 ++ vcl/inc/salgdiimpl.hxx |2 ++ vcl/opengl/gdiimpl.cxx | 13 + vcl/source/opengl/OpenGLContext.cxx |3 +++ vcl/win/source/gdi/salgdi.cxx |2 ++ vcl/win/source/gdi/salvd.cxx|2 +- 6 fi

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - include/vcl vcl/Executable_vcldemo.mk vcl/inc vcl/opengl vcl/source vcl/workben

2015-09-01 Thread Michael Meeks
include/vcl/opengl/OpenGLContext.hxx |2 vcl/Executable_vcldemo.mk|7 ++ vcl/inc/opengl/framebuffer.hxx |2 vcl/inc/opengl/texture.hxx |2 vcl/inc/openglgdiimpl.hxx|4 + vcl/opengl/framebuffer.cxx |2 vcl/source/opengl/O

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

2015-09-01 Thread Julien Nabet
sw/source/ui/chrdlg/numpara.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fba2fee26909ac14f6d153166dc33bc29df4 Author: Julien Nabet Date: Sat Aug 22 15:43:20 2015 +0200 tdf#93351: Edit style button in Schema & Numbering should point to List styles

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

2015-09-01 Thread Caolán McNamara
sd/source/ui/func/futext.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 34ebb26d4c63d73d42d711c9a6e09aae9afae61e Author: Caolán McNamara Date: Tue Sep 1 14:43:17 2015 +0100 sids unsorted since commit 74ef8a4148f7d8fdf0d40481f879cdd1

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

2015-09-01 Thread Michael Meeks
vcl/source/opengl/OpenGLHelper.cxx |1 + vcl/source/window/paint.cxx|8 2 files changed, 9 insertions(+) New commits: commit 06c595d788a0120834e53c978cc66b39887bfd99 Author: Michael Meeks Date: Sat Aug 29 20:54:21 2015 +0100 Extended GL painting debug tracing.

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

2015-09-01 Thread Markus Mohrhard
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c1e066fda260d9ae8edfe789ce531a894d1ef134 Author: Markus Mohrhard Date: Tue Sep 1 04:51:42 2015 +0200 fix enable-mpl-subset with --with-system-poppler Change-Id: I2828d662769f95241ee5760bb657

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

2015-09-01 Thread Maxim Monastirsky
sw/source/ui/config/optpage.cxx | 34 ++ 1 file changed, 34 insertions(+) New commits: commit 97acd294518e9c91d8b103d6700768b7ca7e5bbf Author: Maxim Monastirsky Date: Tue Sep 1 15:54:45 2015 +0300 Make saving the default fonts work again This rev

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

2015-09-01 Thread Eike Rathke
formula/source/core/api/FormulaCompiler.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit f565867dfdc3a320e25522122f58491ebcbd0fb5 Author: Eike Rathke Date: Tue Sep 1 15:39:41 2015 +0200 TableRef: activate structured references export to OOXML

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - icon-themes/sifr

2015-09-01 Thread Yousuf Philips
icon-themes/sifr/cmd/sc_linearrowsquare.png |binary icon-themes/sifr/links.txt | 11 +++ 2 files changed, 11 insertions(+) New commits: commit bb2742902580265da7b4ec5923105124a6784964 Author: Yousuf Philips Date: Sun Aug 30 11:05:58 2015 +0400 SIFR: Fix insert

Re: Problem in Bug 93240

2015-09-01 Thread Shreyansh Gandhi
Hi Michael, I just came across this: http://stackoverflow.com/questions/24221955/creating-a-unique-ptr-from-a-pointer . Will it be safe to use this method to push_back into m_Selectors? -Shreyansh On Tue, Sep 1, 2015 at 6:16 PM Michael Stahl wrote: > On 01.09.2015 06:45, Shreyansh Gandhi wrote

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

2015-09-01 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e52845efc27fc73975ae35f3a250cdb245193c62 Author: Jan Holesovsky Date: Tue Sep 1 14:46:32 2015 +0200 windows opengl: Call InitGLEWDebugging() after we have the context.

Re: [PATCH]

2015-09-01 Thread Caolán McNamara
On Tue, 2015-08-25 at 06:38 -0700, Olivier R. wrote: > Hi *, > > Here is a patch to update the French spelling dictionary. > For 5.0 and master. > > 0001-Update-French-spelling-dictionary-v5.patch > h-spelling-dictionary-v5.p

[Libreoffice-commits] dictionaries.git: fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/package-description.txt fr_FR/README_fr.txt

2015-09-01 Thread Olivier R
fr_FR/README_fr.txt |2 fr_FR/description.xml |2 fr_FR/fr.aff | 3840 +++ fr_FR/fr.dic | 6839 ++ fr_FR/package-description.txt |2 5 files changed, 5645 insertions(+), 5

[Libreoffice-commits] core.git: dictionaries

2015-09-01 Thread Olivier R
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 00bf7b7eee33b4a24e69c381a92459399a690f87 Author: Olivier R Date: Tue Aug 25 15:27:00 2015 +0200 Updated core Project: dictionaries e34d023f8c69599f2bca233396a2a0fab55a7e8f Update French

[Libreoffice-commits] core.git: 5 commits - configmgr/Library_configmgr.mk configmgr/source instsetoo_native/CustomTarget_setup.mk scp2/source

2015-09-01 Thread Stephan Bergmann
configmgr/Library_configmgr.mk |2 configmgr/source/components.cxx| 63 +- configmgr/source/components.hxx|5 configmgr/source/dconf.cxx | 968 + configmgr/source/dconf.hxx | 25 configmgr/source/readdc

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

2015-09-01 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit aefb3d973c8248b8c60149850f0835e4a8abd85d Author: Jan Holesovsky Date: Tue Sep 1 14:46:32 2015 +0200 windows opengl: Call InitGLEWDebugging() after we have the context.

Re: Problem in Bug 93240

2015-09-01 Thread Michael Stahl
On 01.09.2015 06:45, Shreyansh Gandhi wrote: > Hi, > > I have been working on a patch for EasyHack 93240 > and I have > run into a problem. > All the changes I'll describe are in the sw/source/filter/html directory. > > *svxcss1.hxx , s

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/opengl

2015-09-01 Thread Jan Holesovsky
vcl/opengl/win/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9d747c428fe56211b7c87e87632ad47289914f5f Author: Jan Holesovsky Date: Tue Sep 1 12:15:10 2015 +0200 windows opengl: Don't paint cached widgets upside down. Change-Id: Idf1e

[Libreoffice-commits] core.git: Changes to 'private/mcecchetti/bitmapcrc64'

2015-09-01 Thread Marco Cecchetti
New branch 'private/mcecchetti/bitmapcrc64' available with the following commits: commit b43996dd196b89b9c05d8a3faa6881f3e4412b3b Author: Marco Cecchetti Date: Tue Sep 1 14:12:32 2015 +0200 Removed the crc table from the check-sum header Now can be accessed through the vcl_get_crc

[Libreoffice-commits] core.git: Branch 'private/mcecchetti/bitmapcrc64' - 0 commits -

2015-09-01 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2015-09-01 Thread Tor Lillqvist
sw/source/filter/html/htmlplug.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 00b0ce6756184acbdf1a459e4a602534d7e1f05d Author: Tor Lillqvist Date: Tue Sep 1 14:49:37 2015 +0300 WaE: loplugin:staticmethods in the non-Java case Change-Id: Ibebe470d0d0c00bfca

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

2015-09-01 Thread Caolán McNamara
svx/source/table/tablecontroller.cxx | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) New commits: commit dcb0738b631c61999364bd8500f401f93bbfb84e Author: Caolán McNamara Date: Tue Sep 1 12:45:03 2015 +0100 Related: rhbz#1255200 apparent missing stylesheet

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

2015-09-01 Thread Tor Lillqvist
cui/source/options/optjava.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 8002f0ddc805251e6f0f550bf8526aab8603c5df Author: Tor Lillqvist Date: Tue Sep 1 14:30:51 2015 +0300 WaE: loplugin:staticmethods in the non-Java case Change-Id: I1fe771f01edb0ce14

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

2015-09-01 Thread Caolán McNamara
sfx2/uiconfig/ui/templatedlg.ui | 653 +--- 1 file changed, 346 insertions(+), 307 deletions(-) New commits: commit c33062fc07ac20b1ac28bd000fd3c57016d72e34 Author: Caolán McNamara Date: Tue Sep 1 11:59:32 2015 +0100 Resolves: rhbz#1256843 no obvious

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

2015-09-01 Thread Maxim Monastirsky
sfx2/qa/python/check_sidebar.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f4e9e76aa63c93372a60f4c55692c6aedbf044cd Author: Maxim Monastirsky Date: Tue Sep 1 14:03:20 2015 +0300 PythonTest_sfx2_python: StylesPropertyPanel is the first panel now

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

2015-09-01 Thread Justin Luth
svl/source/undo/undo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 220ec3b1a9b2583ea23e32a406d5f0821e04c99c Author: Justin Luth Date: Tue Sep 1 12:29:10 2015 +0200 sw: include limits.h to fix build on Ubuntu 12.04 Change-Id: I37d4d4a933cfd1df8dc

Re: [LIbreOffice][SDK] Help needed for a wrapper library written over LibreOffice SDK

2015-09-01 Thread Anurag Ghosh
Hello Eike, > You can use XText::setString() to set an empty string, which effectively > clears any content, but just only the content. The XText interface is > exported by the Cell service. Thank you! This works well. The class reference did not list this as member hence I never saw this. api.l

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

2015-09-01 Thread Jan Holesovsky
vcl/opengl/win/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d2a42d67727b6953ea27ff53a0adc0a012f85460 Author: Jan Holesovsky Date: Tue Sep 1 12:15:10 2015 +0200 windows opengl: Don't paint cached widgets upside down. diff --git a/vcl/opengl/

[Libreoffice-commits] core.git: Branch 'feature/fixes8' - sw/source

2015-09-01 Thread Miklos Vajna
sw/source/core/view/viewsh.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit f28a4cd68b221ffbf18c916aea4aad177a29d73d Author: Miklos Vajna Date: Tue Sep 1 11:41:39 2015 +0200 SwViewShell::ImplEndAction: still paint directly when non-double-buffering

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

2015-09-01 Thread Juergen Funk
editeng/source/editeng/eerdll.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d9305ae68bf3707242a96fb1b697c36d6eaf91c4 Author: Juergen Funk Date: Tue Sep 1 11:03:46 2015 +0200 tdf#93052 - When save, generate unused list-styles in context.xml First

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

2015-09-01 Thread Miklos Vajna
sw/source/core/view/viewsh.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit af11abf3626e12d2b4b7dd9d255c6c71bf84cd4b Author: Miklos Vajna Date: Tue Sep 1 11:41:39 2015 +0200 SwViewShell::ImplEndAction: still paint directly when non-double-buffering

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - oox/source

2015-09-01 Thread Caolán McNamara
oox/source/ppt/slidefragmenthandler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 414230d695780e5813a87ca21b17ece081950530 Author: Caolán McNamara Date: Tue Sep 1 09:39:58 2015 +0100 Resolves: tdf#91060 don't crash on loading certain pptx Chang

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

2015-09-01 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |4 1 file changed, 4 insertions(+) New commits: commit 3fac8cf4f90ce9dca9c7c098a651ee42fe931d2f Author: Caolán McNamara Date: Tue Sep 1 10:39:04 2015 +0100 add sfxlo-TemplateLocalView to glade catalog Change-Id: Ia73125ba2

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

2015-09-01 Thread Stephan Bergmann
configmgr/source/readdconflayer.cxx | 131 ++-- 1 file changed, 68 insertions(+), 63 deletions(-) New commits: commit df7fbad54467c9635fc441571a0b52826d60 Author: Stephan Bergmann Date: Tue Sep 1 11:32:50 2015 +0200 readdconflayer: avoid deref of null

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/README.vars vcl/win

2015-09-01 Thread Tor Lillqvist
vcl/README.vars |2 +- vcl/win/source/gdi/winlayout.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 4c94294232f87fbaa588f67de792a32f49a1cb23 Author: Tor Lillqvist Date: Tue Aug 25 11:52:20 2015 +0300 Turn on glyph caching by default

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - filter/qa filter/source

2015-09-01 Thread Caolán McNamara
filter/qa/cppunit/data/pict/fail/hang-1.pct |binary filter/source/graphicfilter/ipict/ipict.cxx | 10 ++ 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 508125f9e77c0ef2c5a49a1a4cd08d60ad63492c Author: Caolán McNamara Date: Mon Aug 31 09:55:37 2015 +0100 c

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/qa sd/source

2015-09-01 Thread Caolán McNamara
sd/qa/unit/data/ppt/pass/hang-21.ppt |binary sd/source/filter/ppt/propread.cxx|8 2 files changed, 8 insertions(+) New commits: commit 2ab9d3eac916468c303f8bf9b919805418f813c1 Author: Caolán McNamara Date: Sat Aug 29 20:26:27 2015 +0100 check stream status Chan

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e1/76c5d0a875d10cc9d16538ee5bd087868936ad

2015-09-01 Thread Caolán McNamara
e1/76c5d0a875d10cc9d16538ee5bd087868936ad |1 + 1 file changed, 1 insertion(+) New commits: commit 103f807b0b75bcd97126b2b487416d9514cb1b4e Author: Caolán McNamara Date: Tue Sep 1 09:48:59 2015 +0100 Notes added by 'git notes add' diff --git a/e1/76c5d0a875d10cc9d16538ee5bd087868936

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ec/5684733172379e30fd96a88ff249e64ca60c56

2015-09-01 Thread Caolán McNamara
ec/5684733172379e30fd96a88ff249e64ca60c56 |1 + 1 file changed, 1 insertion(+) New commits: commit a9e02038df31a2b24756e7786b3d959313895d93 Author: Caolán McNamara Date: Tue Sep 1 09:49:15 2015 +0100 Notes added by 'git notes add' diff --git a/ec/5684733172379e30fd96a88ff249e64ca60c

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 80/2a2d561dd3f0494a6bf3257e47049097462235 92/c4e2f23a2aacee7d14d7219d188169449f16fa

2015-09-01 Thread Caolán McNamara
80/2a2d561dd3f0494a6bf3257e47049097462235 |1 + 92/c4e2f23a2aacee7d14d7219d188169449f16fa |1 + 2 files changed, 2 insertions(+) New commits: commit d33b08f6890db19dbe2d75b0b962fbd6521918fc Author: Caolán McNamara Date: Tue Sep 1 09:48:47 2015 +0100 Notes added by 'git notes add'

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 4c/4aa185f344bc3037edc42a80ab795fbdbd3dbc d2/1473e4a17b02d438b816bce689e327c27594fe

2015-09-01 Thread Caolán McNamara
4c/4aa185f344bc3037edc42a80ab795fbdbd3dbc |1 + d2/1473e4a17b02d438b816bce689e327c27594fe |1 + 2 files changed, 2 insertions(+) New commits: commit 6db937c6889f47d52a10561335a9894135850b6c Author: Caolán McNamara Date: Tue Sep 1 09:48:18 2015 +0100 Notes added by 'git notes add'

Re: graphite 1.3.1 released

2015-09-01 Thread Miklos Vajna
Hi, On Tue, Sep 01, 2015 at 10:50:25AM +0700, Martin Hosken wrote: > Sorry. Yes: > http://sourceforge.net/projects/silgraphite/files/graphite2/graphite2-1.3.1.tgz/download OK, done: sha1sum graphite2-1.3.1.tgz gives e1d4b129b1fea1a44428da59f200c6a07dc5aad2 graphite2-1.3.1.tgz Regards, Mikl

[Libreoffice-commits] core.git: 5 commits - basic/source filter/source include/filter o3tl/qa oox/source

2015-09-01 Thread Caolán McNamara
basic/source/classes/image.cxx | 12 ++- filter/source/msfilter/dffrecordheader.cxx |4 - filter/source/msfilter/msdffimp.cxx | 108 +++- filter/source/msfilter/svdfppt.cxx | 24 +++--- include/filter/msfilter/dffrecordheader.hxx |

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-4' - cs_CZ/description.xml cs_CZ/dictionaries.xcu cs_CZ/README_cs.txt cs_CZ/README_en.txt cs_CZ/th_cs_CZ_v3.dat Dictionary_cs.mk

2015-09-01 Thread Christian Lohmaier
Dictionary_cs.mk |4 cs_CZ/README_cs.txt| 10 cs_CZ/README_en.txt| 10 cs_CZ/description.xml |4 cs_CZ/dictionaries.xcu | 11 cs_CZ/th_cs_CZ_v3.dat |62748 - 6 files changed, 2 insertions(+), 62785 deletions(-) New

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dictionaries

2015-09-01 Thread Christian Lohmaier
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4d1e2f8abc37469e9943a24644afccd4f0b88375 Author: Christian Lohmaier Date: Tue Sep 1 09:48:07 2015 +0200 Updated core Project: dictionaries 06d37dfe0859754136cdf5dda1307684b087839d tdf#9

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - dictionaries

2015-09-01 Thread Christian Lohmaier
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 713725c1d7b1babea9bedfd7bcb7033eea9a430b Author: Christian Lohmaier Date: Tue Sep 1 09:48:07 2015 +0200 Updated core Project: dictionaries 71f54e95a0b443c673f924c71e23d04b540cc441 tdf#9

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-5-0' - cs_CZ/description.xml cs_CZ/dictionaries.xcu cs_CZ/README_cs.txt cs_CZ/README_en.txt cs_CZ/th_cs_CZ_v3.dat Dictionary_cs.mk

2015-09-01 Thread Christian Lohmaier
Dictionary_cs.mk |4 cs_CZ/README_cs.txt| 10 cs_CZ/README_en.txt| 10 cs_CZ/description.xml |4 cs_CZ/dictionaries.xcu | 11 cs_CZ/th_cs_CZ_v3.dat |62748 - 6 files changed, 2 insertions(+), 62785 deletions(-) New

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

2015-09-01 Thread Miklos Vajna
sfx2/qa/python/check_sidebar.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 31657493553b8b9bc6db06ee0df3c0e585eeec1b Author: Miklos Vajna Date: Tue Sep 1 10:33:04 2015 +0200 Fix PythonTest_sfx2_python Adapt to 1ba1a21aa6b77ef8d3d59b3658dfd2a

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/uiconfig

2015-09-01 Thread Yousuf Philips
sw/uiconfig/swriter/menubar/menubar.xml |3 +++ 1 file changed, 3 insertions(+) New commits: commit 9e1f02096297725761552074123eb3cecab49e83 Author: Yousuf Philips Date: Tue Sep 1 11:48:38 2015 +0400 tdf#93713 Add 'Unprotect Cells' to Table menu Change-Id: Iad667e78c812d794f9

[Libreoffice-commits] core.git: dictionaries

2015-09-01 Thread Christian Lohmaier
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 608c925a1b148826ed0e1f09480911f606f8dc71 Author: Christian Lohmaier Date: Tue Sep 1 09:48:07 2015 +0200 Updated core Project: dictionaries 03a4a7b13f28c2c8df08cf6d5049fde97d6b4244 tdf#9

[Libreoffice-commits] dictionaries.git: cs_CZ/description.xml cs_CZ/dictionaries.xcu cs_CZ/README_cs.txt cs_CZ/README_en.txt cs_CZ/th_cs_CZ_v3.dat Dictionary_cs.mk

2015-09-01 Thread Christian Lohmaier
Dictionary_cs.mk |4 cs_CZ/README_cs.txt| 10 cs_CZ/README_en.txt| 10 cs_CZ/description.xml |4 cs_CZ/dictionaries.xcu | 11 cs_CZ/th_cs_CZ_v3.dat |62748 - 6 files changed, 2 insertions(+), 62785 deletions(-) New

Re: How to make Jenkins revisit my patch?

2015-09-01 Thread Christian Lohmaier
Hi Regina, On Mon, Aug 31, 2015 at 11:39 PM, Regina Henschel wrote: > Christian Lohmaier schrieb: >> On Mon, Aug 31, 2015 at 11:00 PM, Regina Henschel >> wrote: >>[...] >>> I have already >>> made "git pull -r" and build again. Next step? >> >> To rebase manually, just resubmit again. > > So si

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/uiconfig

2015-09-01 Thread Yousuf Philips
svx/uiconfig/ui/sidebarstylespanel.ui |1 - 1 file changed, 1 deletion(-) New commits: commit 6681627f700b058ec700b968ec222306962554ae Author: Yousuf Philips Date: Tue Sep 1 11:37:09 2015 +0400 tdf#73071 Fix minor spacing issue in style section Change-Id: Ied562af293a4e970b99

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

2015-09-01 Thread Miklos Vajna
vcl/source/opengl/OpenGLContext.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 9a267b265a800c9abcd54eefc0f69ba1f98ac25a Author: Miklos Vajna Date: Tue Sep 1 09:39:29 2015 +0200 Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rend

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - wizards/com

2015-09-01 Thread Julien Nabet
wizards/com/sun/star/wizards/db/RecordParser.java |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit f46d8fd4862bd1a2872f02f132c2267d08a1526c Author: Julien Nabet Date: Tue Sep 1 07:27:05 2015 +0200 tdf#91022: Incorrect Dates in Report created with legacy r

  1   2   >