LibreOffice Gerrit News for core on 2015-03-10

2015-03-10 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + tdf#86787: Page style margin limited to 99.99mm in https://gerrit.libreoffice.org/14821 from Rishabh Kumar about module cui + tdf#89641 Page numbering in Calc

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - config_host.mk.in configure.ac solenv/gbuild

2015-03-10 Thread Peter Foley
config_host.mk.in |1 configure.ac | 51 +++-- solenv/gbuild/JunitTest.mk |3 +- 3 files changed, 48 insertions(+), 7 deletions(-) New commits: commit dea6266b22a3e7a7af4623fb655c4279560762c0 Author: Peter Foley

should we have a rtl_secureZeroMemory ?

2015-03-10 Thread Caolán McNamara
This is in the context of the http://www.viva64.com/en/b/0308/#ID0ESAGK section and these memset calls http://www.viva64.com/external-pictures/txt/LibreOffice-V597.txt Or should we just use c++11's memset_s in these places ? (And persumably either way, have rtl_freeZeroMemory call that instead

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

2015-03-10 Thread Miklos Vajna
include/LibreOfficeKit/LibreOfficeKitGtk.h |1 libreofficekit/source/gtk/lokdocview.c | 51 - 2 files changed, 44 insertions(+), 8 deletions(-) New commits: commit 06b4748179bb84356a6dd697baf9b304805d30bc Author: Miklos Vajna vmik...@collabora.co.uk Date:

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

2015-03-10 Thread Tor Lillqvist
sc/qa/unit/data/xls/shared-formula/relative-refs2.xls |binary sc/qa/unit/subsequent_filters-test.cxx| 43 ++ 2 files changed, 35 insertions(+), 8 deletions(-) New commits: commit bb2728fd246716588d135c9e159135b1c5a7d3e1 Author: Tor Lillqvist t...@collabora.com

[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 --- Comment #8 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Swachhand Lokhande committed a patch related to this issue. It has been pushed to master:

[Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

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

2015-03-10 Thread Caolán McNamara
vcl/win/source/gdi/salbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 16b8fbb2e0c72ce321c9f569284f4ef37339af2c Author: Caolán McNamara caol...@redhat.com Date: Tue Mar 10 09:27:43 2015 + sigh, collision Change-Id:

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

2015-03-10 Thread Stephan Bergmann
external/poppler/ubsan.patch.0 | 37 + 1 file changed, 37 insertions(+) New commits: commit a788eea404b71ddca24eb13506fd51ea41485a69 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 10 12:35:37 2015 +0100 external/poppler: Work around

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

2015-03-10 Thread Miklos Vajna
include/LibreOfficeKit/LibreOfficeKitGtk.h |3 + libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 26 +++ libreofficekit/source/gtk/lokdocview.c | 44 +++- 3 files changed, 64 insertions(+), 9 deletions(-) New commits: commit

[Libreoffice-commits] core.git: avmedia/source basctl/source chart2/qa chart2/source comphelper/source

2015-03-10 Thread Swachhand Lokhande
avmedia/source/framework/mediatoolbox.cxx|8 --- basctl/source/basicide/basicrenderable.cxx |8 --- basctl/source/basicide/moduldl2.cxx | 11 -- basctl/source/basicide/scriptdocument.cxx|7 +++---

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

2015-03-10 Thread Caolán McNamara
dbaccess/qa/unit/embeddeddb_performancetest.cxx | 11 +-- reportdesign/source/ui/report/ViewsWindow.cxx | 17 +++-- sc/source/filter/xcl97/XclExpChangeTrack.cxx|3 --- sw/source/filter/ww8/ww8scan.cxx|5 +++-- sw/source/ui/dialog/swdlgfact.cxx

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

2015-03-10 Thread Stephan Bergmann
vcl/osx/salinst.cxx |7 +-- vcl/osx/salnstimer.mm |2 +- vcl/osx/saltimer.cxx |9 ++--- 3 files changed, 12 insertions(+), 6 deletions(-) New commits: commit bbd419d9bfa8fee66d3a9cfa8b592087e25da285 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 10 12:52:36

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

2015-03-10 Thread Caolán McNamara
vcl/headless/svpgdi.cxx | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 997654c21dd3758a58743e9eb660bf0099fd6007 Author: Caolán McNamara caol...@redhat.com Date: Tue Mar 10 11:38:52 2015 + make SvpSalGraphics::getBitmap more readable

Re: should we have a rtl_secureZeroMemory ?

2015-03-10 Thread Stephan Bergmann
On 03/10/2015 10:43 AM, Caolán McNamara wrote: This is in the context of the http://www.viva64.com/en/b/0308/#ID0ESAGK section and these memset calls http://www.viva64.com/external-pictures/txt/LibreOffice-V597.txt Or should we just use c++11's memset_s in these places ? (And persumably either

[Libreoffice-commits] core.git: sd/CppunitTest_sd_import_tests.mk

2015-03-10 Thread Stephan Bergmann
sd/CppunitTest_sd_import_tests.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1bb614066738f2672da8923c40b5694eed383e86 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 10 11:41:45 2015 +0100 Missing dependency since

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

2015-03-10 Thread Tor Lillqvist
sc/inc/tokenarray.hxx |1 + sc/source/core/tool/token.cxx |6 ++ sc/source/filter/inc/tokstack.hxx |2 +- 3 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 94eed3f5bb675d60239414ad2289bde7cc4d4f8e Author: Tor Lillqvist t...@collabora.com Date:

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

2015-03-10 Thread Miklos Vajna
avmedia/source/framework/mediatoolbox.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 686ee0aaca664ebb276724832830ecb038f07978 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Mar 10 11:53:23 2015 +0100 avmedia: avoid passing an empty any to

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

2015-03-10 Thread Tobias Lippert
sw/qa/core/test_ToxWhitespaceStripper.cxx| 14 ++ sw/source/core/tox/ToxWhitespaceStripper.cxx |7 +++ 2 files changed, 21 insertions(+) New commits: commit 09669c4f89ad5c4c012ba114811b49f7805e3801 Author: Tobias Lippert d...@fastmail.fm Date: Sun Feb 22 13:59:03 2015

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

2015-03-10 Thread Takeshi Abe
starmath/inc/unomodel.hxx|3 --- starmath/source/unomodel.cxx | 13 - 2 files changed, 16 deletions(-) New commits: commit 9de93c8e06da3f79929ac208b666fb562b48bd49 Author: Takeshi Abe t...@fixedpoint.jp Date: Thu Mar 5 22:14:10 2015 +0900 Spare extra call stack

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

2015-03-10 Thread Tor Lillqvist
vcl/source/gdi/pdfwriter_impl.cxx | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 07ca1c58d779f4daa4c84895d914780a1c814944 Author: Tor Lillqvist t...@collabora.com Date: Tue Mar 10 16:07:57 2015 +0200 Fix signature overflow check in the

tdf#89872, tdf#88547 use of date arrays as function arguments

2015-03-10 Thread Winfried Donkers
Hi Eike, The -now reverted- patch for tdf#88547 made it possible to convert an array of date strings to an array of numeric date values. From tdf#88547 I learned that Excel accepts these arguments in functions like WORKDAY.INTL(), NETWORKDAYS.INTL(), MODE.MULT() and others. In

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

2015-03-10 Thread Tobias Madl
svx/source/dialog/srchdlg.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 5b517719e894a179ee5df64fe5e56e26398e8512 Author: Tobias Madl tobias.madl@gmail.com Date: Tue Mar 10 14:05:49 2015 + Idle/Timer: reverted idle to timer This

[Libreoffice-commits] core.git: 2 commits - chart2/source lotuswordpro/source sc/source sd/source svx/source

2015-03-10 Thread Caolán McNamara
chart2/source/controller/accessibility/AccessibleTextHelper.cxx |9 chart2/source/controller/dialogs/dlg_CreationWizard.cxx |2 chart2/source/controller/main/ChartController.cxx | 14 lotuswordpro/source/filter/lwpbackgroundstuff.cxx | 23

[Bug 62957] FILESAVE: Save Last Slide Position in Impress

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62957 --- Comment #18 from Kumāra kumara.bhik...@gmail.com --- (In reply to Thorsten Behrens from comment #17) In fact, the functionality requested *is already there* - it is currently triggered by alt-shift-F5 after loading a file that was

[Libreoffice-commits] core.git: libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk libreofficekit/Module_libreofficekit.mk libreofficekit/qa

2015-03-10 Thread Stephan Bergmann
libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk | 11 --- libreofficekit/Module_libreofficekit.mk |2 +- libreofficekit/qa/unit/tiledrendering.cxx |5 - 3 files changed, 1 insertion(+), 17 deletions(-) New commits: commit

Re: Introducing CoreHacks

2015-03-10 Thread Markus Mohrhard
Hey, On Tue, Mar 10, 2015 at 5:20 PM, Noel Grandin noelgran...@gmail.com wrote: I think we have a MediumHack whiteboard tag? The only reference to that in bugzilla seems to be: https://bugs.documentfoundation.org/show_bug.cgi?id=56902 Regards, Markus On Sunday, 8 March 2015, Markus

[Bug 45617] Make Impress masterpages copyable

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45617 Rishabh kris.kr...@gmail.com changed: What|Removed |Added Assignee|libreoffice-b...@lists.free

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added CC|

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added CC|

[Bug 45617] Make Impress masterpages copyable

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45617 --- Comment #6 from Rishabh kris.kr...@gmail.com --- I have started working on the bug. I may need help for adding a unit test -- You are receiving this mail because: You are on the CC list for the bug.

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

2015-03-10 Thread Jacobo Aragunde Pérez
sw/source/core/access/accpara.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit ac1d20096f31899db10f86742e422f8e960223d5 Author: Jacobo Aragunde Pérez jaragu...@igalia.com Date: Fri Mar 6 16:58:57 2015 +0100 tdf#84102: Expose duplicated level accessible attribute.

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - instsetoo_native/inc_openoffice

2015-03-10 Thread Christian Lohmaier
instsetoo_native/inc_openoffice/unix/find-requires-x11.sh |2 ++ 1 file changed, 2 insertions(+) New commits: commit af573aeda86d83b75a68ecb1c3a369376ce87782 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 16:38:14 2015 +0100 tdf#53861 - add libGLU.so.1

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

2015-03-10 Thread Winfried Donkers
sc/source/core/tool/compiler.cxx | 48 +++ 1 file changed, 34 insertions(+), 14 deletions(-) New commits: commit 237eb6d37a1c30c9c4907086f3dd895a2341d8ca Author: Winfried Donkers winfrieddonk...@libreoffice.org Date: Thu Feb 26 17:18:06 2015 +0100

Re: Introducing CoreHacks

2015-03-10 Thread Noel Grandin
I think we have a MediumHack whiteboard tag? On Sunday, 8 March 2015, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hey, our EasyHacks are a nice way for new contributors to start working on LibreOffice and get a feeling for the code base. As we discussed in the ESC we are not doing

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

2015-03-10 Thread Julien Nabet
oox/source/core/xmlfilterbase.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit ddb0bdef30dfb609378b73eb1a429943078bd611 Author: Julien Nabet serval2...@yahoo.fr Date: Tue Mar 3 23:46:32 2015 +0100 tdf#89791: DOCX: don't save custom.xml if it's

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

2015-03-10 Thread Stephan Bergmann
include/LibreOfficeKit/LibreOfficeKit.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f75aafb3a2ec7a53b1797db41b497e97558730f2 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 10 16:13:39 2015 +0100 Avoid undef use of null ptr, use offsetof

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

2015-03-10 Thread Miklos Vajna
desktop/source/lib/init.cxx | 14 ++ include/LibreOfficeKit/LibreOfficeKit.h |2 ++ include/LibreOfficeKit/LibreOfficeKit.hxx |8 include/vcl/ITiledRenderable.hxx |5 + libreofficekit/source/gtk/lokdocview.c|5 +

[Libreoffice-commits] core.git: cui/source dbaccess/source sc/source sd/source sw/source

2015-03-10 Thread Caolán McNamara
cui/source/dialogs/cuigaldlg.cxx | 10 - cui/source/factory/dlgfact.cxx| 17 -- dbaccess/source/ui/dlg/ConnectionHelper.cxx |6 dbaccess/source/ui/misc/WNameMatch.cxx|3

[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice

2015-03-10 Thread Christian Lohmaier
instsetoo_native/inc_openoffice/unix/find-requires-x11.sh |2 ++ 1 file changed, 2 insertions(+) New commits: commit 441523b0df8983fb34409a5f4e25dde571be1af7 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 16:38:14 2015 +0100 tdf#53861 - add libGLU.so.1

[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice

2015-03-10 Thread Christian Lohmaier
instsetoo_native/inc_openoffice/unix/find-requires-x11.sh |1 - 1 file changed, 1 deletion(-) New commits: commit 5d970faf2e5444c35e9c614eb55d621b02b0289e Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 16:54:36 2015 +0100 libGLU actually is not

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - sc/inc sc/source sd/source

2015-03-10 Thread Siqi Liu
sc/inc/global.hxx |2 ++ sc/source/core/data/global.cxx | 14 +- sc/source/ui/view/gridwin.cxx |3 +-- sd/source/ui/func/fusel.cxx|9 + 4 files changed, 25 insertions(+), 3 deletions(-) New commits: commit

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

2015-03-10 Thread Michael Stahl
i18npool/source/search/textsearch.cxx | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) New commits: commit cfaeddd9ed07fad75182eb0cd040e63d08502b5e Author: Michael Stahl mst...@redhat.com Date: Mon Mar 9 23:56:24 2015 +0100 tdf#89665: i18npool: speed up

Contributing Libreoffice in GSoC 2015

2015-03-10 Thread Siddharth Agrawal
Hello, Myself Siddharth Agrawal,an undergraduate 2nd year student(Information Technology) at IIIT Bhubaneswar,India. I am happy to see Libreoffice selected as mentoring organisation. I want to contribute Libreoffice in this summer of code. I want to work on improving Application Themes of

Re: Contributing Libreoffice in GSoC 2015

2015-03-10 Thread Łukasz Hryniuk
Hello, take a look at our wiki: https://wiki.documentfoundation.org/Main_Page You have probably seen the GSoC page, there is info about tasks to do at the top of this page: https://wiki.documentfoundation.org/Development/Gsoc/Ideas To prove your skills you can do one of Easy Hacks (I think

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

2015-03-10 Thread Michael Stahl
i18npool/source/search/textsearch.cxx | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) New commits: commit 4bae2ea3b57cb88b34bf8a9eade7ab0a950e0185 Author: Michael Stahl mst...@redhat.com Date: Mon Mar 9 21:32:43 2015 +0100 tdf#89665: i18npool: speed up

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

2015-03-10 Thread Eike Rathke
sc/source/filter/excel/xestream.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 71b630e5b683b3761af9d6bdce56f13f20da84c1 Author: Eike Rathke er...@redhat.com Date: Tue Mar 10 20:35:30 2015 +0100 replace an OSL_ENSURE() with assert(), tdf#89319 related

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

2015-03-10 Thread Noel Grandin
extensions/source/update/check/updatehdl.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eeb3467569ef51640eb948f97668fa62597697b1 Author: Noel Grandin n...@peralex.com Date: Tue Mar 10 08:57:03 2015 +0200 fix build of updatecheck extension

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

2015-03-10 Thread Tor Lillqvist
sc/inc/tokenarray.hxx |1 + sc/source/core/tool/token.cxx |6 ++ sc/source/filter/excel/excform8.cxx | 11 ++- sc/source/filter/inc/tokstack.hxx |2 +- 4 files changed, 18 insertions(+), 2 deletions(-) New commits: commit

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

2015-03-10 Thread Stephan Bergmann
fpicker/source/aqua/CFStringUtilities.hxx |2 +- fpicker/source/aqua/CFStringUtilities.mm |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 077043eb2e41471897fc5d415fa2f6a50b91ed92 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 10 08:41:57 2015

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

2015-03-10 Thread Tomaž Vajngerl
sc/source/ui/inc/gridwin.hxx |2 +- sc/source/ui/view/gridwin.cxx | 10 +++--- sc/source/ui/view/gridwin4.cxx |4 ++-- sc/source/ui/view/gridwin5.cxx | 36 +++- 4 files changed, 25 insertions(+), 27 deletions(-) New commits: commit

[GSoC] To students applying for the Libre Office project

2015-03-10 Thread Łukasz Hryniuk
Hello, I hope you have subscribed to this list and you'll receive my message ;). Many of you have questions about the application and preparation for a proposal writing. As you already know, you should read a few wiki pages (and do, what they tell about) or ask an adequate mentor.

[Libreoffice-commits] translations.git: Changes to 'libreoffice-4-4-2'

2015-03-10 Thread Christian Lohmaier
New branch 'libreoffice-4-4-2' available with the following commits: commit 539e3d735f12cc64a95f370be694fdc0211e7041 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:08:41 2015 +0100 Branch libreoffice-4-4-2 This is 'libreoffice-4-4-2' - the stable

[Libreoffice-commits] core.git: Changes to 'libreoffice-4-4-2'

2015-03-10 Thread Christian Lohmaier
New branch 'libreoffice-4-4-2' available with the following commits: commit 10195e8fc6a704ac5504c832c99f7dba6377011b Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:09:30 2015 +0100 Branch libreoffice-4-4-2 This is 'libreoffice-4-4-2' - the stable

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-4.4.2.1'

2015-03-10 Thread Christian Lohmaier
Tag 'libreoffice-4.4.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-03-10 23:16 -0700 Tag libreoffice-4.4.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJU/21DAAoJEPQ0oe+v7q6jFZ4P/0tCM0oQsMabN1hmr5DwG8SN

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-4.4.2.1'

2015-03-10 Thread Christian Lohmaier
Tag 'libreoffice-4.4.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-03-10 23:16 -0700 Tag libreoffice-4.4.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJU/21GAAoJEPQ0oe+v7q6jdvwP/R3gQpaAdF0/XTKPApKWkA/P

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-2' - configure.ac

2015-03-10 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 49969567ff5d243c24567dacf4139c562babaef6 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:18:12 2015 +0100 bump product version to 4.4.2.1.0+ Change-Id:

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-4.4.2.1'

2015-03-10 Thread Christian Lohmaier
Tag 'libreoffice-4.4.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-03-10 23:16 -0700 Tag libreoffice-4.4.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJU/20/AAoJEPQ0oe+v7q6jOl4P/3BJ1ZThZN6Y0QEAGziDBtit

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-4.4.2.1'

2015-03-10 Thread Christian Lohmaier
Tag 'libreoffice-4.4.2.1' created by Christian Lohmaier lohmaier+libreoff...@googlemail.com at 2015-03-10 23:16 -0700 Tag libreoffice-4.4.2.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJU/207AAoJEPQ0oe+v7q6jqZkQAKeY8oR4uMeS2FBBUm1YwHxm

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

2015-03-10 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d306801afeaf981dd40d47e5e9bb36a142bf341b Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:12:20 2015 +0100 bump product version to 4.4.3.0.0+ Change-Id:

[Libreoffice-commits] help.git: Changes to 'libreoffice-4-4-2'

2015-03-10 Thread Christian Lohmaier
New branch 'libreoffice-4-4-2' available with the following commits: commit c4d8b59448b9f201c64a18d3d4a57eef6707d3f2 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:08:40 2015 +0100 Branch libreoffice-4-4-2 This is 'libreoffice-4-4-2' - the stable

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-4-4-2'

2015-03-10 Thread Christian Lohmaier
New branch 'libreoffice-4-4-2' available with the following commits: commit 0c8060f3bf801fd1cfb548e4cd694f3fee83755b Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Mar 10 23:08:40 2015 +0100 Branch libreoffice-4-4-2 This is 'libreoffice-4-4-2' - the stable

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

2015-03-10 Thread Eike Rathke
sc/inc/token.hxx |1 + sc/source/core/tool/token.cxx |5 + 2 files changed, 6 insertions(+) New commits: commit a408811fb5519d55c0fcf943bfc08325682e0399 Author: Eike Rathke er...@redhat.com Date: Tue Mar 10 23:51:59 2015 +0100 virtual ScTableRefToken::SetIndex();

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

2015-03-10 Thread Michael Stahl
editeng/source/misc/acorrcfg.cxx |2 ++ i18npool/source/search/textsearch.cxx | 25 + sw/inc/crsrsh.hxx |6 +++--- sw/inc/editsh.hxx |6 +++--- sw/source/uibase/inc/wrtsh.hxx|6 +++---

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

2015-03-10 Thread Tobias Madl
vcl/source/app/scheduler.cxx |2 +- vcl/source/app/timer.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0a5c1be22a88094018e2741b38d743800018ca5e Author: Tobias Madl tobias.madl@gmail.com Date: Tue Mar 10 08:08:21 2015 + Scheduler:

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

2015-03-10 Thread Noel Grandin
vcl/win/source/gdi/salbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7be068e04fa36f238c26fd6747d66f0a1e01de00 Author: Noel Grandin n...@peralex.com Date: Tue Mar 10 10:25:15 2015 +0200 attempt to fix windows build after commit

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

2015-03-10 Thread Miklos Vajna
sw/source/filter/ww8/docxattributeoutput.cxx | 12 sw/source/filter/ww8/docxattributeoutput.hxx |2 +- 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit 83f5a88cf9bb0833fb8729ace493be2380492fa4 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Mar 10

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

2015-03-10 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 96 -- android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java |6 android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java | 24 ++

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

2015-03-10 Thread Tomaž Vajngerl
android/Bootstrap/src/org/libreoffice/kit/Document.java |8 +-- android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java |4 + android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java |1

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

2015-03-10 Thread Tor Lillqvist
sc/source/filter/excel/excform8.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 0307413a287b07c08206169e2645261373e19bb1 Author: Tor Lillqvist t...@collabora.com Date: Tue Mar 10 00:48:28 2015 +0200 Also relative row references need to wrap

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

2015-03-10 Thread Caolán McNamara
vcl/win/source/gdi/salbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c98d785b547f65da540ed652ef8558b67eeec5b Author: Caolán McNamara caol...@redhat.com Date: Tue Mar 10 09:23:13 2015 + fix windows build Change-Id:

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

2015-03-10 Thread Miklos Vajna
desktop/source/lib/init.cxx | 17 include/LibreOfficeKit/LibreOfficeKit.h |5 ++ include/LibreOfficeKit/LibreOfficeKit.hxx| 12 + include/LibreOfficeKit/LibreOfficeKitEnums.h | 25 include/LibreOfficeKit/LibreOfficeKitGtk.h |8

[Bug 62957] FILESAVE: Save Last Slide Position in Impress

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62957 Thorsten Behrens t...@libreoffice.org changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-ux-advise] [Bug 67770] CONFIGURATION: Sidebar customization settings not remembered after reopening

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67770 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it ---

[Libreoffice-bugs] [Bug 67770] CONFIGURATION: Sidebar customization settings not remembered after reopening

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67770 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it ---

[Libreoffice-bugs] [Bug 89924] New: Forms geslant / leslant

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89924 Bug ID: 89924 Summary: Forms geslant / leslant Product: LibreOffice Version: 4.3.6.2 rc Hardware: Other OS: Windows (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 89925] Two copies open of the same document

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89925 --- Comment #1 from Ernesto Katzenstein ekatzenst...@gmail.com --- I mean the first document I open after starting Libre Office, not the first time I open this document. -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 89925] New: Two copies open of the same document

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89925 Bug ID: 89925 Summary: Two copies open of the same document Product: LibreOffice Version: unspecified Hardware: Other OS: Mac OS X (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 89926] FILEOPEN: gradient in .pptx reversed

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89926 --- Comment #2 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Created attachment 114007 -- https://bugs.documentfoundation.org/attachment.cgi?id=114007action=edit Gradient on LibreOffice -- You are receiving this mail

[Libreoffice-bugs] [Bug 78614] PIVOTTABLE: pivot table not saved in xlsx

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78614 Robinson Tryon (qubit) qu...@runcibility.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 87369] FILEOPEN: Frame background colour is changed to white on loading

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87369 --- Comment #18 from Paddy Landau pa...@landau.ws --- According to the following flowchart: https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg This should be Importance: Highest + Blocker. I have made the

[Libreoffice-bugs] [Bug 89662] Undocked toolbars disappear with focus follows mouse on Xfce

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89662 --- Comment #3 from Beluga todven...@suomi24.fi --- (In reply to Octavio Alvarez from comment #2) Just to be sure: yes, you move the mouse to R and it appears again, but can you reach it? It should appear over the screenspace of L, so

[Libreoffice-bugs] [Bug 89927] FILEOPEN: text missing from .PPTX file

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89927 --- Comment #2 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Created attachment 114010 -- https://bugs.documentfoundation.org/attachment.cgi?id=114010action=edit Text missing in Libre Office -- You are receiving this

[Libreoffice-bugs] [Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 --- Comment #8 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Swachhand Lokhande committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 82052] FILEOPEN: .PPT textbox imported in wrong position

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82052 Yogesh Bharate yogesh.bhar...@synerzip.com changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 82052] FILEOPEN: .PPT textbox imported in wrong position

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82052 --- Comment #11 from Yogesh Bharate yogesh.bhar...@synerzip.com --- LibreOffice version is : Version: 4.5.0.0.alpha0+ Build ID: 5a308b1239a09417507b0d05090ff2d3418d5133 Locale: en_IN -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 89928] New: FILEOPEN: image color in PPTX file is black instead of white

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89928 Bug ID: 89928 Summary: FILEOPEN: image color in PPTX file is black instead of white Product: LibreOffice Version: 4.4.1.2 rc Hardware: Other OS: All

[Libreoffice-bugs] [Bug 89873] UI: some dialog windows not being painted

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89873 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 89922] CSE formulas not handled properly when FILEOPEN

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89922 raal r...@post.cz changed: What|Removed |Added CC||r...@post.cz --- Comment #1

[Libreoffice-bugs] [Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

[Libreoffice-bugs] [Bug 53861] TDF libreoffice rpm / deb packages missing glu and xineramana dependencies

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53861 Riccardo Magliocchetti riccardo.magliocche...@gmail.com changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 82052] FILEOPEN: .PPT textbox imported in wrong position

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82052 --- Comment #9 from Yogesh Bharate yogesh.bhar...@synerzip.com --- Created attachment 114012 -- https://bugs.documentfoundation.org/attachment.cgi?id=114012action=edit PPT open in LibreOffice -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 82052] FILEOPEN: .PPT textbox imported in wrong position

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82052 Yogesh Bharate yogesh.bhar...@synerzip.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 89928] FILEOPEN: image color in PPTX file is black instead of white

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89928 --- Comment #2 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Created attachment 114015 -- https://bugs.documentfoundation.org/attachment.cgi?id=114015action=edit Image color displayed in Libre Office -- You are receiving

[Libreoffice-bugs] [Bug 89928] FILEOPEN: image color in PPTX file is black instead of white

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89928 --- Comment #1 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Created attachment 114014 -- https://bugs.documentfoundation.org/attachment.cgi?id=114014action=edit Image color displayed in Microsoft Office -- You are

[Libreoffice-bugs] [Bug 86198] .ui based toolbar popups sometimes not visible under Linux

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86198 --- Comment #21 from niklas.s.rosenqv...@gmail.com --- Guys, this is a pretty serious bug, for me it even crashes sometimes because of this but the workaround mentioned fixes it. Can the priority be elevated so that it gets fixed? -- You

[Libreoffice-bugs] [Bug 89926] FILEOPEN: gradient in .pptx reversed

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89926 --- Comment #1 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Created attachment 114006 -- https://bugs.documentfoundation.org/attachment.cgi?id=114006action=edit Gradient in MS Office -- You are receiving this mail

[Libreoffice-bugs] [Bug 82052] FILEOPEN: .PPT textbox imported in wrong position

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82052 --- Comment #10 from Yogesh Bharate yogesh.bhar...@synerzip.com --- LibreOffice version is : Version: 4.5.0.0.alpha0+ Build ID: 5a308b1239a09417507b0d05090ff2d3418d5133 Locale: en_IN -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 89927] FILEOPEN: text is black instead of white in .PPTX file and it appears to be missing

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89927 Andrei Cristian Petcu andreicristianpe...@gmail.com changed: What|Removed |Added Summary|FILEOPEN: text missing

[Libreoffice-bugs] [Bug 89926] FILEOPEN: gradient in .pptx reversed

2015-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89926 --- Comment #3 from Andrei Cristian Petcu andreicristianpe...@gmail.com --- Can this be a duplicate of bug #72567 ? -- You are receiving this mail because: You are the assignee for the bug. ___

  1   2   >