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

2018-05-16 Thread Noel Grandin
compilerplugins/clang/useuniqueptr.cxx |4 editeng/source/uno/unoforou.cxx| 23 ++- include/editeng/unoforou.hxx |6 +++--- 3 files changed, 13 insertions(+), 20 deletions(-) New commits: commit 19b4520fbfa8080821021586d8fe3428a2a893af Author:

[Libreoffice-commits] core.git: 2 commits - include/svx include/vcl sc/source sdext/source sd/source sfx2/source solenv/clang-format svx/source xmloff/source

2018-05-16 Thread Noel Grandin
include/svx/dlgctrl.hxx|4 include/svx/graphctl.hxx |2 -- include/svx/xoutbmp.hxx|1 - include/vcl/edit.hxx |1 - sc/source/core/data/documen2.cxx

[Libreoffice-commits] core.git: include/tools tools/CppunitTest_tools_test.mk tools/Library_tl.mk tools/qa tools/source

2018-05-16 Thread Chris Sherlock
include/tools/Pair.hxx | 80 + include/tools/gen.hxx | 39 tools/CppunitTest_tools_test.mk |1 tools/Library_tl.mk |1 tools/qa/cppunit/test_pair.cxx | 126 tools/source/gen

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

2018-05-16 Thread Gabor Kelemen
sw/inc/viewsh.hxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 7c8b29c1feab550c624cd32ce506deeb480f6359 Author: Gabor Kelemen Date: Tue May 15 18:44:40 2018 +0200 tdf#108523 Remove @author annotations Change-Id: Idb0eb975511c80d65a896193fd0b9c8fcfe1f9a1 R

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 35 commits - configmgr/source cui/source desktop/inc desktop/source download.lst external/gpgmepp external/libassuan external/libgpg-

2018-05-16 Thread Caolán McNamara
Makefile.in |1 configmgr/source/dconf.cxx |1 cui/source/options/personalization.cxx |6 desktop/inc/app.hxx |1 desktop/source/app/app.cxx

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

2018-05-16 Thread andreas kainz
sw/uiconfig/swriter/ui/notebookbar.ui | 818 -- 1 file changed, 400 insertions(+), 418 deletions(-) New commits: commit 3316edf639424d8129f6288e1e736e2d095c5b25 Author: andreas kainz Date: Wed May 16 00:48:35 2018 +0200 Change 53905 - Modified IDs for obje

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

2018-05-16 Thread andreas kainz
sc/uiconfig/scalc/ui/notebookbar.ui |4 ++-- sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui|4 ++-- sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui |6 +++--- sd/uiconfig/simpress/ui/notebookbar.ui|6 +++--- sd/uiconfi

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

2018-05-16 Thread Caolán McNamara
vcl/source/control/field2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 873dbd2c3a1a2fa3c27f4ecb8fe4e219f25f5751 Author: Caolán McNamara Date: Tue May 15 15:36:27 2018 +0100 coverity#1435605 silence Unchecked return value Change-Id: I1617ff8157a

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

2018-05-16 Thread Caolán McNamara
sw/source/ui/misc/pggrid.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 414226273aa4dc0e2d06cbd482ffac37ea9338c3 Author: Caolán McNamara Date: Tue May 15 15:34:05 2018 +0100 coverity#1430102 Division or modulo by zero Change-Id: I2db581b3

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

2018-05-16 Thread Caolán McNamara
sc/source/filter/excel/impop.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit f4b80fc579abcb372ba87f08b575dbdb080dd077 Author: Caolán McNamara Date: Tue May 15 15:46:57 2018 +0100 ofz#6352 set limits for useful fuzzing Change-Id: Id4a2dab7d

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

2018-05-16 Thread Caolán McNamara
starmath/source/mathtype.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c87c6166f7c6318367a4d34ecf8ff0c78189c71c Author: Caolán McNamara Date: Tue May 15 21:24:34 2018 +0100 ofz#8327 Abrt Change-Id: I89f7dd3909cfbe27d7ce41a6bfb51a166fe885bb

Re: String Length and Array Indexes in macros

2018-05-16 Thread Michael Stahl
On 15/05/18 22:27, Eike Rathke wrote: BUT, probably for some (stream?) compatibility (or oversight?), for example the TypeLen() function still returns an int16 value because the result is stored as an int16 (while seeing that, I think it could be fixed). Also, for persistent storage UTF-16 may h

Ulkem Kasapoglu license statement

2018-05-16 Thread Ülkem Kasapoglu
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2018-05-16 Thread Michael Stahl
sw/source/core/text/atrhndl.hxx | 37 - sw/source/core/text/atrstck.cxx | 159 +++- 2 files changed, 98 insertions(+), 98 deletions(-) New commits: commit 71f89889b5bf6273067acb4dad925a5c5ecb3239 Author: Michael Stahl Date: Tue May 15 14:13:12 201

Re: String Length and Array Indexes in macros

2018-05-16 Thread Noel Grandin
On 2018/05/16 10:23 AM, Michael Stahl wrote: there is a bytecode representation for StarBasic that is used if you store "encrypted" macros inside a document - i.e. the StarBasic source code is encrypted then, but an unencrypted bytecode representation is stored as well that can be executed wit

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

2018-05-16 Thread Aron Budea
desktop/Library_crashreport.mk |3 +++ desktop/source/app/crashreport.cxx | 19 ++- desktop/source/minidump/minidump.cxx | 11 +-- 3 files changed, 30 insertions(+), 3 deletions(-) New commits: commit 07174b62c6ee23f7b44742ecfe44d4ff8653e57f Author: Aron Bu

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

2018-05-16 Thread Tamas Bunth
dbaccess/source/filter/hsqldb/fbalterparser.hxx |3 +++ dbaccess/source/filter/hsqldb/fbcreateparser.cxx | 12 dbaccess/source/filter/hsqldb/fbcreateparser.hxx |5 - dbaccess/source/filter/hsqldb/hsqlimport.cxx |2 +- dbaccess/source/filter/hsqldb/utils.cxx

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

2018-05-16 Thread Tamas Bunth
dbaccess/source/filter/hsqldb/hsqlimport.cxx | 54 +-- 1 file changed, 50 insertions(+), 4 deletions(-) New commits: commit ea19b96b6beb0ce2f25705339d1d6342dc38b283 Author: Tamas Bunth Date: Tue May 15 20:25:55 2018 +0200 tdf#117333, tdf#117325 dbahsql: exception

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

2018-05-16 Thread Andras Timar
sc/qa/unit/tiledrendering/tiledrendering.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 302cb9372c8185b8e003f508b587965d710e2911 Author: Andras Timar Date: Wed May 16 11:03:54 2018 +0200 build fix after ea7fba0ff338098dea5292557c418b7d8c8a100b

std::lround advice ...

2018-05-16 Thread Michael Meeks
Hi guys, I noticed Chris has a number of commits killing the: tools/helpers.hxx FRound function which does: inline long FRound( double fVal ) { return fVal > 0.0 ? static_cast( fVal + 0.5 ) : -static_cast( -fVal + 0.5 ); } To use std::lround instead:

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

2018-05-16 Thread Justin Luth
sw/qa/extras/ooxmlexport/data/tdf117504_numberingIndent.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport12.cxx |6 ++ writerfilter/source/dmapper/DomainMapper_Impl.cxx| 11 +++ writerfilter/source/dmapper/DomainMapper_Impl.hxx|4 ++-

Re: Crash test update

2018-05-16 Thread Caolán McNamara
On Mon, 2018-05-14 at 15:31 +, Crashtest VM wrote: > New crashtest update available at http://dev-builds.libreoffice.org/c > rashtest/2de80f9a21f9601b75a2f43c07eb3e0a6509b1e6/ The import of fdo77716-1.docx fails since commit 83243003b46dfb258c2b41049b0e1cb82a2d7ddb Author: Bjoern Michaelsen

[Libreoffice-commits] core.git: Branch 'feature/qt5+kde5' - vcl/inc vcl/qt5

2018-05-16 Thread Katarina Behrens
vcl/inc/qt5/Qt5Menu.hxx |1 + vcl/qt5/Qt5Menu.cxx | 19 +++ vcl/qt5/Qt5Widget.cxx |1 - 3 files changed, 20 insertions(+), 1 deletion(-) New commits: commit f93a07b5215f68f7c54a7012c2c4c2e2de0c2012 Author: Katarina Behrens Date: Wed May 16 11:37:09 2018 +0200

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

2018-05-16 Thread Eike Rathke
basic/source/inc/date.hxx |9 - basic/source/runtime/methods.cxx | 37 +++-- basic/source/runtime/methods1.cxx | 20 basic/source/sbx/sbxscan.cxx |2 +- 4 files changed, 40 insertions(+), 28 deletions(-) New co

Re: std::lround advice ...

2018-05-16 Thread Stephan Bergmann
On 16/05/18 11:25, Michael Meeks wrote: Chris - I'm intrigued by the above cppreference link on the corner-cases here: [snip] If the implementation supports IEEE floating-point arithmetic (IEC 60559), For the std::round function: The current rounding mode has no effect. If arg is ±∞, it

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

2018-05-16 Thread Andrea Gelmini
dbaccess/source/filter/hsqldb/hsqlimport.cxx |2 +- sw/uiconfig/swriter/ui/notebookbar.ui|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 88051c660fc6759346a01bc559818d3e23f8f55c Author: Andrea Gelmini Date: Wed May 16 12:03:25 2018 +0200 Fix t

Re: std::lround advice ...

2018-05-16 Thread Michael Meeks
On 16/05/18 11:18, Stephan Bergmann wrote: > while std::lround returns long. >  For the latter, "[i]f the rounded value is outside the range of the > return type, the numeric result is unspecified" (C11).  So the proposed > tests would not work (and should not really be of interest for us, > anywa

Re: String Length and Array Indexes in macros

2018-05-16 Thread Eike Rathke
Hi, On Wednesday, 2018-05-16 10:42:22 +0200, Noel Grandin wrote: > On 2018/05/16 10:23 AM, Michael Stahl wrote: > > there is a bytecode representation for StarBasic that is used if you > > store "encrypted" macros inside a document - i.e. the StarBasic source > > code is encrypted then, but an un

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - 7 commits - connectivity/source editeng/qa editeng/source lotuswordpro/qa lotuswordpro/source sc/source sfx2/source sw/source

2018-05-16 Thread Caolán McNamara
connectivity/source/commontools/DateConversion.cxx |2 - editeng/qa/unit/core-test.cxx |2 - editeng/source/editeng/impedit3.cxx| 11 ++- lotuswordpro/qa/cppunit/data/fail/recurse-4.lwp|binary lotuswordpro/source/filter/lwpfrib.cxx

LibreOffice ESC call, Thur - 16:00 central European (local) time

2018-05-16 Thread Michael Meeks
Hi guys, Prototype agenda below, bug metrics also at the link below; extra items appreciated as last-week: https://demo.collaboracloudsuite.com/tdf/ Lets persevere with the jitsi goodness this week too at: https://meet.jit.si/TDFESC Please take the time

[Libreoffice-commits] core.git: 3 commits - android/source external/pdfium

2018-05-16 Thread Christian Lohmaier
android/source/src/java/org/libreoffice/ColorPaletteAdapter.java |3 - android/source/src/java/org/libreoffice/ColorPickerAdapter.java |3 - android/source/src/java/org/libreoffice/FontController.java |3 - android/source/src/java/org/libreoffice/InvalidationHandle

[Libreoffice-commits] core.git: Branch 'private/Ashod/cd-5.3.3.2' - 2 commits - svx/source

2018-05-16 Thread Ashod Nakashian
svx/source/svdraw/svdpdf.cxx | 30 +++ svx/source/svdraw/svdpdf.hxx | 54 ++- 2 files changed, 73 insertions(+), 11 deletions(-) New commits: commit d5eed4392b546349b3058dc4a462fd22436a4710 Author: Ashod Nakashian Date: Mon May 14

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - solenv/flatpak-manifest.in

2018-05-16 Thread Stephan Bergmann
solenv/flatpak-manifest.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ef389eb874e29dba91be55acdbe238396687ec54 Author: Stephan Bergmann Date: Mon May 14 16:58:14 2018 +0200 Merge in Flatpak improvements ...from

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

2018-05-16 Thread Miklos Vajna
vcl/win/gdi/salnativewidgets-luna.cxx | 51 +- 1 file changed, 38 insertions(+), 13 deletions(-) New commits: commit 96bb95e64240ddeb59d623d62fa30b2a7191bfc4 Author: Miklos Vajna Date: Mon May 14 09:34:52 2018 +0200 tdf#96947 vcl opengl win: fix backgroun

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

2018-05-16 Thread Eike Rathke
sc/source/filter/oox/worksheethelper.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit a49200d976b8dc0a33d5d1f3a3e52bf2e97828f2 Author: Eike Rathke Date: Mon May 14 14:38:36 2018 +0200 Related: tdf#116939 Disable overflow detection due to excess .

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - chart2/source

2018-05-16 Thread Tomaž Vajngerl
chart2/source/view/main/VButton.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e822afc4989451674ae51df0d3e5ca233e8fd5fa Author: Tomaž Vajngerl Date: Wed May 16 12:36:28 2018 +0900 tdf#117596 set the size for Asian and Complex char height too Change-Id: I703fc4

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

2018-05-16 Thread heiko tietze
sd/inc/app.hrc | 30 ++-- sd/inc/strings.hrc | 27 ++- sd/source/core/drawdoc4.cxx | 327 +++- sd/source/core/stlpool.cxx | 19 +- sd/source/core/stlsheet.cxx | 21 +- 5 files changed, 226 insertions(+), 198 deletions(-) New

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

2018-05-16 Thread Michael Stahl
sw/source/core/text/itratr.hxx |8 +--- sw/source/core/text/redlnitr.cxx |4 +--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 851064d1b293e16372b5c1917c64f83eb5659e7c Author: Michael Stahl Date: Tue May 15 13:30:23 2018 +0200 sw_redlinehide: SwAttrIt

Re: String Length and Array Indexes in macros

2018-05-16 Thread Arnaud Versini
Hello everyone, Le 16/05/2018 à 10:42, Noel Grandin a écrit : > > > On 2018/05/16 10:23 AM, Michael Stahl wrote: >> there is a bytecode representation for StarBasic that is used if you >> store "encrypted" macros inside a document - i.e. the StarBasic >> source code is encrypted then, but an unenc

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

2018-05-16 Thread Tor Lillqvist
extensions/source/ole/oleobjw.cxx| 144 +++ extensions/source/ole/oleobjw.hxx| 10 - extensions/source/ole/servprov.cxx | 128 ++-- extensions/source/ole/servprov.hxx | 53 extensions/sou

[Libreoffice-commits] online.git: Changes to 'private/kendy/monitoring-rebased'

2018-05-16 Thread Jan Holesovsky
New branch 'private/kendy/monitoring-rebased' available with the following commits: commit 774013fe451befacb561b4160ecf086fbb68b717 Author: Jan Holesovsky Date: Wed Apr 25 17:38:55 2018 +0200 Paste: Prefer text/rtf mimetype when present. Change-Id: Id4bad2d6b09b3b14e64059a942a50ce

Re: Initializing default paragraph properties in writerfilter

2018-05-16 Thread serdar tunc
I want to initialize default just for "Text body" in OOXML. I couldn't find anything in applyDefaults() function. I've tried to add this line in StyleSheetTable::ApplyStyleSheets if (sConvertedStyleName == "Text body") pEntry->pProperties->Insert(PROP_PARA_LINE_SPACING, uno::makeAny(sal_uInt8(1

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

2018-05-16 Thread Caolán McNamara
svtools/source/config/colorcfg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8eaf34001f76008488208bc157903c7d457238b7 Author: Caolán McNamara Date: Wed May 16 09:19:36 2018 +0100 silence -Wmaybe-uninitialized Change-Id: I67fa35dd310fc11d52d45594

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

2018-05-16 Thread Caolán McNamara
sd/qa/unit/data/ppt/pass/ofz7469-leak-1.ppt |binary svx/source/unodraw/unoshape.cxx |3 +++ 2 files changed, 3 insertions(+) New commits: commit 59ef304cff3b363fdcbf8bc56762c9349de78d24 Author: Caolán McNamara Date: Tue May 15 12:34:49 2018 +0100 ofz#7469 leak of SdrObjec

[Libreoffice-commits] core.git: download.lst external/curl

2018-05-16 Thread Thorsten Behrens
download.lst |4 ++-- external/curl/curl-7.26.0_win-proxy.patch |8 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 47dc3115f12ff16dc326b6edd12c46e6a6ef1843 Author: Thorsten Behrens Date: Wed May 16 11:16:07 2018 +0200 cur

[Libreoffice-commits] core.git: Branch 'feature/cib_contract891' - 7 commits - download.lst external/curl external/libpng include/unotools Makefile.fetch sc/source sw/source unotools/source vcl/source

2018-05-16 Thread Thorsten Behrens
Rebased ref, commits from common ancestor: commit da84b853a5680c87f61f1c7acf293d39e3794b1b Author: Thorsten Behrens Date: Tue May 15 14:27:40 2018 +0200 download tarballs via HTTPS Change-Id: I5ba41e5d41765442067ed0c4bfa16bbf90a5fb6f diff --git a/Makefile.fetch b/Makefile.fetch in

[Libreoffice-commits] core.git: Branch 'feature/cib_contract891' - download.lst external/curl

2018-05-16 Thread Thorsten Behrens
download.lst |4 ++-- external/curl/curl-7.26.0_win-proxy.patch |8 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit b44d78b2bb34d7a285e917f97ea8302d724f4a0d Author: Thorsten Behrens Date: Wed May 16 11:16:07 2018 +0200 cur

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

2018-05-16 Thread Stephan Bergmann
sal/rtl/alloc_arena.cxx |4 1 file changed, 4 deletions(-) New commits: commit f8e3ad02737854686a590f7f8f02eb72e03a0f8e Author: Stephan Bergmann Date: Wed May 16 10:21:11 2018 +0200 Remove leftover "#pragma GCC diagnostic ignored" half ...where the other half introduced

[Libreoffice-commits] core.git: basic/source compilerplugins/clang connectivity/source drawinglayer/source hwpfilter/source libreofficekit/qa reportdesign/source sal/rtl sccomp/source sd/source slides

2018-05-16 Thread Stephan Bergmann
basic/source/comp/exprnode.cxx|1 compilerplugins/clang/redundantcast.cxx | 17 ++ compilerplugins/clang/test/redundantcast.cxx | 10 connectivity/source/drivers/dbase/DTable.cxx |4 +-- drawi

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

2018-05-16 Thread Stephan Bergmann
compilerplugins/clang/redundantcast.cxx | 16 ++-- svx/source/customshapes/EnhancedCustomShape2d.cxx |5 - sw/source/ui/vba/vbaparagraphformat.cxx |4 ++-- 3 files changed, 16 insertions(+), 9 deletions(-) New commits: commit ae39b1ef2dcc9ef7784ff002d

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

2018-05-16 Thread Noel Grandin
sd/inc/sdiocmpt.hxx |3 -- sd/source/core/sdiocmpt.cxx |8 +++--- sd/source/ui/animations/CustomAnimationList.cxx |4 --- sd/source/ui/dlg/animobjs.cxx |3 -- sd/source

[Libreoffice-commits] core.git: 2 commits - include/svtools svtools/source tools/source ucb/source unotools/source uui/source vbahelper/source xmlhelp/source

2018-05-16 Thread Noel Grandin
include/svtools/DocumentToGraphicRenderer.hxx|1 include/svtools/foldertree.hxx |2 svtools/source/contnr/fileview.cxx |2 svtools/source/contnr/foldertree.cxx |8 +-- svtools/source/control/fmtfield.cxx

[Libreoffice-commits] core.git: 2 commits - dbaccess/source desktop/source drawinglayer/source editeng/source extensions/source filter/source include/drawinglayer include/editeng include/filter

2018-05-16 Thread Noel Grandin
dbaccess/source/core/api/resultset.cxx |6 +- dbaccess/source/core/api/resultset.hxx |1 dbaccess/source/filter/xml/xmlTable.cxx |3 - dbaccess/source/filter/xml/xmlTable.hxx |1 dbaccess/source/ui/app/AppView.cxx

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

2018-05-16 Thread Noel Grandin
include/vcl/commandevent.hxx |5 - include/vcl/pdfwriter.hxx | 23 include/vcl/ppdparser.hxx |9 --- vcl/inc/octree.hxx |1 vcl/inc/unx/cpdmgr.hxx |8 -- vcl/

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

2018-05-16 Thread Miklos Vajna
vcl/qa/cppunit/pdfexport/data/tdf105954.odt |binary vcl/qa/cppunit/pdfexport/pdfexport.cxx | 47 vcl/source/gdi/pdfextoutdevdata.cxx |5 ++ 3 files changed, 52 insertions(+) New commits: commit 9fd6b6b1f5b83d923a47252b744358721761d9cf Author: Miklo