Re: cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-20 Thread Stephan Bergmann
On 01/19/2015 10:52 PM, julien2412 wrote: However, I'm not sure to understand. I mean, I thought there were mere array (like in C) with fixed size and vector or other dynamic containers. The idea is to allocate only a single block of memory for the fixed-size head of the struct plus the

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - desktop/source include/LibreOfficeKit libreofficekit/qa libreofficekit/source

2015-01-20 Thread Miklos Vajna
desktop/source/lib/init.cxx | 24 include/LibreOfficeKit/LibreOfficeKit.h | 12 ++ include/LibreOfficeKit/LibreOfficeKit.hxx | 12 ++ libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |9 ---

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

2015-01-20 Thread Stephan Bergmann
testtools/source/bridgetest/bridgetest.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit b0ce8ea909cc61710e73ddfa0d03c6fe34aab4cb Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 20 10:22:49 2015 +0100 Some more loplugin:cstylecast:

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

2015-01-20 Thread Stephan Bergmann
sal/osl/unx/socket.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit e7057033beafedb857c45d5b32d9622b0ce545e8 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 20 10:33:54 2015 +0100 Fix for Android gethostbyaddr Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 6 commits - android/experimental desktop/source

2015-01-20 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/AndroidManifest.xml.in |6 +-- android/experimental/LOAndroid3/res/values/ids.xml |4 ++ android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 18

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

2015-01-20 Thread Miklos Vajna
editeng/source/items/frmitems.cxx | 11 +++ include/editeng/shaditem.hxx|1 + sw/source/core/docnode/nodedump.cxx |6 +++--- 3 files changed, 15 insertions(+), 3 deletions(-) New commits: commit 71edf281f38a3ee839a99393cb06316c7231f3d2 Author: Miklos Vajna

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

2015-01-20 Thread Stephan Bergmann
sal/rtl/strtmpl.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a3f3d4d1904fd68ec3f79cc367a995a6b5a31e35 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 20 09:24:37 2015 +0100 Missing const Change-Id:

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

2015-01-20 Thread Stephan Bergmann
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e4fd2972e4e540d5ecc9eeba21c4464aae771c10 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 20 11:24:13 2015 +0100 Some more

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - scaddins/source

2015-01-20 Thread Michael Meeks
scaddins/source/analysis/analysishelper.hxx |4 1 file changed, 4 insertions(+) New commits: commit 113bf75007f915b684bb9b122e0cf27aecd95aed Author: Michael Meeks michael.me...@collabora.com Date: Tue Jan 20 11:25:52 2015 + scaddins: quick fix for conflict on ConvertData.

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

2015-01-20 Thread Stephan Bergmann
xmlhelp/source/cxxhelp/provider/db.cxx |6 +++--- xmlhelp/source/cxxhelp/provider/urlparameter.cxx |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 473c20d86ea0cdd1307bfd5c89f89c3ba2c316a1 Author: Stephan Bergmann sberg...@redhat.com Date: Tue

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

2015-01-20 Thread Chris Sherlock
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 deletions(-) New commits: commit 6cc84edfaf212fd202bc30002869d50f8ca7e53d Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 20 10:51:55 2015 + Revert vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext

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

2015-01-20 Thread Stephan Bergmann
hwpfilter/source/grammar.cxx | 50 ++- 1 file changed, 3 insertions(+), 47 deletions(-) New commits: commit 83853b9c86ee867f743b6b1827c6eb6b3a5c21d5 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 20 10:52:04 2015 +0100 Just use plain

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

2015-01-20 Thread Markus Mohrhard
vcl/source/opengl/OpenGLContext.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 33af00a9ae3136e8aa0fe3183a49681383cd48c7 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Tue Jan 20 12:34:48 2015 +0100 bail out early if there is no

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

2015-01-20 Thread László Németh
sc/source/filter/excel/xetable.cxx |2 +- sc/source/filter/inc/xetable.hxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 352cdc8bf8ee7bbb821d1244df6dc35bcc32f52e Author: László Németh laszlo.nem...@collabora.com Date: Tue Jan 20 12:33:37 2015 +0100

[Libreoffice-commits] core.git: io/source jurt/com

2015-01-20 Thread Noel Grandin
io/source/acceptor/acc_socket.cxx |6 +- io/source/connector/connector.cxx |4 +++- jurt/com/sun/star/lib/connections/socket/socketAcceptor.java |8 jurt/com/sun/star/lib/connections/socket/socketConnector.java |

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

2015-01-20 Thread Chris Sherlock
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit 3d580990643119cccb73f4f15d549863a6660aa6 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 20 21:49:30 2015 +1100 vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext

[Libreoffice-commits] core.git: desktop/source extensions/source filter/source include/comphelper sc/source sw/source vbahelper/source

2015-01-20 Thread Stephan Bergmann
desktop/source/deployment/dp_services.cxx|6 +- desktop/source/deployment/gui/dp_gui_service.cxx |6 ++ extensions/source/resource/resourceservices.cxx |6 ++ filter/source/graphic/Services.cxx |8 +++- filter/source/svg/svgfilter.cxx

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

2015-01-20 Thread Markus Mohrhard
include/vcl/opengl/OpenGLContext.hxx | 11 include/vcl/virdev.hxx |3 -- vcl/opengl/gdiimpl.cxx | 16 vcl/source/app/svdata.cxx|6 vcl/source/app/svmain.cxx|6 vcl/source/opengl/OpenGLContext.cxx

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

2015-01-20 Thread Lionel Elie Mamane
include/sal/log-areas.dox |1 + svtools/source/brwbox/brwbox2.cxx |7 ++- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit c147a110d6d9bc1de0ebf79638751dd360317fc4 Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon Jan 19 11:44:55 2015 +0100 fixup

[Libreoffice-commits] core.git: Branch 'feature/priorities' - include/vcl vcl/source

2015-01-20 Thread Jennifer Liebel
include/vcl/idle.hxx| 23 +-- vcl/source/app/idle.cxx | 29 + 2 files changed, 30 insertions(+), 22 deletions(-) New commits: commit bc637c2096621061d1a5dc37aaebc657f195ac7f Author: Jennifer Liebel jliebe...@gmail.com Date: Tue Jan 20

[SOLVED] Re: cppcheck: arrayIndexOutOfBounds report in stortree.cxx (store module)

2015-01-20 Thread julien2412
Thank you Stephan, I didn't know this. (about the loop, sorry for mystupid confusion! :-)) -- View this message in context: http://nabble.documentfoundation.org/cppcheck-arrayIndexOutOfBounds-report-in-stortree-cxx-store-module-tp4136432p4136757.html Sent from the Dev mailing list archive at

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

2015-01-20 Thread Michael Meeks
scaddins/source/analysis/analysishelper.hxx |4 1 file changed, 4 insertions(+) New commits: commit b398945d08bdab0de5f22b06c91686569942e668 Author: Michael Meeks michael.me...@collabora.com Date: Tue Jan 20 11:25:52 2015 + scaddins: quick fix for conflict on ConvertData.

Solved: 4.4.0.1 build error on libstdc++ on solaris/illumos

2015-01-20 Thread Gabriele Bulfon
Because our default gcc is 4.4.7 on XStreamOS, but I'm building with gcc 4.7, installed as an added option under /usr/gcc/4.7, I had to patch solaris.mk to link there, so here is the patch I'm using. What do you suggest in this case? --- libreoffice-4.4.0.1/solenv/gbuild/platform/solaris.mk

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f1/c5f03d2e6e93739538b0f8afb7a0babaf62dd0

2015-01-20 Thread Caolán McNamara
f1/c5f03d2e6e93739538b0f8afb7a0babaf62dd0 |1 + 1 file changed, 1 insertion(+) New commits: commit eef12440832870076f5c7705004a483b97e9 Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 13:36:42 2015 + Notes added by 'git notes add' diff --git

[Bug 38889] Make macro editing easier

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38889 --- Comment #12 from Amit Chaudhary amitchaudhary1994...@gmail.com --- hi I want to work on this , its my first bug ! can someone please guide me for this? -- You are receiving this mail because: You are on the CC list for the bug.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2c/11fc40e0500da7fc217e1bc1290adfdccab82f

2015-01-20 Thread Caolán McNamara
2c/11fc40e0500da7fc217e1bc1290adfdccab82f |1 + 1 file changed, 1 insertion(+) New commits: commit f545014ce1cd454506caef9b5b0fb57e987c3a5c Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 13:42:19 2015 + Notes added by 'git notes add' diff --git

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

2015-01-20 Thread Trent MacAlpine
sfx2/source/sidebar/SidebarController.cxx | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) New commits: commit 7bb81cd93ad3a8d24cc69bc32ad22a5cbe1ec955 Author: Trent MacAlpine tmac...@gmail.com Date: Sun Jan 18 13:37:20 2015 -0500 fdo#88241 Floating sidebar second

Re: Crash test update

2015-01-20 Thread Caolán McNamara
On Tue, 2015-01-20 at 13:45 +, Crashtest VM wrote: New crashtest update available at http://dev-builds.libreoffice.org/crashtest/251737f0dd186b0f169f5ba237e1e8c28a320e00/ caolanm-erack: the two ods import failures are both dying in the new assert of sc/source/core/tool/compiler.cxx:4163

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

2015-01-20 Thread Juergen Funk
desktop/source/migration/migration.cxx | 33 desktop/source/migration/migration_impl.hxx |3 -- 2 files changed, 1 insertion(+), 35 deletions(-) New commits: commit 282baa9012a4f43931be12fd429d15c081e7bf28 Author: Juergen Funk juergen.funk...@cib.de Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-0' - include/sal svtools/source

2015-01-20 Thread Lionel Elie Mamane
include/sal/log-areas.dox |1 + svtools/source/brwbox/brwbox2.cxx |7 +++ 2 files changed, 8 insertions(+) New commits: commit b8faf6dfdc69d3feb26c9cacc688cdad16e3c714 Author: Lionel Elie Mamane lio...@mamane.lu Date: Fri Jan 16 17:08:07 2015 +0100 fdo#88475

[Libreoffice-commits] core.git: officecfg/registry

2015-01-20 Thread Tsutomu Uchino
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d8915be647a85e6c20763febc28f015e6e11c688 Author: Tsutomu Uchino ha...@apache.org Date: Mon Jan 19 17:12:22 2015 + Resolves: #i116863# remove

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

2015-01-20 Thread László Németh
sc/source/filter/excel/xetable.cxx |2 +- sc/source/filter/inc/xetable.hxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit b81107be0d9c23c9ddf9ff6dbc8a521f92d6c3f3 Author: László Németh laszlo.nem...@collabora.com Date: Tue Jan 20 12:33:37 2015 +0100

[Libreoffice-commits] core.git: external/poppler sdext/source

2015-01-20 Thread Vort
external/poppler/UnpackedTarball_poppler.mk |1 external/poppler/poppler-new-drawchar.patch.1 | 59 ++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |8 -- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |2 4 files changed, 64

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - configure.ac libreofficekit/qa

2015-01-20 Thread Miklos Vajna
configure.ac|2 +- libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit c7aa2d843af770b22d9294800335f390112d8d91 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Jan

Re: Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-01-20 Thread Stephan Bergmann
On 01/16/2015 04:42 PM, Ashod Nakashian wrote: On Fri, Jan 16, 2015 at 9:14 AM, Stephan Bergmann sberg...@redhat.com wrote: What do you mean with what to expect here? As in would a piece of code abort or just log? Of course we can find out what individual macros do, but the code mixes logging

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

2015-01-20 Thread Winfried Donkers
sc/source/core/tool/interpr3.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 104a1e641554be2e789758ae67c0e24620df8035 Author: Winfried Donkers winfrieddonk...@libreoffice.org Date: Mon Jan 19 17:41:52 2015 +0100 fdo#88547 allow inline date-arrays

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

2015-01-20 Thread Trent MacAlpine
sfx2/source/sidebar/SidebarDockingWindow.cxx | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) New commits: commit 915469e5f70b179f4219d8f981802fcc9d5e6959 Author: Trent MacAlpine tmac...@gmail.com Date: Sun Jan 18 01:11:32 2015 -0500 fdo#87217 Inconsistent floating

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

2015-01-20 Thread Caolán McNamara
include/vcl/outdev.hxx|9 +++ sd/qa/unit/data/odp/pass/test-embedded-dejavu.odp |binary vcl/inc/outdev.h |2 vcl/source/filter/graphicfilter.cxx | 28 ++ vcl/source/gdi/embeddedfontshelper.cxx

Crash test update

2015-01-20 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/251737f0dd186b0f169f5ba237e1e8c28a320e00/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-6' - include/sal svtools/source

2015-01-20 Thread Lionel Elie Mamane
include/sal/log-areas.dox |1 + svtools/source/brwbox/brwbox2.cxx |7 +++ 2 files changed, 8 insertions(+) New commits: commit ec9603a1b3ffbdf82875bce7328712a786a8cc8d Author: Lionel Elie Mamane lio...@mamane.lu Date: Fri Jan 16 17:08:07 2015 +0100 fdo#88475

Re: Crash test update

2015-01-20 Thread Caolán McNamara
On Tue, 2015-01-20 at 13:45 +, Crashtest VM wrote: New crashtest update available at http://dev-builds.libreoffice.org/crashtest/251737f0dd186b0f169f5ba237e1e8c28a320e00/ I believe the apparent big jump is down to the assert in vcl/source/outdev/map.cxx:391 i.e. the pile of new sxi and odp

Re: Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-01-20 Thread Ashod Nakashian
On Tue, Jan 20, 2015 at 9:10 AM, Stephan Bergmann sberg...@redhat.com wrote: [...] I know some significant work has already been done in cleaning up assertions. This in no way invalidates them at all. In fact, changing assert to LO_ASSERT is trivial. The effort to convert the OSL_ and DBG_

Re: Solved: 4.4.0.1 build error on libstdc++ on solaris/illumos

2015-01-20 Thread Michael Stahl
On 20.01.2015 13:38, Gabriele Bulfon wrote: Because our default gcc is 4.4.7 on XStreamOS, but I'm building with gcc 4.7, installed as an added option under /usr/gcc/4.7, I had to patch solaris.mk to link there, so here is the patch I'm using. What do you suggest in this case? i find it a

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Michael Stahl
On 20.01.2015 17:49, Gabriele Bulfon wrote: Back here again, going on building :) next error is a Boost error on fastserializer, a lot of errors actually:

Re: Solved: 4.4.0.1 build error on libstdc++ on solaris/illumos

2015-01-20 Thread Gabriele Bulfon
I thought the same. But maybe g++ thinks it's going to run gnu ld, while it's going to run sun ld. Secondly, I surely had to add /usr/gcc/4.7/lib to the link path, but maybe I can avoid specifying -lstdc++, maybe... I'll try and send you feedback :)

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Gabriele Bulfon
Our boost is 1.49.0, I would rather let it use system one, instead of having another one around. What is the minimum required? Gabriele. -- Da: Michael Stahl A: libreoffice@lists.freedesktop.org Data: 20 gennaio 2015

error building fastserializer on xstreamos/illumos

2015-01-20 Thread Gabriele Bulfon
Back here again, going on building :) next error is a Boost error on fastserializer, a lot of errors actually: ... [build CXX] sax/source/tools/fastserializer.cxx S=/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2 I=$S/instdir W=$S/workdir mkdir -p

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

2015-01-20 Thread Ashod Nakashian
sw/source/core/txtnode/thints.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 5c363cf3f1d75e37835a6663a96b4e22c754c4cb Author: Ashod Nakashian ashodnakash...@yahoo.com Date: Sun Jan 18 17:35:55 2015 -0500 Maintain the sorting in sorted_vector

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Stephan Bergmann
On 01/20/2015 05:49 PM, Gabriele Bulfon wrote: [build CXX] sax/source/tools/fastserializer.cxx S=/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.2 I=$S/instdir W=$S/workdir mkdir -p $W/CxxObject/sax/source/tools/ $W/Dep/CxxObject/sax/source/tools/

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

2015-01-20 Thread Miklos Vajna
android/experimental/LOAndroid3/res/layout/about.xml |2 ++ 1 file changed, 2 insertions(+) New commits: commit 19651d7b87835a391b566aa077c28e97c18e3b23 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Jan 20 18:13:34 2015 +0100 android: make the about dialog scrollable

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - libreofficekit/source

2015-01-20 Thread Miklos Vajna
libreofficekit/source/gtk/lokdocview.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 64f98effb69f64ea92eb1821ebdf6678ce5adb9a Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Jan 20 17:50:46 2015 +0100 lokdocview: send mouse events in doc model

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

2015-01-20 Thread Caolán McNamara
editeng/source/editeng/impedit3.cxx |3 ++- sd/source/ui/view/outlview.cxx |7 +-- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 26bd210ccd6033cf5d06a2de35047757d8f7a6e7 Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 15:14:58 2015 +

[Libreoffice-commits] core.git: formula/Library_for.mk formula/README formula/source include/formula scaddins/Library_analysis.mk scaddins/source sc/source

2015-01-20 Thread Tor Lillqvist
formula/Library_for.mk |1 formula/README |6 ++- formula/source/core/api/random.cxx | 56 +++ include/formula/random.hxx | 31 + sc/source/core/opencl/formulagroupcl.cxx |

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

2015-01-20 Thread Tor Lillqvist
desktop/source/app/dispatchwatcher.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9cebcb0d49f92c08d5a8b9eb9c02959b86d6aefb Author: Tor Lillqvist t...@collabora.com Date: Mon Jan 19 16:37:33 2015 +0200 operator ?: has lower precedence than ; will be

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

2015-01-20 Thread Caolán McNamara
sw/source/filter/xml/xmltexti.cxx | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) New commits: commit 4345a3de0e5a600685fef5dc9fa422fe6849a0a3 Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 16:17:07 2015 + Resolves: fdo#84943 make fodt non

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

2015-01-20 Thread Caolán McNamara
vcl/source/filter/graphicfilter.cxx | 28 1 file changed, 16 insertions(+), 12 deletions(-) New commits: commit 872dca364233067379056ba26e0729679b789b37 Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 13:21:36 2015 + accidentally ran make

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

2015-01-20 Thread László Németh
vcl/win/source/window/salframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7c9f9dc770aa98c936b31867764db61d7d97cdeb Author: László Németh laszlo.nem...@collabora.com Date: Tue Jan 20 16:11:28 2015 +0100 Fix Windows build (typo: VENT_COMMAND instead

[Libreoffice-commits] core.git: RepositoryExternal.mk sdext/source

2015-01-20 Thread Caolán McNamara
RepositoryExternal.mk |4 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |7 +++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |7 +++ 3 files changed, 18 insertions(+) New commits: commit

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

2015-01-20 Thread Laurent Godard
desktop/source/app/dispatchwatcher.cxx | 37 +++-- 1 file changed, 22 insertions(+), 15 deletions(-) New commits: commit ef93d0ccb0c2ef010fc1f1089e55f1d9c74e61fd Author: Laurent Godard lgodard.li...@laposte.net Date: Thu Jan 15 18:40:47 2015 +0100

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

2015-01-20 Thread Laurent Godard
desktop/source/app/dispatchwatcher.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 1989572b219966bf0ba8fd6809adca19c22d3057 Author: Laurent Godard lgodard.li...@laposte.net Date: Tue Jan 13 15:27:59 2015 +0100 convert-to : display error messages in

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

2015-01-20 Thread Eike Rathke
sc/source/core/tool/compiler.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 8825e95a44395b5c4675f077e99fe4d9fb47c62f Author: Eike Rathke er...@redhat.com Date: Tue Jan 20 19:45:08 2015 +0100 change assert() to SAL_WARN_IF() It's a valid

Re: Crash test update

2015-01-20 Thread Eike Rathke
Hi Caolán, On Tuesday, 2015-01-20 14:55:51 +, Caolán McNamara wrote: caolanm-erack: the two ods import failures are both dying in the new assert of sc/source/core/tool/compiler.cxx:4163 are they true asserts in the sense there is something wrong in the code somewhere ? Valid condition

Re: Crash test update

2015-01-20 Thread Caolán McNamara
On Tue, 2015-01-20 at 14:48 +, Caolán McNamara wrote: On Tue, 2015-01-20 at 13:45 +, Crashtest VM wrote: New crashtest update available at http://dev-builds.libreoffice.org/crashtest/251737f0dd186b0f169f5ba237e1e8c28a320e00/ I believe the apparent big jump is down to the assert in

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

2015-01-20 Thread Caolán McNamara
sw/source/filter/xml/xmltexti.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit f1cf63c223fd7b4771df687ae9fe37faeccdb8fe Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 15:56:17 2015 + OSL_ENSURE-SAL_WARN_IF where conditional

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Gabriele Bulfon
Actually I noticed this started to happen after I installed some other package on the system and restarted build. I also noticed that this is a point in build way before I was arrived (xmlsec libs). Is there any reason why fastserializer was not built at all before?

Re: error building fastserializer on xstreamos/illumos

2015-01-20 Thread Ashod Nakashian
This does indeed look like old Boost issue. The problem is that nullptr_t is not actually a pointer type (it's integral). So unless there is an overload for it, no shared_ptr constructor will match it (which is the cause of some of the errors you have). 1.49 certainly had no nullptr_t support.

Re: Solved: 4.4.0.1 build error on libstdc++ on solaris/illumos

2015-01-20 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 20/01/15 18:07, Gabriele Bulfon a écrit : I thought the same. But maybe g++ thinks it's going to run gnu ld, while it's going to run sun ld. Secondly, I surely had to add /usr/gcc/4.7/lib to the link path, but maybe I can avoid specifying

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

2015-01-20 Thread Michael Stahl
sw/qa/extras/ooxmlimport/data/rhbz1180114.docx|binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |5 + writerfilter/source/dmapper/DomainMapper.cxx |6 ++ writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 ++- writerfilter/source/ooxml/model.xml

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

2015-01-20 Thread Trent MacAlpine
sc/source/ui/drawfunc/fupoor.cxx | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) New commits: commit 5417429d0ef2d968b227dd2a533c1bf9cb0156b9 Author: Trent MacAlpine tmac...@gmail.com Date: Fri Jan 16 22:06:39 2015 -0500 fdo#88339 Fixed Calc constrained image

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

2015-01-20 Thread Michael Stahl
sw/qa/core/uwriter.cxx | 32 1 file changed, 32 insertions(+) New commits: commit 60143f4f7bc50054dcef923218b8c7c3bc154933 Author: Michael Stahl mst...@redhat.com Date: Tue Jan 20 22:35:45 2015 +0100 sw: add unit test for

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - android/experimental

2015-01-20 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java |2 ++ android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java |6 ++ android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ComposedTileLayer.java |4

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/unx

2015-01-20 Thread Ariel Constenla-Haile
vcl/unx/generic/app/keysymnames.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 58c7172ef98515e482bc87e219e58e1e126785d8 Author: Ariel Constenla-Haile arie...@apache.org Date: Wed Jan 21 05:41:47 2015 + i46871 - Add French translation for Space key diff --git

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

2015-01-20 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ComposedTileLayer.java | 55 -- 1 file changed, 27 insertions(+), 28 deletions(-) New commits: commit 6d64c436a765c4fdfd779497c829892fb21bf8ac Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk Date: Wed Jan 21

LibreOffice Gerrit News for core on 2015-01-21

2015-01-20 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo #88578: Focus OK on showing calc paste special dialog in https://gerrit.libreoffice.org/14056 from Thomas Viehmann about module sc + fdo#88158 Display two

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - readlicense_oo/license

2015-01-20 Thread Tor Lillqvist
readlicense_oo/license/LICENSE | 35 readlicense_oo/license/LICENSE.fodt | 3108 +-- readlicense_oo/license/LICENSE.html | 9808 3 files changed, 1804 insertions(+), 11147 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - formula/Library_for.mk formula/README formula/source include/formula scaddins/Library_analysis.mk scaddins/source sc/source

2015-01-20 Thread Tor Lillqvist
formula/Library_for.mk |1 formula/README |6 ++- formula/source/core/api/random.cxx | 56 +++ include/formula/random.hxx | 31 + sc/source/core/opencl/formulagroupcl.cxx |

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

2015-01-20 Thread Tor Lillqvist
sc/source/core/opencl/formulagroupcl.cxx | 343 +-- 1 file changed, 322 insertions(+), 21 deletions(-) New commits: commit a1bbae170a29319a8d5d7d23c2e3d3a6263e703c Author: Tor Lillqvist t...@collabora.com Date: Mon Jan 12 12:41:46 2015 +0200 Rewrite the RAND()

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

2015-01-20 Thread Tor Lillqvist
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |4 ++-- sc/source/core/tool/calcconfig.cxx |1 + 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit cd5f69376bf27275d92073943451b8b72a708d04 Author: Tor Lillqvist t...@collabora.com Date:

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 6 commits - android/experimental

2015-01-20 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java |4 + android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java | 21 ++-- android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java | 24

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

2015-01-20 Thread Ashod Nakashian
sw/source/core/txtnode/thints.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 16d841a24a4cb112e160615d874a1bc29c8cf51d Author: Ashod Nakashian ashodnakash...@yahoo.com Date: Sun Jan 18 17:35:55 2015 -0500 Maintain the sorting in sorted_vector

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

2015-01-20 Thread Caolán McNamara
sw/source/core/unocore/unoparagraph.cxx |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) New commits: commit 24c7c11cd112d33014653166c6d5b3d012114834 Author: Caolán McNamara caol...@redhat.com Date: Tue Jan 20 17:43:46 2015 + fix SwIndexReg::~SwIndexReg assert in

[Libreoffice-commits] core.git: offapi/com

2015-01-20 Thread Niklas Johansson
offapi/com/sun/star/accessibility/AccessibleStateType.idl |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 46f51b4659e772c07c0ebfe5fe64aeb830e2a992 Author: Niklas Johansson sleeping.pil...@gmail.com Date: Tue Jan 20 19:20:38 2015 +0100 Add documentation

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

2015-01-20 Thread Eike Rathke
sc/source/ui/drawfunc/fupoor.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ef9d28a3605b7e3e1e68212cc44f7379fd2f464a Author: Eike Rathke er...@redhat.com Date: Tue Jan 20 21:33:23 2015 +0100 it's unnecessary to obtain the marked object in move mode,

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

2015-01-20 Thread Michael Stahl
vcl/inc/win/saldata.hxx |2 +- vcl/win/source/app/salinst.cxx | 24 +++- vcl/win/source/gdi/salnativewidgets-luna.cxx |2 +- vcl/win/source/window/salframe.cxx |2 +- 4 files changed, 18 insertions(+), 12 deletions(-)

[Libreoffice-bugs] [Bug 88611] LENB co. wrong value for Cyrillic text

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88611 raal r...@post.cz changed: What|Removed |Added CC||r...@post.cz --- Comment #1 from

[Libreoffice-bugs] [Bug 88051] Linux Libertine G ligature followed by tab: strange behavior

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88051 --- Comment #4 from R.Yu. ogldel...@mail.ru --- Created attachment 112521 -- https://bugs.freedesktop.org/attachment.cgi?id=112521action=edit Fixes bug Don't really know how, but it fix the bug. -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 62268] FILEOPEN: Optimum row height should be recalculated with style:use-optimal-row-height='true'

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62268 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added Keywords||bisected

[Libreoffice-bugs] [Bug 86416] middle click paste truncates [Hard to reproduce]

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86416 --- Comment #25 from Beluga todven...@suomi24.fi --- (In reply to Todd from comment #24) Parcellite (or the version that runs under SL 6.x) won't allow for the coping and pasting of images. Sigh. You have a favorite replacement? Sorry, I

[Libreoffice-bugs] [Bug 88581] Set 'Enable regular expression' off by default

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88581 raal r...@post.cz changed: What|Removed |Added Summary|VLOOKUP returns #N/A|Set 'Enable regular

[Libreoffice-bugs] [Bug 52194] Failure to launch if already open

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52194 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 85174] PDF import of special characters (Algebra ) broken

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85174 --- Comment #6 from vv...@yandex.ru --- Displacement of characters fixed here: https://gerrit.libreoffice.org/14029 Empty rectangles instead of brackets - is another issue - problems with Symbol font. -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 82613] UI: Variable / User field Selection list displays entries in order of creation (rather than order of variable name)

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82613 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 88610] Incorrect rendering of some characters in Symbol font

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88610 --- Comment #2 from vv...@yandex.ru --- Also tested with Ubuntu 14.10 + LibreOffice 4.5.0.0 master @ 07e84cae - works well, same result as with Ubuntu 14.10 + LibreOffice 4.3.3.2 -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 46203] Vertical Text by the side of pages all wrong.

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46203 Beluga todven...@suomi24.fi changed: What|Removed |Added Priority|high|medium CC|

[Libreoffice-bugs] [Bug 57052] FILEOPEN particular .docx shows rotated text in text frame without rotation

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57052 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 58624] SwAccessibleParagraph - SwAccessibleMap lifetime mismatch

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58624 Michael Stahl mst...@redhat.com changed: What|Removed |Added CC||mst...@redhat.com ---

[Libreoffice-bugs] [Bug 42910] [Calc] xls export corrupts some formulas with named ranges

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42910 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 84945] UserField Should be in Alphabetical Order

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84945 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 88615] New: When a document is more than 1 page in Web View, increasing zoom makes Libreoffice crash

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88615 Bug ID: 88615 Summary: When a document is more than 1 page in Web View, increasing zoom makes Libreoffice crash Product: LibreOffice Version: 4.3.5.2 release Hardware:

[Libreoffice-bugs] [Bug 88621] Undo and Redo dropdown menu in toolbox hides last line

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88621 --- Comment #1 from Maxim Britov ungift...@ya.ru --- Both on Windows/Linux for me -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

  1   2   3   4   >