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

2014-12-02 Thread David Ostrovsky
lotuswordpro/source/filter/tocread.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5f1de30c6373ae41480aad13e49876bfac8a2156 Author: David Ostrovsky Date: Wed Dec 3 07:51:08 2014 +0100 Fix Cannot convert unsigned long* in sal_uLong* Change-Id: I7e4

[Libreoffice-commits] core.git: 2 commits - config_host.mk.in configure.ac external/jpeg-turbo RepositoryExternal.mk

2014-12-02 Thread Stephan Bergmann
RepositoryExternal.mk|2 +- config_host.mk.in|1 - configure.ac |2 -- external/jpeg-turbo/Module_jpeg-turbo.mk |4 4 files changed, 1 insertion(+), 8 deletions(-) New commits: commit 2d6ee4ef812f8ac51c0a

Re: C++11 on master (towards LO 4.5)

2014-12-02 Thread julien2412
Hi, Will we be able to consider that erase method of every container (not just some of them) will return an iterator so we won't need a temporary iterator when using erase in a loop block? (eg: http://www.cplusplus.com/reference/map/map/erase/) Julien -- View this message in context: http://n

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

2014-12-02 Thread Kohei Yoshida
sw/qa/core/uwriter.cxx |2 sw/qa/extras/uiwriter/uiwriter.cxx |2 sw/source/ui/dbui/dbinsdlg.cxx |6 - sw/source/ui/dbui/mmoutputpage.cxx |8 - sw/source/ui/frmdlg/column.cxx | 52 - sw/source/ui/frmdlg/cption.cxx | 20 +-- sw/source/ui/frmdlg/

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/replaceColorFragmentShader.glsl |2 -- 1 file changed, 2 deletions(-) New commits: commit c072de53b6f2e8ca162a9dd70f1062073d54c115 Author: Louis-Francis Ratté-Boulianne Date: Tue Dec 2 17:18:26 2014 -0500 vcl: Fix color-replacement fragment shader Change-Id: I82a0

[Bug 45904] move java based api tests to c++

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45904 Markus Mohrhard changed: What|Removed |Added CC||noelgran...@gmail.com --- Comment #20

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Markus Mohrhard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 tommy27 changed: What|Removed |Added Depends on|76389 | -- You are receiving this mail because: You

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 tommy27 changed: What|Removed |Added Depends on||76389 -- You are receiving this mail because:

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

2014-12-02 Thread Zolnai Tamás
cui/source/options/optmemory.cxx |2 ++ cui/uiconfig/ui/optmemorypage.ui |8 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit f20043a0805c3a75eb4024ed59f45291aea93ac0 Author: Zolnai Tamás Date: Wed Dec 3 02:14:26 2014 +0100 Add a limit for graphic cac

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

2014-12-02 Thread Markus Mohrhard
include/vcl/opengl/OpenGLContext.hxx |3 +++ vcl/inc/openglgdiimpl.hxx|4 +--- vcl/opengl/gdiimpl.cxx | 21 ++--- vcl/source/opengl/OpenGLContext.cxx | 12 4 files changed, 30 insertions(+), 10 deletions(-) New commits: commit a1

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

2014-12-02 Thread David Ostrovsky
winaccessibility/source/UAccCOM/AccAction.h |2 +- winaccessibility/source/UAccCOM/AccComponent.h|2 +- winaccessibility/source/UAccCOM/AccEditableText.h |2 +- winaccessibility/source/UAccCOM/AccHyperLink.h|2 +- winaccessibility/source/UAccCOM/AccHypertext.h|

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

2014-12-02 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 12 +-- sw/uiconfig/swriter/toolbar/tableobjectbar.xml | 35 +- 2 files changed, 25 insertions(+), 22 deletions(-) New commits: commit 815f515b8ff14f0542ec5f7898ca98d589b193eb Author: Yousuf Ph

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - icon-themes/galaxy icon-themes/tango officecfg/registry

2014-12-02 Thread Yousuf Philips
icon-themes/galaxy/cmd/lc_deletetable.png |binary icon-themes/galaxy/links.txt|3 +++ icon-themes/tango/cmd/lc_deletetable.png|binary icon-themes/tango/cmd/lc_inserttable-alt.png

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

2014-12-02 Thread Caolán McNamara
sc/qa/unit/ucalc.hxx |2 sc/qa/unit/ucalc_sort.cxx | 215 + vcl/opengl/x11/gdiimpl.cxx | 10 +- 3 files changed, 222 insertions(+), 5 deletions(-) New commits: commit 4483fb28546f81b205159d9a8e4f5d41d3c90ac5 Author: Caolán McNamara Date

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 3 commits - vcl/headless vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/quartz vcl/source vcl/unx vcl/win

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk |1 vcl/headless/svpbmp.cxx|5 vcl/inc/headless/svpbmp.hxx|2 + vcl/inc/impbmp.hxx |1 vcl/inc/opengl/program.hxx |2 + vcl/inc/opengl/salbmp.hxx

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 0f470127d8d3619ceb6fd92415d246c6f42d9eef Author: Kohei Yoshida Date: Tue Dec 2 16:38:01 2014 -0500 Double blank lines... Change-Id: I826db178ceea4a409ad9e14ff73b5edaf136e435 (cherry p

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 975a054cc2eeb04516f1f1ef3c9064b2f3cd9456 Author: Kohei Yoshida Date: Tue Dec 2 16:38:01 2014 -0500 Double blank lines... Change-Id: I826db178ceea4a409ad9e14ff73b5edaf136e435 diff --git a

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 219c42d1236e3ec6c6e01fb1a933343297a3e725 Author: Kohei Yoshida Date: Tue Dec 2 16:35:06 2014 -0500 Let's not forget to move the comment too. Change-Id: I86f2107860c

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 93b809d4c4151a02404308a20ecb20f1d6378e0a Author: Kohei Yoshida Date: Tue Dec 2 16:35:06 2014 -0500 Let's not forget to move the comment too. Change-Id: I86f2107860c

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 624d5485a99d049541a630482eef6e67fb9d0180 Author: Kohei Yoshida Date: Tue Dec 2 16:30:10 2014 -0500 Put this inside the bulk broadcast scope. Because setting formula cell

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/document.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 672484e615434f7133cc838442962f5abf1ad225 Author: Kohei Yoshida Date: Tue Dec 2 16:30:10 2014 -0500 Put this inside the bulk broadcast scope. Because setting formula cell

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

2014-12-02 Thread Markus Mohrhard
include/vcl/opengl/OpenGLContext.hxx |3 +++ vcl/inc/openglgdiimpl.hxx|4 +--- vcl/opengl/gdiimpl.cxx | 21 ++--- vcl/source/opengl/OpenGLContext.cxx | 12 4 files changed, 30 insertions(+), 10 deletions(-) New commits: commit 80

Re: Scheduling lcov code coverage script

2014-12-02 Thread Maarten Hoes
Hi, One of the things I tried to communicate in my previous email, I perhaps may have tried to convey in a too subtle a manner to be noticed. So I will attempt to formulate it again in a slightly more explicit manner: ;) With the current state of this script, automated/scripted lcov code coverag

[Libreoffice-commits] core.git: bean/Library_officebean.mk bean/native

2014-12-02 Thread Stephan Bergmann
bean/Library_officebean.mk |2 bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c | 65 --- bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c | 59 - 3 files changed, 126 deletions(-) New commits: commit 6ae099ff431eec9ec

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

2014-12-02 Thread Stephan Bergmann
i18nlangtag/source/languagetag/languagetag.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 248fa06e017b30cd61e4900f1ec22805b5a5426c Author: Stephan Bergmann Date: Tue Dec 2 21:38:23 2014 +0100 Work around -Werror,-Wkeyword-macro ...where liblangtag/lt-macros.h do

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

2014-12-02 Thread Stephan Bergmann
desktop/unx/source/splashx.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit eaddcb8a517d6f39ca8036e9e021e40f88c7d98c Author: Stephan Bergmann Date: Tue Dec 2 21:37:24 2014 +0100 Use OSL_LIT/BIGENDIAN ...one of which is guaranteed to be d

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

2014-12-02 Thread Michael Stahl
cui/source/tabpages/paragrph.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fbb9c7654f812431044aa5a49dba8f0ef6ebdb9a Author: Michael Stahl Date: Thu Nov 27 23:38:38 2014 +0100 fdo#70861: cui: fix crash in SvxExtParagraphTabPage SvxExtParagraphTab

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

2014-12-02 Thread Douglas Mencken
vcl/osx/a11yactionwrapper.mm |4 - vcl/osx/a11ycomponentwrapper.mm |2 vcl/osx/a11ytextattributeswrapper.mm |2 vcl/osx/a11ytextwrapper.mm |4 - vcl/osx/a11yvaluewrapper.mm | 10 +-- vcl/osx/a11ywrapper.mm | 104 +--

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

2014-12-02 Thread Eike Rathke
sc/inc/column.hxx |2 sc/inc/document.hxx |2 sc/inc/refhint.hxx | 18 ++ sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 17 ++ sc/source/core/data/document.cxx|5 sc/source/core/data/form

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

2014-12-02 Thread Eike Rathke
sc/inc/column.hxx |2 sc/inc/document.hxx |2 sc/inc/refhint.hxx | 18 ++ sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 17 ++ sc/source/core/data/document.cxx|5 sc/source/core/data/form

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

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx | 39 + editeng/source/editeng/editobj.cxx | 15 +- 2 files changed, 53 insertions(+), 1 deletion(-) New commits: commit 54ec8671a9073cd5e03d4b56e22895eca2f8d630 Author: Michael Stahl Date: Mon Dec 1 19:25:1

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

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx | 39 + editeng/source/editeng/editobj.cxx | 15 +- 2 files changed, 53 insertions(+), 1 deletion(-) New commits: commit dc32ecf262fcba7dfb1e56356523f847f12f0e25 Author: Michael Stahl Date: Mon Dec 1 19:25:1

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

2014-12-02 Thread Eike Rathke
sc/inc/column.hxx |2 sc/inc/document.hxx |2 sc/inc/refhint.hxx | 18 ++ sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 17 ++ sc/source/core/data/document.cxx|5 sc/source/core/data/form

[Bug 39468] translate German comments, removing redundant ones

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39468 --- Comment #151 from Commit Notification --- Michael Weghorn committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=13658762d2a6a0f33ad23ab6b9295ee93d2280bc fdo#39468 t

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

2014-12-02 Thread Michael Weghorn
include/svtools/headbar.hxx | 230 +--- 1 file changed, 111 insertions(+), 119 deletions(-) New commits: commit 13658762d2a6a0f33ad23ab6b9295ee93d2280bc Author: Michael Weghorn Date: Tue Dec 2 20:28:07 2014 +0100 fdo#39468 translate German comments

[Bug 86941] add more conditional formatting unit tests

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86941 Markus Mohrhard changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 39 ++-- 1 file changed, 20 insertions(+), 19 deletions(-) New commits: commit 6060ced6a929a9f425a3606c52564e9c63c35d6d Author: Kohei Yoshida Date: Tue Dec 2 14:53:02 2014 -0500 Reduce scope level. Change-Id:

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

2014-12-02 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 39 ++-- 1 file changed, 20 insertions(+), 19 deletions(-) New commits: commit bdbe60051878bda9e9df11cfef032788c8347ba6 Author: Kohei Yoshida Date: Tue Dec 2 14:53:02 2014 -0500 Reduce scope level. Change-Id:

[Bug 86929] Kill FOREACHPAM_START for good

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86929 Björn Michaelsen changed: What|Removed |Added Depends on||75757 -- You are receiving this mail

[Bug 75757] remove inheritance to std::map and std::vector

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75757 Björn Michaelsen changed: What|Removed |Added Blocks||86929 --- Comment #49 from Björn Mich

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

2014-12-02 Thread Eike Rathke
sc/qa/unit/ucalc.hxx |2 sc/qa/unit/ucalc_sort.cxx | 215 ++ 2 files changed, 217 insertions(+) New commits: commit bbfa317b9cfdbb0c44140e3414d4c2dfba9bcef4 Author: Eike Rathke Date: Tue Dec 2 19:50:11 2014 +0100 unit test for sort wi

[Bug 38829] Add fractional inches to units

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38829 Omar Syed changed: What|Removed |Added Assignee|kunalarora@gmail.com|osye...@gmail.com -- You are receiving this

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

2014-12-02 Thread Kohei Yoshida
include/svl/itempool.hxx |2 -- svl/source/items/itempool.cxx |4 +++- sw/inc/hints.hxx |1 + 3 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 502331f2891bdd40c7d63afee7d69abff633 Author: Kohei Yoshida Date: Tue Dec 2 13:10:00 2014 -0500

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - external/libvisio

2014-12-02 Thread Miklos Vajna
external/libvisio/UnpackedTarball_libvisio.mk |1 external/libvisio/vsd-metadata.patch.1| 651 ++ 2 files changed, 652 insertions(+) New commits: commit 5d863d458dbf0ba581f550b2e82788878c1e5b31 Author: Miklos Vajna Date: Tue Dec 2 17:09:30 2014 +0100

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

2014-12-02 Thread Tor Lillqvist
vcl/source/gdi/pdfwriter_impl.cxx |4 1 file changed, 4 insertions(+) New commits: commit db6f9fbc755e342c4fa3f3cd14e42d9ea0424505 Author: Tor Lillqvist Date: Tue Dec 2 19:56:02 2014 +0200 Add a few questions as comments Change-Id: I7bc2a725bbcc215a40a3c20567aaa1c1187c3b

[Libreoffice-commits] core.git: external/libvisio

2014-12-02 Thread Miklos Vajna
external/libvisio/vsd-metadata.patch.1 | 20 1 file changed, 20 insertions(+) New commits: commit 386014bb5ee1fb611bbc00c37c04cdf191a833b7 Author: Miklos Vajna Date: Tue Dec 2 18:51:54 2014 +0100 error C3861: 'localtime': identifier not found Change-Id: I2c

[Libreoffice-commits] libvisio.git: src/lib

2014-12-02 Thread Miklos Vajna
src/lib/VSDMetaData.cpp |1 + 1 file changed, 1 insertion(+) New commits: commit 89ccb97fedc69e4508581ddcd93c9ea6740855c1 Author: Miklos Vajna Date: Tue Dec 2 18:50:16 2014 +0100 error C3861: ´localtime´: identifier not found Change-Id: Ic0ccfc0b6cdd030772d09e7d235c63d440ba

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

2014-12-02 Thread Caolán McNamara
sw/source/uibase/docvw/PostItMgr.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7e75eab406c5e58e40987ab8a249dbacbb685551 Author: Caolán McNamara Date: Tue Dec 2 17:42:55 2014 + Only call super-expensive Invalidate on scrollbar toggling o

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

2014-12-02 Thread Caolán McNamara
sw/source/uibase/docvw/PostItMgr.cxx | 342 +-- 1 file changed, 172 insertions(+), 170 deletions(-) New commits: commit 378c74ce290ab772f962db51ff8cba200cb40144 Author: Caolán McNamara Date: Tue Dec 2 17:42:55 2014 + Only call super-expensive Invalida

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

2014-12-02 Thread Caolán McNamara
sax/source/fastparser/fastparser.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 060317b22fe5d09d1a45541ca5b5c5db46a83f29 Author: Caolán McNamara Date: Tue Dec 2 11:36:53 2014 + fix crash-190212-093017-986 Change-Id: I3d2d57850dcb1f

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

2014-12-02 Thread Caolán McNamara
sw/source/filter/ww8/ww8par2.cxx | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) New commits: commit f070a64a1d3ccdb382a189506bd4c5001411fc11 Author: Caolán McNamara Date: Tue Dec 2 17:01:30 2014 + Resolves: fdo#36514 avoid empty style names in w

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

2014-12-02 Thread Caolán McNamara
filter/source/msfilter/util.cxx |4 1 file changed, 4 insertions(+) New commits: commit c72305d1d855ace5ea1d46892576851644236a7d Author: Caolán McNamara Date: Tue Dec 2 17:04:56 2014 + add fallback encodings for Thai and Vietnamese Change-Id: Ie9fbf8d25e7954ae3a60ea

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

2014-12-02 Thread Caolán McNamara
sw/source/filter/ww8/ww8par2.cxx | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) New commits: commit 52979151ca45f9a8aff1694f3c4e1b87ef971ba8 Author: Caolán McNamara Date: Tue Dec 2 17:01:30 2014 + Resolves: fdo#36514 avoid empty style names in w

[Libreoffice-commits] core.git: external/libvisio

2014-12-02 Thread Miklos Vajna
external/libvisio/UnpackedTarball_libvisio.mk |1 external/libvisio/vsd-metadata.patch.1| 631 ++ 2 files changed, 632 insertions(+) New commits: commit 9b61cf4a70b9c3023d035a1b0f7cc1488dd55e22 Author: Miklos Vajna Date: Tue Dec 2 17:09:30 2014 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - 2 commits - editeng/qa

2014-12-02 Thread Tor Lillqvist
editeng/qa/unit/core-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f8452c55c7edef28a356775b61d18b92cfbb3402 Author: Tor Lillqvist Date: Tue Dec 2 08:21:31 2014 +0200 Adapt to int/sal_Int32 mismatch on 32-bit build Change-Id: I9c5cb458ea

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

2014-12-02 Thread Stephan Bergmann
vcl/qa/cppunit/outdev.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 02b664dc717a568878f05ae4458eb2655eff7694 Author: Stephan Bergmann Date: Tue Dec 2 17:29:13 2014 +0100 More fear of blue Change-Id: Ib6e2bf2ad9e32f65ac1de96c40eea18557e9aad4 diff --git a/vcl/

[Libreoffice-commits] libvisio.git: src/lib

2014-12-02 Thread Miklos Vajna
src/lib/VSDMetaData.cpp | 53 src/lib/VSDMetaData.h |1 src/lib/VSDParser.cpp |2 + 3 files changed, 56 insertions(+) New commits: commit 02c96626a14e7435e38a142397640926978deb5e Author: Miklos Vajna Date: Tue Dec 2 16:46:44 2014

[Libreoffice-commits] buildbot.git: lcov-report/README

2014-12-02 Thread Maarten Hoes
lcov-report/README |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit cc741dcd82007db98a268cc5c3f02388f5bb0288 Author: Maarten Hoes Date: Tue Dec 2 15:54:57 2014 +0100 Minor README corrections. Change-Id: Ia80b42e724d90bb78876179261ccb9337d3a0d0f

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

2014-12-02 Thread Stephan Bergmann
sal/qa/rtl/strings/test_ostring_concat.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 53af491e09e8a2471676232418e8610b4b0c05c0 Author: Stephan Bergmann Date: Tue Dec 2 16:46:18 2014 +0100 -Werror,-Wkeyword-macro Change-Id: I4a42c9f795cfbaa0f6c7b68d8189204a63da232

[Libreoffice-commits] core.git: setup_native/Library_shlxtmsi.mk setup_native/source

2014-12-02 Thread Stephan Bergmann
setup_native/Library_shlxtmsi.mk |1 setup_native/source/win32/customactions/shellextensions/layerlinks.cxx | 171 -- setup_native/source/win32/customactions/shellextensions/shlxtmsi.def |2 3 files changed, 174 deletions(-) New commits:

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/source

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/source/app/svdata.cxx |8 vcl/source/app/svmain.cxx |6 ++ 2 files changed, 14 insertions(+) New commits: commit 0dc8f568c9c4644542fe9823c2395fd766e1d7d0 Author: Louis-Francis Ratté-Boulianne Date: Tue Dec 2 10:29:00 2014 -0500 vcl: Add reference on default windo

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - editeng/qa

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 63fe27221d110d1bcf49672ad938582b978af921 Author: Michael Stahl Date: Tue Dec 2 16:01:32 2014 +0100 editeng: fix build Change-Id: I64d50f1b1554f7bbb1aadffd16089be2847b765

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

2014-12-02 Thread Stephan Bergmann
vcl/qa/cppunit/outdev.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 03d5a2e3eb80d4ca00f042893ee5ef7ddeb9b5f3 Author: Stephan Bergmann Date: Tue Dec 2 16:19:39 2014 +0100 Not all Macs like blue, either Change-Id: Ib10b5d592061b7618345c6b2dca596a9af5bbb7d diff

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - editeng/qa

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d6edd18c7bda9ca6325b1abd59de0014be33a0bb Author: Michael Stahl Date: Tue Dec 2 16:01:32 2014 +0100 editeng: fix build Change-Id: I64d50f1b1554f7bbb1aadffd16089be2847b765

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

2014-12-02 Thread Caolán McNamara
oox/source/vml/vmlformatting.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit a757e1b1300dde12fb865c1efd64bfd2bef00e2c Author: Caolán McNamara Date: Tue Dec 2 14:51:09 2014 + Resolves: fdo#70157 fix crash on loading Change-Id: I0d248

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

2014-12-02 Thread Caolán McNamara
oox/source/vml/vmlformatting.cxx | 10 +++--- sax/source/fastparser/fastparser.cxx | 10 -- 2 files changed, 15 insertions(+), 5 deletions(-) New commits: commit 8302d048653d9ac25d3cb9ab9277df715053ad6a Author: Caolán McNamara Date: Tue Dec 2 14:51:09 2014 + Resol

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

2014-12-02 Thread David Ostrovsky
bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 9776af8215093f3d67cbfe58c87c8decd54b01d8 Author: David Ostrovsky Date: Sun Nov 30 12:30:05 2014 +0100 except.cxx: Fix pTypeDescr is unknown in this con

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - 52 commits - desktop/Library_sofficeapp.mk desktop/unx include/vcl svx/Executable_gengal.mk sw/Executable_tiledrendering.mk vcl/CppunitTest_v

2014-12-02 Thread Markus Mohrhard
desktop/Library_sofficeapp.mk|4 desktop/unx/source/glxtest.cxx | 282 - include/vcl/opengl/OpenGLContext.hxx | 56 + include/vcl/opengl/glxtest.hxx |2 include/vcl/outdev.hxx |4 in

[Libreoffice-commits] core.git: odk/settings

2014-12-02 Thread Stephan Bergmann
odk/settings/settings.mk |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 428bd61cd80b49c0e4ec1b2ee4b4b8870ebf9a35 Author: Stephan Bergmann Date: Tue Dec 2 15:44:07 2014 +0100 Consistently use $(...) Change-Id: I68d3f99ca2a53988fb40ce0d5d364e19a8

[Libreoffice-commits] core.git: bin/distro-install-sdk odk/config odk/docs odk/settings

2014-12-02 Thread Stephan Bergmann
bin/distro-install-sdk |1 - odk/config/configure.pl |4 odk/config/setsdkenv_unix.sh.in | 13 - odk/docs/install.html | 22 ++ odk/settings/settings.mk|4 +--- 5 files changed, 11 insertions(+), 33 deletions(-

[Libreoffice-commits] core.git: external/glew

2014-12-02 Thread David Ostrovsky
external/glew/ExternalPackage_glew.mk | 10 +- external/glew/ExternalProject_glew.mk |2 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit ce0513a9ee79d29f38db6b6b2bbc662826350eb6 Author: David Ostrovsky Date: Sun Nov 30 19:19:13 2014 +0100 glew: Don't

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

2014-12-02 Thread Eike Rathke
sc/inc/column.hxx |2 sc/inc/document.hxx |2 sc/inc/refhint.hxx | 18 ++ sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 19 ++ sc/source/core/data/document.cxx|4 sc/source/core/data/form

[Libreoffice-commits] core.git: external/lcms2

2014-12-02 Thread David Ostrovsky
external/lcms2/ExternalProject_lcms2.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 74b2cdd48992c3627586887d67638fc87125ca94 Author: David Ostrovsky Date: Sun Nov 30 18:29:22 2014 +0100 lcms2: Don't hard code Win32 platform on Windows Change-Id: I

[Libreoffice-commits] core.git: config_host.mk.in configure.ac solenv/gbuild

2014-12-02 Thread Caolán McNamara
config_host.mk.in |1 + configure.ac | 12 solenv/gbuild/platform/com_GCC_defs.mk |5 + 3 files changed, 18 insertions(+) New commits: commit 34555600b019a85f0aec0a9d18e7833bc934788b Author: Caolán McNamara Date: Mon De

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 2 commits - include/vcl vcl/inc vcl/opengl vcl/source

2014-12-02 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx |2 -- vcl/inc/opengl/win/gdiimpl.hxx |1 - vcl/inc/opengl/x11/gdiimpl.hxx |1 - vcl/inc/openglgdiimpl.hxx|6 +++--- vcl/opengl/gdiimpl.cxx | 21 +++-- vcl/opengl/win/gdiimpl.cxx

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

2014-12-02 Thread Winfried Donkers
sc/source/ui/app/inputhdl.cxx | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) New commits: commit 7a93554500f82adec8f89fd4a137af07ec502013 Author: Winfried Donkers Date: Wed Nov 12 11:18:35 2014 +0100 fdo#86169 fix completion of function name crash

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

2014-12-02 Thread Stanislav Horacek
sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui |2 +- sc/uiconfig/scalc/ui/movingaveragedialog.ui|2 +- sc/uiconfig/scalc/ui/randomnumbergenerator.ui |6 +++--- sc/uiconfig/scalc/ui/samplingdialog.ui |4 ++-- 4 files changed, 7 insertions(+), 7 deletion

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

2014-12-02 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 12 +-- sw/uiconfig/swriter/toolbar/tableobjectbar.xml | 35 +- 2 files changed, 25 insertions(+), 22 deletions(-) New commits: commit dd359cff8814ad7a9796f05cd21c9d98190898c2 Author: Yousuf Ph

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

2014-12-02 Thread Stanislav Horacek
sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui |2 +- sc/uiconfig/scalc/ui/movingaveragedialog.ui|2 +- sc/uiconfig/scalc/ui/randomnumbergenerator.ui |6 +++--- sc/uiconfig/scalc/ui/samplingdialog.ui |4 ++-- 4 files changed, 7 insertions(+), 7 deletion

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

2014-12-02 Thread Stanislav Horacek
sw/source/uibase/utlui/initui.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82842e725cdc64abf4931ad294367b699ce2a18b Author: Stanislav Horacek Date: Mon Dec 1 20:01:53 2014 +0100 capitalize e-mail in list of publication types Change-Id: I4f67429

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

2014-12-02 Thread Andras Timar
sw/source/filter/html/htmlnumwriter.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit c5c820c4312a200847cb152bc25edc95708e6a5a Author: Andras Timar Date: Tue Dec 2 11:54:43 2014 +0100 fdo#68684 export more numbering types correctly into HT

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

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx | 39 + editeng/source/editeng/editobj.cxx | 15 +- 2 files changed, 53 insertions(+), 1 deletion(-) New commits: commit eba15473d5cadca30edba6989512ee3e331ad197 Author: Michael Stahl Date: Mon Dec 1 19:25:1

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

2014-12-02 Thread Michael Stahl
editeng/qa/unit/core-test.cxx | 39 + editeng/source/editeng/editobj.cxx | 15 +- 2 files changed, 53 insertions(+), 1 deletion(-) New commits: commit 90e3a4ba5154a451153ae9431236864f81b5bb60 Author: Michael Stahl Date: Mon Dec 1 19:25:1

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

2014-12-02 Thread Eike Rathke
sc/inc/column.hxx |2 sc/inc/document.hxx |2 sc/inc/refhint.hxx | 18 ++ sc/inc/table.hxx|2 sc/source/core/data/column.cxx | 19 ++ sc/source/core/data/document.cxx|4 sc/source/core/data/form

[Bug 51741] EDIITING: Deleting bookmark is not seen as a modification of document

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51741 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner

[Bug 51741] EDIITING: Deleting bookmark is not seen as a modification of document

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51741 --- Comment #8 from Commit Notification --- Renato Ferreira committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f0c4cd51cb160492d78c2796f71ecd88da25fa59 fdo#51741 Mar

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

2014-12-02 Thread Renato Ferreira
sw/source/core/crsr/bookmrk.cxx |8 sw/source/core/doc/docbm.cxx |6 ++ sw/source/core/inc/bookmrk.hxx|4 +++- sw/source/core/unocore/unobkm.cxx |1 - 4 files changed, 17 insertions(+), 2 deletions(-) New commits: commit f0c4cd51cb160492d78c2796f71ecd88da25

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 01/38631f2551dd526e9f63f779e442b185801f9e

2014-12-02 Thread Caolán McNamara
01/38631f2551dd526e9f63f779e442b185801f9e |1 + 1 file changed, 1 insertion(+) New commits: commit d2a836edb703c02d266235621650b00bfccb879f Author: Caolán McNamara Date: Tue Dec 2 13:51:00 2014 + Notes added by 'git notes add' diff --git a/01/38631f2551dd526e9f63f779e442b185801f

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a2/fdc4c281b66d927295b93b1102046845b1b958

2014-12-02 Thread Caolán McNamara
a2/fdc4c281b66d927295b93b1102046845b1b958 |1 + 1 file changed, 1 insertion(+) New commits: commit 4989648b7335179b77ca42ebc274be1b37bdcf54 Author: Caolán McNamara Date: Tue Dec 2 13:50:34 2014 + Notes added by 'git notes add' diff --git a/a2/fdc4c281b66d927295b93b1102046845b1b9

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - pyuno/Package_python_scripts.mk pyuno/source scripting/Pyuno_mailmerge.mk scripting/source

2014-12-02 Thread Michael Stahl
pyuno/Package_python_scripts.mk |1 pyuno/source/officehelper.py| 84 scripting/Pyuno_mailmerge.mk|1 scripting/source/pyprov/officehelper.py | 84 4 files changed, 85 insertions(+), 85

[Libreoffice-commits] core.git: pyuno/Package_python_scripts.mk pyuno/source scripting/Pyuno_mailmerge.mk scripting/source

2014-12-02 Thread Michael Stahl
pyuno/Package_python_scripts.mk |1 pyuno/source/officehelper.py| 84 scripting/Pyuno_mailmerge.mk|1 scripting/source/pyprov/officehelper.py | 84 4 files changed, 85 insertions(+), 85

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

2014-12-02 Thread Daniel Sikeler
sw/inc/editsh.hxx | 13 -- sw/source/core/edit/edattr.cxx | 214 +++- sw/source/uibase/shells/txtattr.cxx | 46 --- 3 files changed, 99 insertions(+), 174 deletions(-) New commits: commit a143d7d14db9b12064391879822120260eda2702 Auth

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

2014-12-02 Thread Michaël Lefèvre
sw/source/core/layout/paintfrm.cxx | 43 ++--- 1 file changed, 22 insertions(+), 21 deletions(-) New commits: commit ababde703007557c59595d551efb118cf84a3911 Author: Michaël Lefèvre Date: Mon Dec 1 23:20:11 2014 +0100 Use parameter instead of static glo

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

2014-12-02 Thread Michaël Lefèvre
sw/source/core/layout/paintfrm.cxx | 60 +++-- 1 file changed, 31 insertions(+), 29 deletions(-) New commits: commit 4edba25561758bf4302279bd24385cc2a66d4bcf Author: Michaël Lefèvre Date: Mon Dec 1 17:15:36 2014 +0100 Use parameter instead of static acc

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

2014-12-02 Thread Caolán McNamara
connectivity/source/drivers/hsqldb/HView.cxx | 81 +-- connectivity/source/inc/hsqldb/HView.hxx | 11 +++ 2 files changed, 63 insertions(+), 29 deletions(-) New commits: commit 11b4de26833558b482e28619afe09c2c0acd7bb2 Author: Caolán McNamara Date: Mon Dec 1 10:

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

2014-12-02 Thread Stephan Bergmann
vcl/inc/opengl/program.hxx |4 1 file changed, 4 insertions(+) New commits: commit 0edcbd68529c54834ca85c2dc4abd8e4e69d39b4 Author: Stephan Bergmann Date: Tue Dec 2 14:16:10 2014 +0100 Missing include Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4 diff --git a/vcl

[Bug 75280] [Easyhack] Convert inappropriate use of sal_uIntPtr to better integer types

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75280 Michael Stahl changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|vicenzi.alexan...

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

2014-12-02 Thread Stephan Bergmann
vcl/qa/cppunit/outdev.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit c7bc12848a63f917a2f783f346284bd376ab4479 Author: Stephan Bergmann Date: Tue Dec 2 13:58:16 2014 +0100 Blue works better on Mac than green ...for whatever reason, the CPPUN

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

2014-12-02 Thread Noel Grandin
vcl/workben/vcldemo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 63fbe59d054a99224dac5fa25ff1a16890365746 Author: Noel Grandin Date: Tue Dec 2 14:54:44 2014 +0200 loplugin:saloverride Change-Id: I62e8c07faf1fb38b39dfb41e0ba408d5c534312f diff -

  1   2   >