LibreOffice Gerrit News for core on 2014-05-28

2014-05-28 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + CppunitTest_sw_rtfimport: enable on Mac in https://gerrit.libreoffice.org/9514 from Miklos Vajna about module sw + Resolves: fdo#65583 Elements Dock window needs scroll bar in

LibreOffice Gerrit News for submodules on 2014-05-28

2014-05-28 Thread gerrit
Moin! ~~ Project dictionaries ~~ Nothing moved in the project for the last 25 hours ~~ Project translations ~~ Nothing moved in the project for the last 25 hours ~~ Project help ~~ * Open changes on master for project help changed in the last 25 hours: None *

Jens Carl license statement

2014-05-28 Thread Jens Carl
Hello, All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Best Regards Jens Carl ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 5 commits - filter/source sc/source sw/qa

2014-05-28 Thread Stephan Bergmann
filter/source/graphicfilter/ipcx/ipcx.cxx | 14 +++ filter/source/graphicfilter/iras/iras.cxx | 31 +++-- sc/source/core/data/column3.cxx | 54 -- sc/source/ui/dialogs/searchresults.cxx|4 +- sc/source/ui/inc/searchresults.hxx

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

2014-05-28 Thread Matúš Kukan
svx/source/table/cell.cxx | 14 +- svx/source/table/cell.hxx |1 + vcl/inc/outdev.h |2 +- vcl/source/outdev/font.cxx | 12 +++- 4 files changed, 18 insertions(+), 11 deletions(-) New commits: commit da5ab383bd4695956b338e176de55f3a163aecbd Author:

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

2014-05-28 Thread Miklos Vajna
sw/qa/extras/rtfimport/rtfimport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f64d2df599ccff28be963e5b2cc3b5dde65e721f Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue May 27 22:42:29 2014 +0200 CppunitTest_sw_rtfimport: enable on Mac

How to find an old commit from AOO 3.4.0?

2014-05-28 Thread Laurent BP
I'm looking at bug 77018 https://bugs.freedesktop.org/show_bug.cgi?id=77018 Formulas with external references incorrectly updated when sorted Its resolution may be link to issue 110588 https://issues.apache.org/ooo/show_bug.cgi?id=110588#c16 I could find log of the file on this page:

[Libreoffice-commits] core.git: 7 commits - filter/source helpcompiler/source i18nutil/source idl/inc idl/source sal/cppunittester sot/qa sot/source

2014-05-28 Thread Stephan Bergmann
filter/source/graphicfilter/iras/iras.cxx |1 - helpcompiler/source/HelpCompiler.cxx | 17 +++-- i18nutil/source/utility/casefolding.cxx | 13 - idl/inc/types.hxx |2 ++ idl/source/objects/types.cxx |4

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

2014-05-28 Thread Thomas Arnhold
starmath/source/ElementsDockingWindow.cxx | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) New commits: commit 1483a478adb2ad535f665b53ba39ab8664bc34e7 Author: Thomas Arnhold tho...@arnhold.org Date: Wed May 28 09:40:40 2014 +0200 Related fdo#71616:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 2 commits - starmath/source

2014-05-28 Thread Thomas Arnhold
starmath/source/ElementsDockingWindow.cxx | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) New commits: commit 36f1f514963f3bbfe77893745b71b4cac5a966b5 Author: Thomas Arnhold tho...@arnhold.org Date: Wed May 28 09:40:40 2014 +0200 Related fdo#71616:

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

2014-05-28 Thread Jens Carl
filter/source/graphicfilter/ipict/shape.hxx |4 filter/source/msfilter/viscache.hxx |3 +++ filter/source/placeware/zip.hxx |5 + filter/source/placeware/zipfile.hxx |5 + 4 files changed, 17 insertions(+) New commits: commit

[Bug 68849] Other: Add header guards to all include files

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68849 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|BSA EasyHack

[Bug 68871] Disable View -- Elements by default

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68871 Bug 68871 depends on bug 71616, which changed state. Bug 71616 Summary: [EasyHack] Elements dock: Better display of scalable braces https://bugs.freedesktop.org/show_bug.cgi?id=71616 What|Removed |Added

[Libreoffice-commits] core.git: 11 commits - framework/source include/vbahelper sc/source

2014-05-28 Thread Noel Grandin
framework/source/inc/loadenv/loadenv.hxx |6 +++--- framework/source/loadenv/loadenv.cxx |6 +++--- framework/source/uiconfiguration/imagemanagerimpl.cxx |2 +- framework/source/uiconfiguration/imagemanagerimpl.hxx |2 +-

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

2014-05-28 Thread Michael Meeks
sc/source/core/data/formulacell.cxx | 51 +--- 1 file changed, 31 insertions(+), 20 deletions(-) New commits: commit c3cea107354fecda6dedcd6b998343a2bd33d6f3 Author: Michael Meeks michael.me...@collabora.com Date: Wed May 28 08:56:35 2014 +0100 ODS load

Re: How to find an old commit from AOO 3.4.0?

2014-05-28 Thread Regina Henschel
Hi Laurent, you can try to find it in https://bitbucket.org/mst/ooo340/commits/all Kind regards Regina Laurent BP schrieb: I'm looking at bug 77018 https://bugs.freedesktop.org/show_bug.cgi?id=77018 Formulas with external references incorrectly updated when sorted Its resolution may be link

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

2014-05-28 Thread Tor Lillqvist
svl/source/notify/lstner.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 72827968e606adcdf8c16e5381b887180975ae46 Author: Tor Lillqvist t...@collabora.com Date: Wed May 28 11:07:09 2014 +0300 Try to avoid attempt to erase from container with a

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 77174, which changed state. Bug 77174 Summary: Sidebar: crash with New style from selection with List styles https://bugs.freedesktop.org/show_bug.cgi?id=77174 What|Removed |Added

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 79292, which changed state. Bug 79292 Summary: FILESAVE: DOCX index table losses periods before page number when opened in MS Word 2013 https://bugs.freedesktop.org/show_bug.cgi?id=79292 What|Removed

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 77174, which changed state. Bug 77174 Summary: Sidebar: crash with New style from selection with List styles https://bugs.freedesktop.org/show_bug.cgi?id=77174 What|Removed |Added

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

2014-05-28 Thread Caolán McNamara
include/sfx2/mgetempl.hxx |1 + sfx2/source/dialog/mgetempl.cxx | 14 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) New commits: commit aa8b268935b07c9bf95a596ee84c76eed4c03634 Author: Caolán McNamara caol...@redhat.com Date: Wed May 28 10:34:32 2014 +0100

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

2014-05-28 Thread Caolán McNamara
include/sfx2/mgetempl.hxx |1 + sfx2/source/dialog/mgetempl.cxx | 14 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) New commits: commit 74baee744c8ff5b3a34c40ed16803d07f3f5fc2d Author: Caolán McNamara caol...@redhat.com Date: Wed May 28 10:34:32 2014 +0100

Re: How to find an old commit from AOO 3.4.0?

2014-05-28 Thread Michael Stahl
On 28/05/14 08:49, Laurent BP wrote: I'm looking at bug 77018 https://bugs.freedesktop.org/show_bug.cgi?id=77018 Formulas with external references incorrectly updated when sorted Its resolution may be link to issue 110588 https://issues.apache.org/ooo/show_bug.cgi?id=110588#c16 I could

Re: How to find an old commit from AOO 3.4.0?

2014-05-28 Thread Laurent BP
Hi Michael and Regina, Many thanks for your answers. I 'm going to look at them deeper tonight. Best regards, Laurent BP - LibreOffice 4.2.4.2 -- View this message in context: http://nabble.documentfoundation.org/How-to-find-an-old-commit-from-AOO-3-4-0-tp4110558p4110599.html Sent from

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 3 commits - sw/qa writerfilter/source

2014-05-28 Thread Michael Stahl
sw/qa/extras/rtfimport/data/footer-para.rtf|5 + sw/qa/extras/rtfimport/rtfimport.cxx | 17 + writerfilter/source/rtftok/rtfcontrolwords.hxx |1 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 71 +

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

2014-05-28 Thread Kohei Yoshida
sc/source/core/data/column.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20857b5d7536b3fcafa16ca6527ba459032933d7 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Tue May 27 14:47:24 2014 -0400 fdo#78976: Correct way to determine the end position

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 48350, which changed state. Bug 48350 Summary: FILESAVE: missing w:spacing w:after=0 w:before=0/ in new document.docx (and other MSO 2010 formats) https://bugs.freedesktop.org/show_bug.cgi?id=48350 What

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sw/source

2014-05-28 Thread Luboš Luňák
sw/source/filter/ww8/ww8par5.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 0a7e4800e1eb3e04720853d434f3af22db5b990d Author: Luboš Luňák l.lu...@collabora.com Date: Fri May 23 11:35:10 2014 +0200 MSWord uses \xb for linebreaks in DB fields (bnc#878854)

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 2 commits - avmedia/source

2014-05-28 Thread Jan Holesovsky
avmedia/source/opengl/oglplayer.cxx | 42 1 file changed, 33 insertions(+), 9 deletions(-) New commits: commit b8e4b6ae59a56d19726fef4165aa958ccd5ccb29 Author: Jan Holesovsky ke...@collabora.com Date: Wed May 28 12:38:15 2014 +0200 Revert [not for

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

2014-05-28 Thread Luboš Luňák
sw/source/filter/ww8/ww8par5.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5fb84086fb4b111b5e77ef29b436719d8742681a Author: Luboš Luňák l.lu...@collabora.com Date: Fri May 23 11:35:10 2014 +0200 MSWord uses \xb for linebreaks in DB fields (bnc#878854)

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - dictionaries helpcontent2 instsetoo_native/util solenv/inc translations

2014-05-28 Thread Andras Timar
dictionaries |2 +- helpcontent2 |2 +- instsetoo_native/util/openoffice.lst | 24 solenv/inc/minor.mk |4 ++-- translations |2 +- 5 files changed, 17

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - avmedia/source external/libgltf

2014-05-28 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx | 20 +++ external/libgltf/UnpackedTarball_libgltf.mk |1 external/libgltf/patches/free_file_buffers.patch | 58 --- 3 files changed, 19 insertions(+), 60 deletions(-) New commits: commit

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

2014-05-28 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx | 20 +++ external/libgltf/UnpackedTarball_libgltf.mk |1 external/libgltf/patches/free_file_buffers.patch | 58 --- 3 files changed, 19 insertions(+), 60 deletions(-) New commits: commit

Re: Access2Base - New release

2014-05-28 Thread Lionel Elie Mamane
On Mon, May 19, 2014 at 04:33:03PM +0200, Michael Stahl wrote: On 19/05/14 15:59, Lionel Elie Mamane wrote: On Mon, May 19, 2014 at 11:06:46AM +0100, Noel Power wrote: On 19/05/14 08:23, Stephan Bergmann wrote: On 05/16/2014 06:39 PM, Lionel Elie Mamane wrote: [...] So, the question is why

Ликвидация предприятий без налоговых проверок

2014-05-28 Thread А2КАТ
Ликвидация предприятий без налоговых проверок (в любом состоянии) – 4500 грн. – 3 дня. Другие услуги: - Регистрация предприятия – 1200 грн. (под ключ). - Получение свидетельства – НДС – 600 грн. - Строительные лицензии (под ключ). Готовые предприятия: - Предприятия без НДС (все районы города

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

2014-05-28 Thread Matúš Kukan
svx/source/table/tablelayouter.cxx | 10 -- svx/source/table/tablelayouter.hxx |5 ++--- svx/source/table/viewcontactoftableobj.cxx |2 +- 3 files changed, 7 insertions(+), 10 deletions(-) New commits: commit 7b9b57b41936eea673eb678407ed817856ba0912 Author:

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jay Philips philip...@hotmail.com changed: What|Removed |Added Depends on||78370 --- Comment

LibreOffice, about avoiding attempt to erase from container with a past-the-end iterator

2014-05-28 Thread julien2412
Hello, I noticed this interesting change http://cgit.freedesktop.org/libreoffice/core/commit/?id=72827968e606adcdf8c16e5381b887180975ae46 (Try to avoid attempt to erase from container with a past-the-end iterator) I tried to search similar cases in Opengrok and found some of them (because quite

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

2014-05-28 Thread Herbert Dürr
vcl/aqua/source/gdi/salnativewidgets.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ced067d3d23dcb03f1548707cefe9b0b6498345d Author: Herbert Dürr h...@apache.org Date: Wed May 28 11:43:02 2014 + #i98991# remove Aqua Pinstripe background in dialogs

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sw/source

2014-05-28 Thread Andras Timar
sw/source/filter/ww8/ww8par5.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61c36d353e9777b3a8fb44c9fe221f0d9c93905a Author: Andras Timar andras.ti...@collabora.com Date: Tue May 27 10:11:19 2014 +0200 build fix Change-Id:

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

2014-05-28 Thread Andras Timar
sw/source/filter/ww8/ww8par5.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dce116c107a7f50bef24fd23fb6e6da9efe3ed95 Author: Andras Timar andras.ti...@collabora.com Date: Tue May 27 10:11:19 2014 +0200 build fix Change-Id:

[Libreoffice-commits] core.git: include/sfx2 include/svl sc/inc sc/source sd/inc sd/source sfx2/source svl/source sw/inc sw/source

2014-05-28 Thread Caolán McNamara
include/sfx2/mgetempl.hxx |1 - include/svl/style.hxx |9 +++-- sc/inc/stlsheet.hxx |2 +- sc/source/core/data/stlsheet.cxx |4 ++-- sd/inc/stlsheet.hxx |2 +- sd/source/core/drawdoc4.cxx |1 -

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/sfx2 include/svl sc/inc sc/source sd/inc sd/source sfx2/source svl/source sw/inc sw/source

2014-05-28 Thread Caolán McNamara
include/sfx2/mgetempl.hxx |1 - include/svl/style.hxx |9 +++-- sc/inc/stlsheet.hxx|2 +- sc/source/core/data/stlsheet.cxx |4 ++-- sd/inc/stlsheet.hxx|2 +- sd/source/core/drawdoc4.cxx

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ce/d067d3d23dcb03f1548707cefe9b0b6498345d

2014-05-28 Thread Caolán McNamara
ce/d067d3d23dcb03f1548707cefe9b0b6498345d |1 + 1 file changed, 1 insertion(+) New commits: commit 5c4df832bf788bf45ff0954ab6e50d8e86b41612 Author: Caolán McNamara caol...@redhat.com Date: Wed May 28 13:29:44 2014 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: 4 commits - basic/source include/tools

2014-05-28 Thread Stephan Bergmann
basic/source/classes/sbunoobj.cxx | 57 +++--- basic/source/comp/scanner.cxx |9 +++--- basic/source/inc/sbunoobj.hxx |7 ++-- include/tools/resmgr.hxx |8 ++--- 4 files changed, 29 insertions(+), 52 deletions(-) New commits: commit

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 79142, which changed state. Bug 79142 Summary: When Creating Styles - The 2nd One Always Replaces the 1st https://bugs.freedesktop.org/show_bug.cgi?id=79142 What|Removed |Added

[Libreoffice-commits] core.git: 4 commits - starmath/source

2014-05-28 Thread Thomas Arnhold
starmath/source/ElementsDockingWindow.cxx | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) New commits: commit 3a45897d301c2eb356ef57df0542726afeb8a4ae Author: Thomas Arnhold tho...@arnhold.org Date: Wed May 28 14:40:06 2014 +0200 starmath: remove hard-coded value

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Caolán McNamara caol...@redhat.com changed: What|Removed |Added Depends on||79360 -- You are

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

2014-05-28 Thread Thomas Arnhold
starmath/source/ElementsDockingWindow.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit f98d6b9dd51e7028906150bff3a0b849d484a5f3 Author: Thomas Arnhold tho...@arnhold.org Date: Wed May 28 14:32:14 2014 +0200 Related fdo#71616: Fix scrolling Change-Id:

[Libreoffice-commits] core.git: helpcontent2

2014-05-28 Thread Eike Rathke
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e0ae1e0d96e0f046f68e7166ae9146e411bc7d50 Author: Eike Rathke er...@redhat.com Date: Wed May 28 15:01:35 2014 +0200 Updated core Project: help 10178deb770a99a29e299e0f3e553e25f1d3ad36 diff --git

[Libreoffice-commits] help.git: 3 commits - source/text

2014-05-28 Thread Eike Rathke
source/text/shared/01/05020100.xhp | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) New commits: commit 10178deb770a99a29e299e0f3e553e25f1d3ad36 Author: Eike Rathke er...@redhat.com Date: Wed May 28 15:01:35 2014 +0200 document language list combo box

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

2014-05-28 Thread Eike Rathke
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cefb13f7a452ef5fe4f2f295fa3fa00167070416 Author: Eike Rathke er...@redhat.com Date: Wed May 28 15:01:35 2014 +0200 Updated core Project: help e0cc4109616c522d7477b3f8c37d1d77824e4012 diff --git

[Libreoffice-commits] help.git: Branch 'libreoffice-4-3' - 3 commits - source/text

2014-05-28 Thread Eike Rathke
source/text/shared/01/05020100.xhp | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) New commits: commit e0cc4109616c522d7477b3f8c37d1d77824e4012 Author: Eike Rathke er...@redhat.com Date: Wed May 28 15:01:35 2014 +0200 document language list combo box

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

2014-05-28 Thread Matúš Kukan
vcl/inc/outdev.h |2 +- vcl/source/outdev/font.cxx | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 16a62079018aea0e72636bdb00576487b4e830b9 Author: Matúš Kukan matus.ku...@collabora.com Date: Wed May 28 15:13:47 2014 +0200 Oops, this

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 2 commits - avmedia/source external/libgltf

2014-05-28 Thread Zolnai Tamás
avmedia/source/opengl/oglwindow.cxx | 27 ++-- external/libgltf/UnpackedTarball_libgltf.mk |1 external/libgltf/patches/deallocation_fix.patch | 12 ++ 3 files changed, 34 insertions(+), 6 deletions(-) New commits: commit

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

2014-05-28 Thread Zolnai Tamás
avmedia/source/opengl/oglwindow.cxx | 27 ++-- external/libgltf/UnpackedTarball_libgltf.mk |1 external/libgltf/patches/deallocation_fix.patch | 12 ++ 3 files changed, 34 insertions(+), 6 deletions(-) New commits: commit

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

2014-05-28 Thread Matúš Kukan
vcl/inc/outdev.h |2 +- vcl/source/outdev/font.cxx | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 8b587e14a8dbb1ec3c7b8135a0950ca6da2402f3 Author: Matúš Kukan matus.ku...@collabora.com Date: Wed May 28 15:13:47 2014 +0200 Oops, this

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

2014-05-28 Thread Miklos Vajna
sw/inc/textboxhelper.hxx |3 +++ sw/source/core/doc/textboxhelper.cxx | 17 - sw/source/core/docnode/nodedump.cxx |1 + sw/source/core/text/porfly.cxx | 30 ++ 4 files changed, 46 insertions(+), 5 deletions(-) New

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

2014-05-28 Thread Miklos Vajna
oox/source/shape/WpgContext.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3f0a2a704f4110b9beba04201602957d5f12bf2b Author: Miklos Vajna vmik...@collabora.co.uk Date: Wed May 28 16:21:37 2014 +0200 oox: detect wpg:graphicFrame inside wpg:wgp Change-Id:

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/suse-4.0-23'

2014-05-28 Thread Andras Timar
Tag 'suse-4.0-23' created by Andras Timar andras.ti...@collabora.com at 2014-05-28 15:53 -0700 suse-4.0-23 Changes since suse-4.0-22-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 4 commits - avmedia/source slideshow/source

2014-05-28 Thread Jan Holesovsky
avmedia/source/opengl/oglplayer.cxx |7 -- avmedia/source/opengl/oglplayer.hxx |2 - slideshow/source/engine/shapes/viewmediashape.cxx | 24 +++--- 3 files changed, 18 insertions(+), 15 deletions(-) New commits: commit

[Libreoffice-commits] help.git: Changes to 'refs/tags/suse-4.0-23'

2014-05-28 Thread Andras Timar
Tag 'suse-4.0-23' created by Andras Timar andras.ti...@collabora.com at 2014-05-28 15:53 -0700 suse-4.0-23 Changes since suse-4.0-22-7: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] translations.git: Changes to 'refs/tags/suse-4.0-23'

2014-05-28 Thread Christian Lohmaier
Tag 'suse-4.0-23' created by Andras Timar andras.ti...@collabora.com at 2014-05-28 15:53 -0700 suse-4.0-23 Changes since suse-4.0-22-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: Changes to 'refs/tags/suse-4.0-23'

2014-05-28 Thread Andras Timar
Tag 'suse-4.0-23' created by Andras Timar andras.ti...@collabora.com at 2014-05-28 15:53 -0700 suse-4.0-23 Changes since suse-4.0-22-22: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: Changes to 'refs/tags/distro/suse/suse-3-6'

2014-05-28 Thread Radek Doulik
Tag 'distro/suse/suse-3-6' created by Andras Timar ati...@suse.com at 2012-10-16 01:12 -0700 SUSE 3.6-0 Changes since libreoffice-3.6.2.2-136: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

Re: LibreOffice, about avoiding attempt to erase from container with a past-the-end iterator

2014-05-28 Thread Stephan Bergmann
On 05/28/2014 02:01 PM, julien2412 wrote: I noticed this interesting change http://cgit.freedesktop.org/libreoffice/core/commit/?id=72827968e606adcdf8c16e5381b887180975ae46 (Try to avoid attempt to erase from container with a past-the-end iterator) I tried to search similar cases in Opengrok and

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

2014-05-28 Thread Caolán McNamara
sc/source/core/data/dpgroup.cxx|2 +- sw/inc/unodraw.hxx |3 ++- sw/source/core/unocore/unodraw.cxx |3 ++- sw/source/ui/vba/vbaselection.cxx |3 ++- sw/source/ui/vba/vbaselection.hxx |3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) New commits:

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

2014-05-28 Thread Michael Stahl
sw/source/core/fields/ddefld.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 090c66b2c91378a83e294e872d6c8cb2a497eb80 Author: Michael Stahl mst...@redhat.com Date: Tue May 27 20:30:19 2014 +0200 fdo#78332: sw: fix separators in SwDDEFieldType::PutValue()

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

2014-05-28 Thread Eike Rathke
sc/source/core/data/document.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit b256135f1fe5a31735352ec2795e580b5a12fb09 Author: Eike Rathke er...@redhat.com Date: Tue May 27 12:31:30 2014 +0200 resolved rhbz#1101224 do not attempt to obtain names

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - starmath/inc starmath/source

2014-05-28 Thread Thomas Arnhold
starmath/inc/ElementsDockingWindow.hxx| 11 +++- starmath/source/ElementsDockingWindow.cxx | 70 +- 2 files changed, 68 insertions(+), 13 deletions(-) New commits: commit 477e1eac51cd2840472a2eab8ef68cc352742705 Author: Thomas Arnhold tho...@arnhold.org Date:

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

2014-05-28 Thread Michael Stahl
sw/source/filter/ww8/ww8graf.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit a1f385b74a542ab3caaa8abbefc39f14bf27ca72 Author: Michael Stahl mst...@redhat.com Date: Tue May 27 13:27:37 2014 +0200 fdo#77454: sw: ww8 import: add heuristic to ignore

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

2014-05-28 Thread Lionel Elie Mamane
reportdesign/source/filter/xml/xmlExport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 55658ef8cf8d3ba1b672aa1608162545b814c35b Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue May 27 12:36:53 2014 +0200 fdo#67937 print on group change defaults

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - reportbuilder/java

2014-05-28 Thread Lionel Elie Mamane
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 25 ++ 1 file changed, 7 insertions(+), 18 deletions(-) New commits: commit 15499eae7edf9227996618d8a6d68cc9dac2c086 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue May 27 12:09:37

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - reportbuilder/java

2014-05-28 Thread Lionel Elie Mamane
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 25 ++ 1 file changed, 7 insertions(+), 18 deletions(-) New commits: commit 23874c1f61898f9cab7e23169ca36596b2e6c982 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue May 27 12:09:37

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

2014-05-28 Thread Lionel Elie Mamane
reportdesign/source/filter/xml/xmlExport.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 55e51c5a139b0403513976914e2719318cd3feb9 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue May 27 12:36:53 2014 +0200 fdo#67937 print on group change defaults

[Bug 65583] Elements Dock window needs scroll bar.

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65583 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|target:4.4.0

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

2014-05-28 Thread Caolán McNamara
sc/source/core/data/dpgroup.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4ec581cd65875e8c40a00cd379c9124cbc91eaea Author: Caolán McNamara caol...@redhat.com Date: Wed May 28 16:19:36 2014 +0100 coverity#1078626 Missing break in switch

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - include/vcl vcl/source

2014-05-28 Thread Markus Mohrhard
include/vcl/openglwin.hxx |2 +- vcl/source/window/openglwin.cxx | 12 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit e739b3140539df5c82c3c7216af0d90aeee45982 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Wed May 28 17:31:27 2014

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - vcl/source

2014-05-28 Thread Markus Mohrhard
vcl/source/window/openglwin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit a1e1c477ba4baf4a4f0c3b55f478533c030e8562 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Wed May 28 17:41:14 2014 +0200 fix build error Change-Id:

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

2014-05-28 Thread Markus Mohrhard
include/vcl/openglwin.hxx |2 +- vcl/source/window/openglwin.cxx | 11 +++ 2 files changed, 8 insertions(+), 5 deletions(-) New commits: commit dd38578b6e785da6d74e3a40b46b778c82743082 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Wed May 28 17:41:14 2014

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 52433, which changed state. Bug 52433 Summary: MEMORY LEAK: large .odt (with many big StarViewMetafiles) leading to 200Mb leak each save. https://bugs.freedesktop.org/show_bug.cgi?id=52433 What|Removed

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

2014-05-28 Thread Caolán McNamara
sc/source/core/data/dpgroup.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd2013f9d2926e65baeb1ba681f29ebc1286d8aa Author: Caolán McNamara caol...@redhat.com Date: Wed May 28 16:19:36 2014 +0100 coverity#1078626 Missing break in switch

[Libreoffice-commits] core.git: Branch 'private/kohei/headless-perf' - desktop/source sfx2/source

2014-05-28 Thread Kohei Yoshida
desktop/source/lib/init.cxx |9 ++--- sfx2/source/view/frmload.cxx | 14 +- 2 files changed, 19 insertions(+), 4 deletions(-) New commits: commit 8b6ede02a9850fa5e6b6437630cb6b7222a9d325 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Wed May 28 11:13:26 2014

[ANNOUNCE] Branch libreoffice-4-2-5 and Tag libreoffice-4.2.5.1 created

2014-05-28 Thread Christian Lohmaier
Hi all, The tag libreoffice-4.2.5.1 (AKA 4.2.5 RC1) and the corresponding branch libreoffice-4-2-5 have been created. The branch will be used for fine tuning of the 4.2.5 release. (there is one additional RC planned) The following rules apply: + preferably just translation or blocker

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - external/libgltf

2014-05-28 Thread Jan Holesovsky
external/libgltf/UnpackedTarball_libgltf.mk |1 + external/libgltf/patches/smaller_fps.diff | 28 2 files changed, 29 insertions(+) New commits: commit af930e5a63cc77bf331590b807f19bf53559e12a Author: Jan Holesovsky ke...@collabora.com Date: Wed May 28

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

2014-05-28 Thread Thomas Arnhold
svx/source/form/fmshimp.cxx|2 +- svx/source/form/fmtextcontrolshell.cxx |6 +++--- svx/source/form/navigatortree.cxx |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 103f60e500343194b9a40c17467fc6e51563ac34 Author: Thomas Arnhold

[Bug 68849] Other: Add header guards to all include files

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68849 Jens Carl j.car...@gmx.de changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |j.car...@gmx.de

[Libreoffice-commits] core.git: 10 commits - chart2/opengl chart2/Package_opengl.mk chart2/source

2014-05-28 Thread Markus Mohrhard
chart2/Package_opengl.mk |2 chart2/opengl/shape3DFragmentShaderBatch.glsl | 108 chart2/opengl/shape3DVertexShaderBatch.glsl| 34 ++ chart2/source/view/charttypes/GL3DBarChart.cxx | 22 + chart2/source/view/inc/GL3DBarChart.hxx|1

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - 10 commits - chart2/opengl chart2/Package_opengl.mk chart2/source

2014-05-28 Thread Markus Mohrhard
chart2/Package_opengl.mk |2 chart2/opengl/shape3DFragmentShaderBatch.glsl | 108 chart2/opengl/shape3DVertexShaderBatch.glsl| 34 ++ chart2/source/view/charttypes/GL3DBarChart.cxx | 22 + chart2/source/view/inc/GL3DBarChart.hxx|1

[Bug 71246] [EasyHack] Run fixincludeguards.sh and fix include guards

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71246 Thomas Arnhold thomas-l...@arnhold.org changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - chart2/source

2014-05-28 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 5daa541bcdb1f371193187c244d46babd644e4f1 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Wed May 28 19:29:54 2014 +0200 change the bar

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

2014-05-28 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 5695cdfdc0ab372181ff9ad63db08320fb4e70c9 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Wed May 28 19:29:54 2014 +0200 change the bar

[Libreoffice-commits] core.git: Branch 'private/kohei/headless-perf' - 2 commits - sfx2/source

2014-05-28 Thread Kohei Yoshida
sfx2/source/doc/objxtor.cxx |8 1 file changed, 8 insertions(+) New commits: commit 1c64f3f56c1c19207a6f82cf890deaef318e9e14 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Wed May 28 13:40:19 2014 -0400 Avoid handling basic manager etc when the embedded scripts are

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

2014-05-28 Thread Andrzej Hunt
sot/source/base/formats.cxx | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) New commits: commit 538c13f3d1756f2d105115f64ab1bc0b7426eebc Author: Andrzej Hunt andrzej.h...@collabora.com Date: Wed May 28 18:43:37 2014 +0100 fdo#78801 fdo#52547

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 78801, which changed state. Bug 78801 Summary: Copying HTML from web browser - only plain text is pasted https://bugs.freedesktop.org/show_bug.cgi?id=78801 What|Removed |Added

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

2014-05-28 Thread Michael Meeks
chart2/source/view/inc/GL3DRenderer.hxx|1 chart2/source/view/main/3DChartObjects.cxx |6 +++- chart2/source/view/main/GL3DRenderer.cxx | 41 - 3 files changed, 40 insertions(+), 8 deletions(-) New commits: commit

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

2014-05-28 Thread Julien Nabet
sc/source/core/tool/interpr1.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b41504503cdf4ac562f82e668bf2fe9217260493 Author: Julien Nabet serval2...@yahoo.fr Date: Wed May 28 20:30:36 2014 +0200 Related fdo#75971 Crash when invoking Insert Names Create

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

2014-05-28 Thread Thomas Arnhold
chart2/source/view/main/DummyXShape.hxx | 70 +++ chart2/source/view/main/OpenGLRender.hxx | 21 +++-- 2 files changed, 43 insertions(+), 48 deletions(-) New commits: commit db3c6265cf355f88e6a746db7df17f13d2ab5885 Author: Thomas Arnhold tho...@arnhold.org

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

2014-05-28 Thread Miklos Vajna
writerfilter/source/ooxml/analyzestage3.xsl | 56 1 file changed, 56 deletions(-) New commits: commit 2574a22a5be7f4cbc995c3fd0f22c8cc2a551c9a Author: Miklos Vajna vmik...@collabora.co.uk Date: Wed May 28 21:22:33 2014 +0200 writerfilter: remove unused

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

2014-05-28 Thread Tor Lillqvist
svl/source/notify/lstner.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 04263067ceee7b48f2782e5fdcc515c9d447ff5a Author: Tor Lillqvist t...@collabora.com Date: Wed May 28 22:30:41 2014 +0300 This needs to be debugged and understood, not just randomly

  1   2   3   4   5   >