[Bug 90341] Easy Hack: Clean up excessive const_cast'ing

2015-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90341 Stephan Bergmann changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

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

2015-03-29 Thread Tor Lillqvist
vcl/quartz/salgdicommon.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 17309d29794951cd07376a1bfcc547b418a28241 Author: Tor Lillqvist Date: Mon Mar 30 01:38:34 2015 +0300 Don't crash if no screens available (no access to the window system) Fixes

[Bug 90341] New: Easy Hack: Clean up excessive const_cast'ing

2015-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90341 Bug ID: 90341 Summary: Easy Hack: Clean up excessive const_cast'ing Product: LibreOffice Version: unspecified Hardware: All OS: All Status: UNCONFIRMED

Re: How many degrees of headlessness do we need?

2015-03-29 Thread Tor Lillqvist
> I our company, on Windows machines, it is used regularly to convert file > formats (xls to odf/pdf) without user interaction, without any signs of > being broken. > Yeah, which is why I said "to some degree". It's not the situations and combinations that work that are interesting, but those that

LibreOffice Gerrit News for core on 2015-03-30

2015-03-29 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Breeze: Border style change in https://gerrit.libreoffice.org/15057 from Andreas Kainz about module icon-themes + Parallelized update precompiled headers. in

[Bug 90336] Make it visible in "Options - LibreOffice - OpenCL" whether OpenCL will be used, and which implementation

2015-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90336 --- Comment #2 from Tor Lillqvist --- Ideally we shouldn't have the white and black lists visible in the UI at all. I don't have any expectation that actual end-users will ever understand what they mean, or edit them. (This is my personal

RE: How many degrees of headlessness do we need?

2015-03-29 Thread Winfried Donkers
Hi tml, >On Linux (and other X11-using Unixes), --headless is tightly coupled to the >'vclplug' concept, as there used to be a 'headless' (actually called 'svp') >vclplug that was used (instead of a "generic" X11, GTK or KDE one) in headless >mode. Nowadays the 'svp' code is not technically a v

[Libreoffice-commits] core.git: 37 commits - bin/gbuild-to-ide offapi/com offapi/UnoApi_offapi.mk sc/CppunitTest_sc_new_cond_format_api.mk sc/inc sc/Library_sc.mk sc/Module_sc.mk sc/qa sc/source

2015-03-29 Thread Markus Mohrhard
bin/gbuild-to-ide |1 offapi/UnoApi_offapi.mk | 16 offapi/com/sun/star/sheet/ConditionEntryType.idl |8 offapi/com/sun/star/sheet/ConditionFormatEntry.idl|9 offapi/com/sun/star/sheet/ConditionFormatOpera

[Bug 90336] Make it visible in "Options - LibreOffice - OpenCL" whether OpenCL will be used, and which implementation

2015-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90336 Markus Mohrhard changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-commits] core.git: Branch 'private/moggi/conditional-format-api-rebased' - 36 commits - bin/gbuild-to-ide offapi/com sc/CppunitTest_sc_new_cond_format_api.mk sc/inc sc/Library_sc.mk sc/Mo

2015-03-29 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit 64c251f99ba633c96c1e3410e69dfcdcbf44a267 Author: Markus Mohrhard Date: Mon Mar 30 02:03:14 2015 +0200 let all cond format objects inherit from XConditionEntry Change-Id: I60f156b4a64cc70bd1d19f4bb29c79cc8cff3e94 diff --git a/sc/sou

[Libreoffice-commits] core.git: Changes to 'private/moggi/conditional-format-api-rebased'

2015-03-29 Thread Markus Mohrhard
New branch 'private/moggi/conditional-format-api-rebased' available with the following commits: commit 36232ea23543635d4bb24750cbd36ad88e4e710c Author: Markus Mohrhard Date: Mon Mar 30 02:03:14 2015 +0200 let all cond format objects inherit from XConditionEntry Change-Id: I60f156b

[Libreoffice-commits] core.git: Branch 'private/moggi/conditional-format-api' - 4 commits - offapi/com sc/inc sc/source

2015-03-29 Thread Markus Mohrhard
offapi/com/sun/star/sheet/ConditionEntryType.idl |8 sc/inc/colorscale.hxx|2 sc/source/core/data/colorscale.cxx |8 sc/source/ui/inc/condformatuno.hxx | 58 ++ sc/source/ui/unoobj/condformatuno.cxx| 196

Re: How many degrees of headlessness do we need?

2015-03-29 Thread Tor Lillqvist
> Also, I will probably get rid of the ConsoleOnly thing, and instead call > EnableHeadlessMode() in gengal and test IsHeadlessModeEnabled in SVMain(). > (This will affect only OS X, as it is only on OS X that ImplSVMainHook() > can return true.) > On the other hand, it *is* documented in svapp.hx

[Libreoffice-commits] core.git: Branch 'private/moggi/conditional-format-api' - 11 commits - offapi/com sc/qa sc/source

2015-03-29 Thread Markus Mohrhard
offapi/com/sun/star/sheet/IconSetFormatEntry.idl | 13 sc/qa/extras/new_cond_format.cxx | 112 + sc/qa/extras/testdocuments/new_cond_format_api.ods |binary sc/source/ui/inc/condformatuno.hxx | 68 +++ sc/source/ui/unoobj/condformatuno.cxx

Re: How many degrees of headlessness do we need?

2015-03-29 Thread Tor Lillqvist
> I've googled a bit on libreoffice headless and invisible options usage on > forums in the context of document conversion. Found just once occurence of > invisible used alone at stack overflow, most of the time it's headless > alone or headless and invisible together. So i'd just make it an alias

[Libreoffice-commits] core.git: 3 commits - bin/benchmark-document-loading bin/convwatch.py desktop/source odk/examples sysui/desktop unotest/source

2015-03-29 Thread Tor Lillqvist
bin/benchmark-document-loading|2 +- bin/convwatch.py |2 +- desktop/source/app/cmdlineargs.cxx|3 +-- desktop/source/app/cmdlineargs.hxx|1 - odk/ex

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

2015-03-29 Thread Stephan Bergmann
shell/source/backends/localebe/localebackend.cxx |6 +++--- shell/source/backends/macbe/macbackend.mm| 16 2 files changed, 11 insertions(+), 11 deletions(-) New commits: commit 9e53fbd9a67bbfc35aa6b96dc034df9f6ecf5643 Author: Stephan Bergmann Date: Sun Mar 29 21

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

2015-03-29 Thread Tor Lillqvist
sal/osl/unx/file_url.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit da1d01a432e160031abbf445b4efe879a664bbfa Author: Tor Lillqvist Date: Sun Mar 29 10:12:37 2015 +0300 Minor simplification Change-Id: Idcf9158d0446107ec783fd8691078791d7b25e

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

2015-03-29 Thread Stephan Bergmann
connectivity/source/drivers/macab/MacabAddressBook.cxx |2 connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx |2 connectivity/source/drivers/macab/MacabDriver.cxx|2 connectivity/source/drivers/macab/MacabGroup.cxx |6 - connectivity/sour

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

2015-03-29 Thread Stephan Bergmann
avmedia/source/macavf/player.mm |2 +- avmedia/source/quicktime/framegrabber.mm |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 1fca9d18937d41c411cb165f2ce5ecf82619ea02 Author: Stephan Bergmann Date: Sun Mar 29 20:55:40 2015 +0200 loplugin:csty

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

2015-03-29 Thread Julien Nabet
connectivity/source/commontools/propertyids.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 79fb95b857d986f40ec0b8acacf7f35c6a96ff84 Author: Julien Nabet Date: Sun Mar 29 20:36:27 2015 +0200 cppcheck: redundantAssignInSwitch Change-Id: I78fdbcde76

[Libreoffice-commits] core.git: config_host/config_liblangtag.h.in i18nlangtag/source

2015-03-29 Thread Stephan Bergmann
config_host/config_liblangtag.h.in |2 +- i18nlangtag/source/languagetag/languagetag.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit d6567a7d27ede35b649c1f50d35a9570635f177a Author: Stephan Bergmann Date: Sun Mar 29 20:36:55 2015 +0200 l

[Libreoffice-commits] core.git: 2 commits - vcl/osx vcl/qa vcl/quartz vcl/source

2015-03-29 Thread Stephan Bergmann
vcl/osx/salframe.cxx |4 ++-- vcl/qa/cppunit/BitmapTest.cxx |5 + vcl/quartz/CTRunData.cxx | 12 ++-- vcl/quartz/ctfonts.cxx| 26 +- vcl/quartz/ctlayout.cxx | 14 +++--- vcl/quartz/salgdicommon.cxx |2 +- v

[Libreoffice-commits] core.git: config_host/config_liblangtag.h.in configure.ac i18nlangtag/source

2015-03-29 Thread David Tardon
config_host/config_liblangtag.h.in |6 ++ configure.ac |5 + i18nlangtag/source/languagetag/languagetag.cxx |6 +++--- 3 files changed, 14 insertions(+), 3 deletions(-) New commits: commit c75a575752dd53d4333dd8b937de774a85d00806 A

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/cmd/lc_closepreview.png |binary icon-themes/breeze/cmd/lc_insertrows.png|binary icon-themes/breeze/cmd/lc_linespacing.png |binary icon-themes/breeze/cmd/sc_alignframemenu.png|binary icon-t

Matthew Nicholls license statement

2015-03-29 Thread Matthew Nicholls
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Matthew. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: icon-themes/galaxy

2015-03-29 Thread andreas_k
icon-themes/galaxy/links.txt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 32b40fc6412220a07094f19313f76f6f70f7d4b3 Author: andreas_k Date: Sun Mar 29 16:42:09 2015 +0200 Galaxy: wront icon name in links.txt sc_sc_ Change-Id: I60e51eef75bd999d90

[Libreoffice-commits] core.git: 2 commits - icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/cmd/lc_decrementindent.png |binary icon-themes/breeze/cmd/lc_decrementlevel.png |binary icon-themes/breeze/cmd/lc_decrementsublevels.png |binary icon-themes/breeze/cmd/lc_paraspacedecrease.png|binary icon-themes/breeze/cmd/sc_decrementindent.

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/sfx2/res/128x128_calc_doc-p.png|binary icon-themes/breeze/sfx2/res/128x128_draw_doc-p.png|binary icon-themes/breeze/sfx2/res/128x128_impress_doc-p.png |binary icon-themes/breeze/sfx2/res/128x128_math_doc-p.png|binary icon-themes/breeze/sfx2/res/128x128_writer_doc

[Libreoffice-commits] core.git: 2 commits - avmedia/source basebmp/source basic/source compilerplugins/clang connectivity/source cpputools/source extensions/source include/basebmp include/cppu include

2015-03-29 Thread Stephan Bergmann
avmedia/source/vlc/wrapper/SymbolLoader.hxx |4 ++-- basebmp/source/bitmapdevice.cxx |2 +- basic/source/comp/codegen.cxx|8 compilerplugins/clang/cstylecast.cxx |4 connectivity/source/drivers/evoa

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

2015-03-29 Thread Stephan Bergmann
bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx |4 ++-- bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx |6 +++--- bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx|4 ++-- bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx |

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/sc/res/icon-set-grayarrows-down.png |binary icon-themes/breeze/sc/res/icon-set-grayarrows-same.png |binary icon-themes/breeze/sc/res/icon-set-grayarrows-slightly-down.png |binary icon-themes/breeze/sc/res/icon-set-grayarrows-slightly-up.png |binary icon-t

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/sc/res/icon-set-bars-empty.png|binary icon-themes/breeze/sc/res/icon-set-bars-full.png |binary icon-themes/breeze/sc/res/icon-set-bars-half.png |binary icon-themes/breeze/sc/res/icon-set-bars-one-quarter.png |binary ic

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/res/sc0.png |binary icon-themes/breeze/sfx2/res/styfam1.png |binary icon-themes/breeze/sfx2/res/styfam2.png |binary icon-themes/breeze/sfx2/res/styfam4.png |binary icon-themes/breeze/sw/imglst/sf01.png |binary icon-themes/breeze/sw/imglst/sf02.png |binary icon

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

2015-03-29 Thread Stephan Bergmann
sal/osl/unx/osxlocale.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 59722bbb7c9eda0b8e23340eda2ce3029b627542 Author: Stephan Bergmann Date: Sun Mar 29 14:27:21 2015 +0200 loplugin:cstylecast Change-Id: Iec37e09d0da181f6af268fa0c8c43a2e1fef

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
dev/null |binary icon-themes/breeze/sc/res/sidebar/CellBorder.png |binary icon-themes/breeze/sc/res/sidebar/CellBorderLineStyle_005.png |binary icon-themes/breeze/sc/res/sidebar/

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

2015-03-29 Thread Miklos Vajna
writerfilter/source/rtftok/rtfcontrolwords.cxx| 90 +- writerfilter/source/rtftok/rtfcontrolwords.hxx| 276 writerfilter/source/rtftok/rtfdocumentimpl.cxx| 716 +++--- writerfilter/source/rtftok/rtfdocumentimpl.hxx|6 writerfilter/source/rtftok/rtf

New Defects reported by Coverity Scan for LibreOffice

2015-03-29 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 4 new defect(s) introduced to LibreOffice found with Coverity Scan. 4 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defec

Re: How many degrees of headlessness do we need?

2015-03-29 Thread Riccardo Magliocchetti
Il 29/03/2015 08:21, Tor Lillqvist ha scritto: As far as I see, we have the following command-line options or other ways to avoid display of GUI elements: [snip] - The --invisible switch. Not much used? Exact semantics unknown. What is the intended interaction with existing LibreOffice instance

[Libreoffice-commits] core.git: icon-themes/breeze

2015-03-29 Thread andreas_k
icon-themes/breeze/chart2/selectrange.png |binary icon-themes/breeze/chart2/typearea_16.png |binary icon-themes/breeze/chart2/typebar_16.png|binary icon-themes/breeze/chart2/typebubble_16.png |binary icon-themes/breeze/chart2/typecolumn_16.png |binary icon-themes/b

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

2015-03-29 Thread Tomaž Vajngerl
include/vcl/bitmap.hxx|7 - include/vcl/pngread.hxx | 48 +-- vcl/qa/cppunit/BitmapTest.cxx | 36 vcl/source/gdi/bitmap.cxx | 43 -- vcl/source/gdi/bitmap3.cxx| 179 +- vcl/source/gdi/pngread.cxx|

[Libreoffice-commits] core.git: basic/source compilerplugins/clang forms/source idlc/source include/vcl pyuno/source sot/source stoc/source sw/source xmloff/source

2015-03-29 Thread Stephan Bergmann
basic/source/classes/sbunoobj.cxx |2 +- compilerplugins/clang/cstylecast.cxx|3 --- forms/source/component/DatabaseForm.cxx |4 ++-- idlc/source/astdump.cxx |6 +++--- idlc/source/astenum.cxx |2 +- idlc/source/astinterface.cxx