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

2020-10-19 Thread Tünde Tóth (via logerrit)
chart2/qa/extras/chart2import.cxx |4 +-- chart2/qa/extras/xshape/data/reference/tdf90839-2.xml | 16 +++--- chart2/qa/extras/xshape/data/reference/tdf90839-3.xml | 16 +++--- chart2/qa/extras/xshape/data/reference/tdf90839-4.xml | 16 +++--- c

[Libreoffice-commits] core.git: configure.ac

2020-10-19 Thread Gleb Popov (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 19994e7aec92a0dd3448e7f680b6e820933cfdcc Author: Gleb Popov <6year...@gmail.com> AuthorDate: Sun Oct 18 19:24:52 2020 +0400 Commit: Mike Kaganski CommitDate: Mon Oct 19 09:47:51 2020 +0200 Add

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

2020-10-19 Thread Caolán McNamara (via logerrit)
sw/source/filter/ww8/ww8scan.cxx | 37 ++--- sw/source/filter/ww8/ww8scan.hxx |6 -- 2 files changed, 30 insertions(+), 13 deletions(-) New commits: commit 7f55db80c6fe42c162bbf51404e638a66b6ae9ab Author: Caolán McNamara AuthorDate: Sun Oct 18 20:36:

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sc/qa sc/source sd/qa sd/source sw/qa sw/source

2020-10-19 Thread Mert Tumer (via logerrit)
sc/qa/unit/tiledrendering/tiledrendering.cxx | 17 + sc/source/ui/unoobj/docuno.cxx | 12 +++- sd/qa/unit/tiledrendering/tiledrendering.cxx | 16 sd/source/ui/unoidl/unomodel.cxx |2 ++ sw/qa/extras/tiledrendering

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

2020-10-19 Thread Noel (via logerrit)
sd/source/filter/ppt/pptinanimations.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91c785d3aec872197ced5788ae83347cadd94804 Author: Noel AuthorDate: Mon Oct 19 08:49:36 2020 +0200 Commit: Noel Grandin CommitDate: Mon Oct 19 10:20:43 2020 +0200 fix

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57d' - 5 commits - include/sfx2 include/vcl sc/source vcl/Library_vcl.mk vcl/qa vcl/source xmlsecurity/Library_xmlsecurity.mk xmlsecurity/qa

2020-10-19 Thread Miklos Vajna (via logerrit)
include/sfx2/strings.hrc | 4 include/vcl/filter/PDFiumLibrary.hxx | 93 ++ sc/source/core/data/table3.cxx | 4 vcl/Library_vcl.mk

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

2020-10-19 Thread Miklos Vajna (via logerrit)
sw/inc/unotxdoc.hxx | 42 +-- sw/source/core/inc/flowfrm.hxx|6 sw/source/core/layout/flowfrm.cxx |2 sw/source/uibase/uno/unotxdoc.cxx | 462 +++--- 4 files changed, 256 insertions(+), 256 deletions(-) New commits: commit 195b28c9f0c

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

2020-10-19 Thread Noel (via logerrit)
vcl/source/outdev/font.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 1441ab9c75a2f0ac664983db22b681a1b602f8a9 Author: Noel AuthorDate: Mon Oct 19 09:19:15 2020 +0200 Commit: Noel Grandin CommitDate: Mon Oct 19 10:34:53 2020 +0200 fix possible

Optimization thought, concurrent importing of slides

2020-10-19 Thread 方振华(601661)
Our two competitors MS Office/WPS do not have the problem of scaling. Opening a document with 100 slides makes little percetible difference from opening a PPT of one single slide. We take a look at the code, and we think, maybe, instead of importing the document slide by slide, would it be possi

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

2020-10-19 Thread Tibor Nagy (via logerrit)
sc/qa/unit/data/xlsx/tdf90104.xlsx|binary sc/qa/unit/subsequent_export-test.cxx | 24 +++ sc/source/filter/excel/xecontent.cxx | 35 +- sc/source/filter/inc/xecontent.hxx|1 4 files changed, 59 insertions(+), 1 deletion(-) New

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - vcl/unx

2020-10-19 Thread Caolán McNamara (via logerrit)
vcl/unx/gtk3/gtk3gtkframe.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit d76e9fc4edcdf9a44cb2ed9542261064a8a76dde Author: Caolán McNamara AuthorDate: Sat Oct 17 16:24:09 2020 +0100 Commit: Michael Stahl CommitDate: Mon Oct 19 11:21:34 2020

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

2020-10-19 Thread Stephan Bergmann (via logerrit)
vcl/win/gdi/winlayout.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a3f93ced82f8d4d122468cc4a1c4298141d67507 Author: Stephan Bergmann AuthorDate: Mon Oct 19 09:20:35 2020 +0200 Commit: Stephan Bergmann CommitDate: Mon Oct 19 11:48:41 2020 +0200

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

2020-10-19 Thread Noel Grandin (via logerrit)
vcl/inc/win/salgdi.h |2 +- vcl/win/gdi/salfont.cxx | 31 +++ vcl/win/gdi/winlayout.cxx |2 +- 3 files changed, 5 insertions(+), 30 deletions(-) New commits: commit 6137de745606e9ccee94119fd1f8b7a90c4aa323 Author: Noel Grandin AuthorDate: Mon Sep

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

2020-10-19 Thread Justin Luth (via logerrit)
sw/qa/extras/ww8export/ww8export3.cxx |5 + sw/source/filter/ww8/wrtww8.cxx |6 +- 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 1086654d6e8cc22f1f99195668db3f305437e570 Author: Justin Luth AuthorDate: Mon Sep 28 20:21:52 2020 +0300 Commit: Ju

[Libreoffice-commits] core.git: include/tools tools/inc tools/qa tools/source

2020-10-19 Thread Noel (via logerrit)
include/tools/bigint.hxx|5 include/tools/fract.hxx |3 include/tools/gen.hxx | 203 ++-- include/tools/helpers.hxx | 13 +- include/tools/long.hxx | 33 + include/tools/poly.hxx

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

2020-10-19 Thread Tünde Tóth (via logerrit)
chart2/source/view/charttypes/PieChart.cxx | 117 +++ chart2/source/view/charttypes/PieChart.hxx |2 sw/qa/extras/layout/data/piechart_leaderline.odt |binary sw/qa/extras/layout/layout2.cxx | 15 ++ 4 files changed, 94 insertions(+), 40 del

[Libreoffice-commits] core.git: compilerplugins/clang officecfg/registry svx/Library_svx.mk svx/source svx/uiconfig svx/UIConfig_svx.mk

2020-10-19 Thread andreas kainz (via logerrit)
compilerplugins/clang/unusedfields.writeonly.results | 14 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 34 - svx/Library_svx.mk |3 svx/UIConfig_svx.mk |3 svx/source/sideba

Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Mike Kaganski
Hi, On 19.10.2020 6:32, 方振华(601661) wrote: Our two competitors MS Office/WPS do not have the problem of scaling. Opening a document with 100 slides makes little percetible difference from opening a PPT of one single slide. We take a look at the code, and we think, maybe, instead of importing t

Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Noel Grandin
The trick is to make sure that the relevant chunk of import code is thread-safe, which can be quite hard. I strongly suspect that the reason that MS-Office is fast, is that it only parses the pages on demand, instead of all at once. On 2020/10/19 1:16 pm, Mike Kaganski wrote: Hi, On 19.10.2

Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Luboš Luňák
On Monday 19 of October 2020, Mike Kaganski wrote: > Hi, > > On 19.10.2020 6:32, 方振华(601661) wrote: > > Our two competitors MS Office/WPS do not have the problem of scaling. > > Opening a document with 100 slides makes little percetible difference > > from opening a PPT of one single slide. We take

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

2020-10-19 Thread Attila Szűcs (via logerrit)
vcl/source/treelist/treelistbox.cxx | 23 +++ 1 file changed, 23 insertions(+) New commits: commit 2471d6f44c7e8ecbe86a90eeb593b899a08a7408 Author: Attila Szűcs AuthorDate: Fri Oct 16 09:54:14 2020 +0200 Commit: László Németh CommitDate: Mon Oct 19 13:44:06 2020 +0

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

2020-10-19 Thread Noel (via logerrit)
include/svl/imageitm.hxx |4 ++-- include/svl/metitem.hxx |2 +- include/svl/poolitem.hxx |3 ++- include/svl/svdde.hxx | 21 +++-- svl/source/crypto/cryptosign.cxx |2 +- svl/source/items/imageitm.cxx |6 +++--- sv

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

2020-10-19 Thread Tünde Tóth (via logerrit)
chart2/qa/extras/chart2export.cxx| 22 +- xmloff/source/chart/SchXMLExport.cxx | 12 2 files changed, 33 insertions(+), 1 deletion(-) New commits: commit f1d798151048dde3f48b124ef406416668d1e9c5 Author: Tünde Tóth AuthorDate: Fri Oct 16 13:41:28 2020

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57d' - 7 commits - configure.ac download.lst external/nss include/sfx2 include/vcl vcl/Library_vcl.mk vcl/qa vcl/source xmlsecurity/Library_

2020-10-19 Thread Samuel Mehrbrodt (via logerrit)
Rebased ref, commits from common ancestor: commit f9f820e2400a8aa4d27169bd9a7b5b95ca3a9791 Author: Samuel Mehrbrodt AuthorDate: Mon Oct 19 10:20:20 2020 +0200 Commit: Samuel Mehrbrodt CommitDate: Mon Oct 19 10:20:20 2020 +0200 Release 6.3.6.7 Change-Id: Iea58b785d62006d0f1ee

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

2020-10-19 Thread Justin Luth (via logerrit)
sw/qa/extras/ww8export/ww8export3.cxx |5 + sw/source/filter/ww8/wrtww8.cxx |6 +- 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 19b8ded3ae18dd4070a3e21d7b980782a27e5547 Author: Justin Luth AuthorDate: Mon Sep 28 20:21:52 2020 +0300 Commit: Mi

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

2020-10-19 Thread Seth Chaiklin (via logerrit)
sw/uiconfig/swriter/ui/printoptionspage.ui |5 + 1 file changed, 5 insertions(+) New commits: commit 42404bf5763b24bcab0a1f0d79f7c65f4ac64d48 Author: Seth Chaiklin AuthorDate: Mon Oct 19 11:10:40 2020 +0200 Commit: Seth Chaiklin CommitDate: Mon Oct 19 17:56:49 2020 +0200 td

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

2020-10-19 Thread Arnaud Versini (via logerrit)
include/unotools/accessiblestatesethelper.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 73933ed0a207f1cf210cc4a7d329755bd885f871 Author: Arnaud Versini AuthorDate: Mon Oct 19 13:48:40 2020 +0200 Commit: Arnaud Versini CommitDate: Mon Oct 19 18:55:57 2020 +0200 UNO

[Libreoffice-commits] help.git: AllLangHelp_swriter.mk source/text

2020-10-19 Thread Seth Chaiklin (via logerrit)
AllLangHelp_swriter.mk|1 source/text/shared/02/0707.xhp| 12 +++--- source/text/swriter/01/edit_reference_submenu.xhp | 39 ++ source/text/swriter/main0102.xhp | 32 +++--- 4 files changed,

[Libreoffice-commits] help.git: source/text

2020-10-19 Thread Seth Chaiklin (via logerrit)
source/text/swriter/01/0211.xhp | 208 1 file changed, 97 insertions(+), 111 deletions(-) New commits: commit efae5941210d1801523ae2a7a6ef3e3d5521bd46 Author: Seth Chaiklin AuthorDate: Mon Oct 19 14:13:20 2020 +0200 Commit: Seth Chaiklin CommitD

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

2020-10-19 Thread Noel (via logerrit)
include/svtools/borderline.hxx |9 - include/svtools/brwbox.hxx | 116 +++ include/svtools/ctrlbox.hxx | 22 +- include/svtools/editbrowsebox.hxx| 26 +-- include/svtools/ruler.hxx| 98 ++---

[Libreoffice-commits] core.git: include/vcl vcl/backendtest vcl/headless vcl/inc vcl/opengl vcl/qa vcl/qt5 vcl/skia vcl/source vcl/unx vcl/workben

2020-10-19 Thread Noel (via logerrit)
include/vcl/BitmapBuffer.hxx |6 include/vcl/BitmapConvolutionMatrixFilter.hxx |4 include/vcl/BitmapFilter.hxx |9 include/vcl/BitmapTools.hxx |2 include/vcl/GraphicAttributes.

[Libreoffice-commits] core.git: canvas/source compilerplugins/clang connectivity/source embedserv/source vcl/win winaccessibility/source

2020-10-19 Thread Stephan Bergmann (via logerrit)
canvas/source/directx/dx_canvasbitmap.cxx |6 +++--- compilerplugins/clang/test/cstylecast.cxx |2 +- connectivity/source/drivers/ado/Aolevariant.cxx |6 +++--- embedserv/source/embed/docholder.cxx |6 +++--- vcl/win/gd

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

2020-10-19 Thread Miklos Vajna (via logerrit)
sw/qa/extras/htmlexport/htmlexport.cxx| 247 +++--- sw/source/filter/html/htmlreqifreader.cxx | 17 +- 2 files changed, 147 insertions(+), 117 deletions(-) New commits: commit 326c8d06070a4a41a666db919702f7c423dc7a18 Author: Miklos Vajna AuthorDate: Mon Oct 19

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

2020-10-19 Thread Miklos Vajna (via logerrit)
include/vcl/filter/PDFiumLibrary.hxx|2 include/vcl/filter/pdfdocument.hxx |6 + vcl/source/filter/ipdf/pdfdocument.cxx | 82 ++-- vcl/source/pdf/PDFiumLibrary.cxx| 12 +- xmlsecurity/qa/unit/pdfsigning/

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

2020-10-19 Thread Tor Lillqvist (via logerrit)
external/nss/ExternalProject_nss.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db6457fc6035a9c271edbaedd33d04985d1235b2 Author: Tor Lillqvist AuthorDate: Mon Oct 19 20:52:46 2020 +0100 Commit: Tor Lillqvist CommitDate: Tue Oct 20 07:31:35 2020 +0200

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

2020-10-19 Thread Noel Grandin (via logerrit)
toolkit/source/helper/vclunohelper.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6eefea359fe1e51adfd4a2002614013a7c060a33 Author: Noel Grandin AuthorDate: Mon Oct 19 21:32:49 2020 +0200 Commit: Noel Grandin CommitDate: Tue Oct 20 08:04:20 2020 +020

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

2020-10-19 Thread Noel (via logerrit)
sc/inc/ChartTools.hxx |3 sc/inc/addincol.hxx | 31 sc/inc/attarray.hxx |4 sc/inc/cellsuno.hxx

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

2020-10-19 Thread Platon Pronko (via logerrit)
desktop/source/app/app.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 150d4c8b66a5d4e32a97a2a7e25e6fb632cfd40c Author: Platon Pronko AuthorDate: Mon Oct 19 17:39:08 2020 +0300 Commit: Noel Grandin CommitDate: Tue Oct 20 08:06:32 2020 +0200 remove unnecessary `if

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

2020-10-19 Thread Mark Hung (via logerrit)
sc/source/ui/view/spelleng.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit aa99b57cdc8cb3763aa935ed84e7d80c4e56a172 Author: Mark Hung AuthorDate: Mon Oct 19 22:33:21 2020 +0800 Commit: Noel Grandin CommitDate: Tue Oct 20 08:08:42 2020 +0200 tdf#13

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

2020-10-19 Thread Jan-Marek Glogowski (via logerrit)
include/vcl/settings.hxx|1 + vcl/qt5/Qt5Frame.cxx|1 + vcl/source/app/settings.cxx |6 ++ 3 files changed, 8 insertions(+) New commits: commit 0839bfaf75d3a1bc78b63c71f28a763b1b39f979 Author: Jan-Marek Glogowski AuthorDate: Mon Oct 19 20:46:05 2020 +0200 Commit:

Leo Wang - license statement

2020-10-19 Thread Leo Wang
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Leo Wang ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build stuck

2020-10-19 Thread Stephan Bergmann
On 20/10/2020 06:26, anshu khare wrote: My libreoffice build is stuck at a point. It's been 4-5 hours. I have attached a screenshot of the point where it's stuck. After [BIN] libcmis [MOD] libcmis it's not moving forward. It is stuck at this point. It's been 4-5 hours. That output likely is n