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

2017-08-02 Thread Noel Grandin
include/svl/zformat.hxx |4 - svl/source/numbers/zforfind.cxx | 88 +-- svl/source/numbers/zforfind.hxx | 12 +-- svl/source/numbers/zformat.cxx| 16 ++-- svl/source/numbers/zforscan.cxx | 122 +++--- svl/source

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

2017-08-02 Thread Julien Nabet
svtools/source/control/calendar.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 14b809550657f9df3a70d533ef54df857d48bc1b Author: Julien Nabet Date: Wed Aug 2 23:26:22 2017 +0200 tdf#111074: fix AddDays in calendar Regression from https://cgit.fre

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

2017-08-02 Thread Olivier Hallot
sfx2/source/appl/sfxhelp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 46b9d35ceaba80ce73fb0b4b5a87dbdf0a674628 Author: Olivier Hallot Date: Wed Aug 2 20:10:46 2017 -0300 tdf#97745 use lowercase names for file Change-Id: I7de7855c65a273bc94019c6

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

2017-08-02 Thread Jan Holesovsky
desktop/source/lib/init.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 6cb712007dabcf82d9d5da03821374f5a0aecba1 Author: Jan Holesovsky Date: Wed Aug 2 18:45:22 2017 +0200 lok: Support RTF as output format. Change-Id: Ifea2d1dbf3d4424af557c18e31404e07f8ae89c2

Re: about STR_PIVOT_REMOVE_PIVOTCHART

2017-08-02 Thread Tomaž Vajngerl
Hi Julien, On Thu, Jul 27, 2017 at 7:24 PM, julien2412 [via Document Foundation Mail Archive] wrote: > Hello Tomaž, > > I was testing tdf#109523 (PIVOT TABLE - crash after removing a pivot table + > creating new pivot chart) when I noticed this message: > ""Il y a au moins un diagramme dynamique

Contribute to LibreOffice

2017-08-02 Thread Arnav Mandal
Sir/Madam, i am a newbie to open source world.I do competitive coding and have done some self Projects using JAVA . I want to contribute to your organisation.can you guide me how should i proceed? Thank you Arnav Kr. Mandal ___ LibreOf

silencing warning "control reaches end of non-void function"

2017-08-02 Thread Lionel Elie Mamane
Hi, Consider: enum t {a, b}; OUString f(t i) { switch(i) { case t::a; return "it was an a"; case t::b; return "it was a b"; } } gcc -Werror fails with error: control reaches end of non-void function [-Werror=return-type] But that is not true; since all possible values are tr

Getting error in libre office build. 5.0.4.0 version

2017-08-02 Thread Vinodkumar Pache
Hi all, I am trying to build the Libre office source ... It gives error as Error: a unit test failed, please do one of: make CppunitTest_vcl_outdev CPPUNITTRACE=TRUE # which is a shortcut for the following line make CppunitTest_vcl_outdev CPPUNITTRACE="'C:/PROGRA~1/MICROS~3.0/VC//../Common7/IDE/

Problem Preserving X-Axis Properties

2017-08-02 Thread Jonathan Levi
When I create a chart in a LibreOffice spreadsheet, how can I prevent LibreOffice from resetting the chart's X-axis labels (major and minor intervals, data type, label text angles) from what I've chosen to its own preferred values, every time I close the spreadsheet?

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

2017-08-02 Thread Zdeněk Crhonek
basic/qa/cppunit/test_vba.cxx |2 basic/qa/vba_tests/str.vb | 75 basic/qa/vba_tests/strcomp.vb | 96 ++ 3 files changed, 173 insertions(+) New commits: commit 3acfc281ad2324a678367d907ce4b2b5a9e2abc0 Author: Zd

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

2017-08-02 Thread Noel Grandin
compilerplugins/clang/checkunusedparams.cxx | 27 -- sw/inc/doc.hxx |3 -- sw/inc/docufld.hxx |2 - sw/source/core/access/accpara.cxx|5 +-- sw/source/core/access/accpara.hxx|3 -- sw

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - wsd/LOOLWSD.cpp wsd/reference.txt wsd/Storage.cpp

2017-08-02 Thread Jan Holesovsky
wsd/LOOLWSD.cpp | 31 --- wsd/Storage.cpp | 12 wsd/reference.txt |7 --- 3 files changed, 40 insertions(+), 10 deletions(-) New commits: commit d3a079520e531ee55ce6243e80b5a4fd400092c2 Author: Jan Holesovsky Date: Wed Aug 2 18:55:43 201

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

2017-08-02 Thread Jan Holesovsky
desktop/source/lib/init.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 9a5c39ea56bbac48f30a1a4966caa68697d8b318 Author: Jan Holesovsky Date: Wed Aug 2 18:45:22 2017 +0200 lok: Support RTF as output format. Change-Id: Ifea2d1dbf3d4424af557c18e31404e07f8ae89c2

[Libreoffice-commits] core.git: config_host.mk.in configure.ac download.lst external/libepubgen external/Module_external.mk Makefile.fetch RepositoryExternal.mk

2017-08-02 Thread Miklos Vajna
Makefile.fetch|1 RepositoryExternal.mk | 31 ++ config_host.mk.in |3 + configure.ac |2 download.lst

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

2017-08-02 Thread Lionel Elie Mamane
connectivity/source/commontools/dbconversion.cxx | 54 --- 1 file changed, 39 insertions(+), 15 deletions(-) New commits: commit 764e7d873f8568ff4981de0139d09401d7f64c02 Author: Lionel Elie Mamane Date: Wed Aug 2 15:28:40 2017 +0200 add a few const purely for documen

[Libreoffice-commits] core.git: Changes to 'private/lmamane/tdf110997'

2017-08-02 Thread Lionel Elie Mamane
New branch 'private/lmamane/tdf110997' available with the following commits: commit d453817bbc3d0ed561bc604826efe2bc43d0f2c7 Author: Lionel Elie Mamane Date: Wed Aug 2 15:28:40 2017 +0200 add a few const purely for documentation reasons Change-Id: I6b7e5dac24e7aa5d48d6661235059ba29

[Libreoffice-commits] core.git: download.lst

2017-08-02 Thread David Tardon
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit cb4fd238969aedc139dbbeaf0b22f95a70d525ac Author: David Tardon Date: Wed Aug 2 13:08:45 2017 +0200 upload poppler 0.57.0 Change-Id: I681c7c409b5ce70cc64615dabe8f079df639bcdf Reviewed-

Re: For what versions get source archives created?

2017-08-02 Thread Christian Lohmaier
Hi Paul, On Tue, Jul 25, 2017 at 12:59 PM, Paul Menzel wrote: > On 07/25/17 12:37, Christian Lohmaier wrote: >> On Mon, Jul 24, 2017 at 11:18 AM, Paul Menzel >> wrote: > […] > So the Change-Id is added to all commits, even if not pushed for Gerrit for > review? Yes, Change-Id added locally, by

Re: Build failure with current master on MacOS

2017-08-02 Thread Christian Lohmaier
Hi *, On Tue, Jul 25, 2017 at 1:18 PM, Tor Lillqvist wrote: > >> GNU gettext package is available in Homebrew. >> > > But we have traditionally strongly advised against polluting one's build > environment on macOS with Homebrew and similar. Has this changed? No, has not changed. Homebrew, Fink,

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

2017-08-02 Thread Olivier Hallot
sfx2/source/appl/sfxhelp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 94bbc7afdd90a2551a8efe9e215f8d4800358032 Author: Olivier Hallot Date: Wed Aug 2 01:06:01 2017 -0300 tdf#97745 rename index,html to LOHelp.html Index.html is not a good name o

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

2017-08-02 Thread Marco Cecchetti
loleaflet/src/map/handler/Map.Mouse.js | 34 + 1 file changed, 18 insertions(+), 16 deletions(-) New commits: commit 67de89cbbc238b12b1064a2107967caecd9f126c Author: Marco Cecchetti Date: Tue Aug 1 17:51:27 2017 +0200 loleaflet: graphic selection can get

[Libreoffice-commits] online.git: loleaflet/src

2017-08-02 Thread Marco Cecchetti
loleaflet/src/map/handler/Map.Mouse.js | 34 + 1 file changed, 18 insertions(+), 16 deletions(-) New commits: commit 2916b995359981e708b3599b558abf4c3e166083 Author: Marco Cecchetti Date: Tue Aug 1 17:51:27 2017 +0200 loleaflet: graphic selection can get

[Libreoffice-commits] core.git: cui/source extensions/source include/vcl sc/source sfx2/source svtools/source svx/source sw/source vcl/source

2017-08-02 Thread Caolán McNamara
cui/source/customize/acccfg.cxx|2 cui/source/tabpages/autocdlg.cxx |2 extensions/source/bibliography/general.cxx |2 include/vcl/builder.hxx| 39 ++-- include/vcl/builderfactory.hxx |2 include/vcl/edit.hxx

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - 4 commits - bin/lo-commit-stat

2017-08-02 Thread Christian Lohmaier
bin/lo-commit-stat | 36 +--- 1 file changed, 17 insertions(+), 19 deletions(-) New commits: commit 7193a4a1a0df775a0eb2ef222871d46b3c8b92b0 Author: Christian Lohmaier Date: Sat Apr 29 19:15:26 2017 +0200 lo-commit-stat: use matching group before destroyi

[Libreoffice-commits] core.git: Branch 'feature/change-tracking' - sw/source

2017-08-02 Thread Rosemary Sebastian
sw/source/uibase/wrtsh/delete.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 296e2758a2481f34c8263db3a1171e5054526bad Author: Rosemary Sebastian Date: Sat Jul 22 17:28:42 2017 +0530 tdf#109272: Correct the cursor position for selection delete ... ... with Backsp

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - debian/control loolwsd.spec.in

2017-08-02 Thread Andras Timar
debian/control |2 +- loolwsd.spec.in |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit d259d6b613a9cf0f9e2fc4fd7319718b26de0fff Author: Andras Timar Date: Wed Aug 2 11:27:20 2017 +0200 Requires: Collabora Office 5.3-21 Change-Id: Id863c2c0c4e49

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

2017-08-02 Thread Caolán McNamara
sc/qa/unit/data/slk/pass/numfmt.slk |2 ++ svl/source/numbers/zforscan.cxx | 19 +++ 2 files changed, 13 insertions(+), 8 deletions(-) New commits: commit 0ac1e2ad19d4fdb46dcf54f67db2df081f4675bb Author: Caolán McNamara Date: Wed Aug 2 09:39:43 2017 +0100 Resolv

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - icon-themes/sifr icon-themes/sifr_svg

2017-08-02 Thread Matthias Freund
icon-themes/sifr/AUTHORS|1 icon-themes/sifr/links.txt | 16 +- icon-themes/sifr_svg/AUTHORS|1 icon-themes/sifr_svg/cmd/lc_deleteallannotation.svg | 159 icon-themes/sifr_svg/links.txt

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

2017-08-02 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +- sw/uiconfig/swriter/menubar/menubar.xml |2 +- sw/uiconfig/swriter/toolbar/textstylebar.xml|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits

[Libreoffice-commits] core.git: 3 commits - accessibility/inc accessibility/source basic/inc basic/source compilerplugins/clang connectivity/source cui/inc cui/Library_cui.mk cui/qa cui/source cui/uic

2017-08-02 Thread Caolán McNamara
accessibility/inc/helper/accresmgr.hxx| 36 - accessibility/source/extended/accessibleeditbrowseboxcell.cxx |4 accessibility/source/extended/accessiblelistboxentry.cxx |4 accessibility/source/helper/accresmgr.cxx | 36 - accessibilit

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

2017-08-02 Thread Tor Lillqvist
sal/osl/unx/file_misc.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 13cadf3fe38daa0b4cfddcfa68ec8631bc85f44a Author: Tor Lillqvist Date: Wed Aug 2 11:28:39 2017 +0300 If we are going to warn about an "invalid" URL, at least tell what it is

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

2017-08-02 Thread Samuel Mehrbrodt
include/oox/vml/vmltextbox.hxx |2 ++ oox/source/vml/vmltextbox.cxx | 14 ++ oox/source/vml/vmltextboxcontext.cxx |6 ++ sw/qa/extras/ooxmlimport/data/groupshape-fontname.docx |binary sw/qa/extras/ooxmlim

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

2017-08-02 Thread Tamás Zolnai
include/oox/drawingml/shape.hxx |2 ++ oox/source/drawingml/shape.cxx |6 ++ sd/qa/unit/data/pptx/tdf109223.pptx |binary sd/qa/unit/import-tests.cxx | 34 ++ 4 files changed, 42 insertions(+) New commits: commit 732dd5bb677c4518c48d6

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

2017-08-02 Thread Justin Luth
sw/qa/extras/ooxmlexport/ooxmlexport3.cxx |3 +++ writerfilter/source/dmapper/PropertyMap.cxx | 22 -- 2 files changed, 15 insertions(+), 10 deletions(-) New commits: commit 6d77bfc9b2cf5a30a06a97c69ed814e3a97ed685 Author: Justin Luth Date: Sat Jul 29 11:38:10 2017

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - include/oox oox/source sw/qa

2017-08-02 Thread Samuel Mehrbrodt
include/oox/vml/vmltextbox.hxx |2 ++ oox/source/vml/vmltextbox.cxx | 14 ++ oox/source/vml/vmltextboxcontext.cxx |6 ++ sw/qa/extras/ooxmlimport/data/groupshape-fontname.docx |binary sw/qa/extras/ooxmlim

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

2017-08-02 Thread Justin Luth
sw/qa/extras/ooxmlexport/ooxmlexport3.cxx |3 +++ writerfilter/source/dmapper/PropertyMap.cxx | 21 +++-- 2 files changed, 14 insertions(+), 10 deletions(-) New commits: commit 234df2fb5901588ccf20cb35cb4c5922aeb89817 Author: Justin Luth Date: Sat Jul 29 11:38:10 2017 -

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - include/oox oox/source sd/qa

2017-08-02 Thread Tamás Zolnai
include/oox/drawingml/shape.hxx |2 ++ oox/source/drawingml/shape.cxx |6 ++ sd/qa/unit/data/pptx/tdf109223.pptx |binary sd/qa/unit/import-tests.cxx | 34 ++ 4 files changed, 42 insertions(+) New commits: commit c49f2c00067cbe5de7145

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

2017-08-02 Thread Michael Stahl
sw/source/core/doc/CntntIdxStore.cxx |6 ++ sw/source/core/inc/MarkManager.hxx |2 ++ 2 files changed, 8 insertions(+) New commits: commit 75a1dce57f7038bc88c74c4e50dd22306be8cf61 Author: Michael Stahl Date: Fri Jul 28 23:44:53 2017 +0200 tdf#105705 sw: sort bookmarks in Con

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

2017-08-02 Thread Markus Mohrhard
desktop/source/minidump/minidump.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 7457079b85b05dca2a35dc29e0dac1204e6eda00 Author: Markus Mohrhard Date: Tue Aug 1 18:54:30 2017 +0200 tdf#109347: don't verify SSL certificate for crashreport upload Seems that on Win

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

2017-08-02 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/tdf109790.rtf| 16 sw/qa/extras/rtfexport/rtfexport.cxx |8 writerfilter/source/rtftok/rtfdispatchflag.cxx | 10 +- writerfilter/source/rtftok/rtfdispatchsymbol.cxx |4 writerfilter/source/rtftok/r

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

2017-08-02 Thread Michael Stahl
sw/source/core/layout/calcmove.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 2af9630349011a192b21b65c49c91d64a5562fdf Author: Michael Stahl Date: Thu Jul 27 17:52:59 2017 +0200 tdf#108991 sw: fix crash due to not formatted but "valid" SwTextFram

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

2017-08-02 Thread Michael Stahl
sw/source/core/txtnode/txtedt.cxx | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) New commits: commit e86f049b0bfede337c875e5f62d27186fcace37f Author: Michael Stahl Date: Tue Jul 25 21:20:10 2017 +0200 sw: fix string accesses in SwScanner::NextWord() (related: tdf#10

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

2017-08-02 Thread Michael Stahl
sw/source/core/doc/CntntIdxStore.cxx |6 ++ sw/source/core/inc/MarkManager.hxx |2 ++ 2 files changed, 8 insertions(+) New commits: commit dbd147d3acbe537d56765b966ae5003e51172c19 Author: Michael Stahl Date: Fri Jul 28 23:44:53 2017 +0200 tdf#105705 sw: sort bookmarks in Con

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

2017-08-02 Thread Miklos Vajna
connectivity/Library_file.mk |1 connectivity/source/drivers/calc/CTable.cxx | 144 -- connectivity/source/drivers/component/CTable.cxx | 226 +++ connectivity/source/drivers/writer/WTable.cxx| 143 -- connectivity/so