[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 -

[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

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

[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

[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,

[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

[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

[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:

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

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

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 ±∞,

[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

[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:

[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: 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: 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 +++---

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: 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

[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

[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

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

[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:

[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: 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-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' - 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

[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

[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

[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 -

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: 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

[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

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, >

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

[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

[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

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

[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

[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: include/rtl sal/rtl

2018-05-16 Thread Stephan Bergmann
include/rtl/alloc.h |2 - sal/rtl/alloc_arena.cxx | 88 ++-- sal/rtl/alloc_arena.hxx |1 sal/rtl/alloc_cache.cxx | 17 + sal/rtl/alloc_impl.hxx |1 5 files changed, 8 insertions(+), 101 deletions(-) New commits: commit

[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: 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

[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

[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:

[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

[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:

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,

[Libreoffice-bugs] [Bug 117427] Get and Set GraphicURL using te API no longer working

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117427 --- Comment #12 from Fernand --- thanks anyhow -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 108523] Remove @author annotations from source code

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108523 --- Comment #2 from Commit Notification --- Gabor Kelemen committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-ux-advise] [Bug 117009] In Impress UI scroll bars are active beyond the extent of the slide

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117009 --- Comment #13 from Cor Nouws --- (In reply to Thomas Lendo from comment #11) > It should still be possible to add or extend objects outside of slide/paper > size but the default is better to be restricted. I never

[Libreoffice-bugs] [Bug 117009] In Impress UI scroll bars are active beyond the extent of the slide

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117009 --- Comment #13 from Cor Nouws --- (In reply to Thomas Lendo from comment #11) > It should still be possible to add or extend objects outside of slide/paper > size but the default is better to be restricted. I never

[Libreoffice-bugs] [Bug 117638] New: FILEOPEN: Corrupt image when loading RTF file

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117638 Bug ID: 117638 Summary: FILEOPEN: Corrupt image when loading RTF file Product: LibreOffice Version: 5.3.7.2 release Hardware: All OS: All Status:

[Libreoffice-bugs] [Bug 117636] CPU 100% when I convert office document to pdf

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117636 --- Comment #2 from Timur --- Please also test with master when reporting bugs: https://dev-builds.libreoffice.org/daily/master/. Please compare some older LO which worked fine, current 6.0.4 and master. -- You are

[Libreoffice-bugs] [Bug 98838] blank pages added in the middle of a column on DOCX file

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98838 --- Comment #6 from Timur --- Multiple issues here, test with 6.1+: - blank pages added in the middle of a column, for no apparent reason (this bug) - LO first reads 203 pages and than later decreases(guess the same) -

[Libreoffice-bugs] [Bug 117596] Japanese text on the listbox is big in pivot charts

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117596 Tomaz Vajngerl changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 99995] Paragraphs with Font Effects> Hidden flag cannot be included in PDF or Print Preview

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=5 Timur changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing from 5.4

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Timur changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-ux-advise] [Bug 99995] Paragraphs with Font Effects> Hidden flag cannot be included in PDF or Print Preview

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=5 Timur changed: What|Removed |Added See Also|

[Libreoffice-ux-advise] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing from 5.4

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Timur changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 117333] FIREBIRD: Migration: After first SQL-error nothing else will be imported

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117333 --- Comment #3 from Commit Notification --- Tamas Bunth committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 117325] Firebird: Migration: Starting migration on file saved in current session and which generates SQL error during migration crashes LibO

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117325 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 117325] Firebird: Migration: Starting migration on file saved in current session and which generates SQL error during migration crashes LibO

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117325 --- Comment #5 from Commit Notification --- Tamas Bunth committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 117333] FIREBIRD: Migration: After first SQL-error nothing else will be imported

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117333 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 117633] assignmenthelponline

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117633 Adolfo Jayme changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 116793] PDF exporting with annotations shows incomplete slides miniatures

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116793 Buovjaga changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 117634] New: LO 6.1 Writer will still left a tmp file when create new ODT include formula.

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117634 Bug ID: 117634 Summary: LO 6.1 Writer will still left a tmp file when create new ODT include formula. Product: LibreOffice Version: 6.1.0.0.alpha1+ Master

[Libreoffice-bugs] [Bug 117606] Problem opening excelfile edited with Libreoffice calc in MS excel 2010 - warning /Damaged file...

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117606 --- Comment #6 from sverre48 --- I even just tested opening the xlsx file in office 2016 x64 on win10. Same problem so it is better that you debug problem with your product than blaming the many users that certainly

[Libreoffice-bugs] [Bug 117102] picture scaling not fine enough

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117102 --- Comment #15 from Dr. Matthias Weisser --- I agree to Tomaz ! May be at least one decimal to have would be fine. Technically this should be no problem. Other fields also have decimal values. -- You are

[Libreoffice-bugs] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing from 5.4

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Dieter Praas changed: What|Removed |Added Blocks||85811

[Libreoffice-bugs] [Bug 85811] [META] Main menu bar bugs and enhancements

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811 Dieter Praas changed: What|Removed |Added Depends on||117631

[Libreoffice-bugs] [Bug 117639] Error notif on opening .xslx

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117639 --- Comment #1 from Nikola --- Created attachment 142124 --> https://bugs.documentfoundation.org/attachment.cgi?id=142124=edit Example .xlsx file -- You are receiving this mail because: You are the assignee

[Libreoffice-ux-advise] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing from 5.4

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Dieter Praas changed: What|Removed |Added Blocks||85811

[Libreoffice-bugs] [Bug 117639] New: Error notif on opening .xslx

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117639 Bug ID: 117639 Summary: Error notif on opening .xslx Product: LibreOffice Version: 6.0.0.3 release Hardware: All OS: All Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 117641] New: Chart corruption when opening docx document on libreoffice writer.

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117641 Bug ID: 117641 Summary: Chart corruption when opening docx document on libreoffice writer. Product: LibreOffice Version: 6.1.0.0.alpha1+ Master Hardware: All

[Libreoffice-bugs] [Bug 117630] LO61: Introduced notebookbar command has wrong accelerator character

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117630 Adolfo Jayme changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 117638] FILEOPEN: Corrupt image when loading RTF file

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117638 --- Comment #3 from Milan Bouchet-Valat --- I should have noted that the problem is still in present in LO 6.0.3.2. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 117636] CPU 100% when I convert office document to pdf

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117636 --- Comment #4 from zyl --- (In reply to Timur from comment #2) > Please also test with master when reporting bugs: > https://dev-builds.libreoffice.org/daily/master/. > Please compare some older LO which worked fine,

[Libreoffice-bugs] [Bug 117642] New: Unwanted line added when special pasting an table with an embedded table as RTF

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117642 Bug ID: 117642 Summary: Unwanted line added when special pasting an table with an embedded table as RTF Product: LibreOffice Version: 4.4.7.2 release Hardware: All

[Libreoffice-bugs] [Bug 102950] Formatting of Comments is not persistent

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102950 --- Comment #4 from Timur --- Same in 6.1+ -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 102950] Format All Comments is not persistent for new comments

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102950 Timur changed: What|Removed |Added Version|unspecified |4.3.0.4 release

[Libreoffice-bugs] [Bug 117606] Problem opening excelfile edited with Libreoffice calc in MS excel 2010 - warning /Damaged file...

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117606 --- Comment #3 from sverre48 --- I found out that the file was last changed in July 17, 2017, and no problem opening the file using Libreoffice, 6.04 x64 (win 10). But file sharing across platforms is an important

[Libreoffice-bugs] [Bug 117231] There is no way to suppress Writer inserting blank pages to make page No. 1 a right-hand page (Formatting)

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117231 --- Comment #11 from Cor Nouws --- (In reply to A.Holtsmark from comment #9) > "What is the effect of Tools > Options > Writer > Printing ... "Print > automatically inserted blank pages" for your case?" > > -This

[Libreoffice-bugs] [Bug 117636] CPU 100% when I convert office document to pdf

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117636 Jean-Baptiste Faure changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 107830] [META] DOCX (OOXML) paragraph-related issues

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107830 Bug 107830 depends on bug 117504, which changed state. Bug 117504 Summary: FILEOPEN: DOCX: Before text indent is ignored https://bugs.documentfoundation.org/show_bug.cgi?id=117504 What|Removed |Added

[Libreoffice-bugs] [Bug 117639] Error notif on opening .xslx

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117639 --- Comment #2 from Nikola --- Created attachment 142125 --> https://bugs.documentfoundation.org/attachment.cgi?id=142125=edit Error/warning on opening example .xlsx file -- You are receiving this mail

[Libreoffice-bugs] [Bug 116793] PDF exporting with annotations shows incomplete slides miniatures

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116793 --- Comment #11 from Andy --- Hi. I re-tried this with 6.0.4.2 and the result is tragic... most pages strongly corrupted with missing images. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 116793] PDF exporting with annotations shows incomplete slides miniatures

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116793 Andy changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 117630] LO61: Introduced notebookbar command has wrong accelerator character

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117630 --- Comment #1 from Commit Notification --- andreas kainz committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 117630] LO61: Introduced notebookbar command has wrong accelerator character

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117630 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 117606] Problem opening excelfile edited with Libreoffice calc in MS excel 2010 - warning /Damaged file...

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117606 --- Comment #4 from Timur --- Sverre, if you report bugs, please always give full history info like Regina asked. Also attach file here, not Dropbox links. And if you give screenshot make sure it's English UI with

[Libreoffice-bugs] [Bug 108580] Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing ( for local solution see comment 7)

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108580 --- Comment #61 from Kumāra --- I've just installed LO6.0.4. Hm... Same old "api-ms-win-crt-runtime-l1-1-0.dll is missing". Then, I took one of the suggestions from the webpage I suggested earlier

[Libreoffice-ux-advise] [Bug 117231] There is no way to suppress Writer inserting blank pages to make page No. 1 a right-hand page (Formatting)

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117231 --- Comment #11 from Cor Nouws --- (In reply to A.Holtsmark from comment #9) > "What is the effect of Tools > Options > Writer > Printing ... "Print > automatically inserted blank pages" for your case?" > > -This

[Libreoffice-bugs] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Dieter Praas changed: What|Removed |Added Keywords||needsUXEval

[Libreoffice-ux-advise] [Bug 117631] Menu option 'View > Hidden Paragraphs' missing

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117631 Dieter Praas changed: What|Removed |Added Keywords||needsUXEval

[Libreoffice-bugs] [Bug 117614] GraphicExporter not always export correctly

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117614 Jean-Baptiste Faure changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 117606] Problem opening excelfile edited with Libreoffice calc in MS excel 2010 - warning /Damaged file...

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117606 --- Comment #5 from sverre48 --- I think you should be happy that users report of problems. The file says it all, imo. So please resolve the problem without problemising that Libreoffice creates incompatible office

[Libreoffice-bugs] [Bug 117635] New: Enhancement request: PDF Export - Adding option for embedding video into PDF

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117635 Bug ID: 117635 Summary: Enhancement request: PDF Export - Adding option for embedding video into PDF Product: LibreOffice Version: unspecified Hardware: All

[Libreoffice-bugs] [Bug 117637] New: selecting template in libreoffice impress is not very accessible.

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117637 Bug ID: 117637 Summary: selecting template in libreoffice impress is not very accessible. Product: LibreOffice Version: 5.3 all versions Hardware: All

[Libreoffice-bugs] [Bug 117640] Embedded table goes outside the table border with special paste RTF

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117640 --- Comment #1 from Telesto --- Created attachment 142126 --> https://bugs.documentfoundation.org/attachment.cgi?id=142126=edit Example file -- You are receiving this mail because: You are the assignee for the

  1   2   3   >