Re: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Dennis Roczek
Am 07.10.2020 um 04:45 schrieb Andrew Pitonyak: > how often I see it is highly dependent on which projects I happen to be > working at the time period. I think it's crazy? Yes. Do people do it > successfully? Yes. well... or not https://arstechnica.com/tech-policy/2020/10/excel-glit

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - 2 commits - chart2/source include/svx sc/source svx/source

2020-10-06 Thread Szymon Kłos (via logerrit)
chart2/source/controller/inc/ChartController.hxx|1 chart2/source/controller/main/ChartController.cxx |4 + chart2/source/controller/main/ChartController_Tools.cxx | 38 include/svx/xgrad.hxx |2 sc/source/ui/drawfunc

[Libreoffice-commits] core.git: bin/lint-ui.py chart2/uiconfig cui/uiconfig dbaccess/uiconfig extensions/uiconfig sc/uiconfig sd/uiconfig sfx2/uiconfig sw/uiconfig vcl/qa vcl/uiconfig

2020-10-06 Thread Noel (via logerrit)
bin/lint-ui.py |2 +- chart2/uiconfig/ui/sidebarseries.ui|2 +- chart2/uiconfig/ui/tp_3D_SceneIllumination.ui |4 ++-- cui/uiconfig/ui/numberingformatpage.ui |2 +- cui/uiconfig/ui/

[Libreoffice-commits] core.git: bin/lint-ui.py cui/uiconfig dbaccess/uiconfig fpicker/uiconfig sc/uiconfig sfx2/uiconfig sw/uiconfig

2020-10-06 Thread Noel Grandin (via logerrit)
bin/lint-ui.py | 13 +++-- cui/uiconfig/ui/certdialog.ui |1 + cui/uiconfig/ui/macroselectordialog.ui |1 + cui/uiconfig/ui/specialcharacters.ui|1 + cui/uiconfig/ui/tsaurldialog.ui

RE: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Andrew Pitonyak
I think that the important point is that people do it in excel. They then try to open the file and they cannot. I have certainly been handled really large files perhaps it is simply a CSV file with lots of rows and I know how to deal with the spreadsheet so that's how I open it. Quick and dirty

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

2020-10-06 Thread Jan-Marek Glogowski (via logerrit)
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 14 --- sfx2/source/dialog/backingwindow.cxx | 16 - sfx2/source/dialog/backingwindow.hxx |1 3 files changed, 31 deletions(-) New commits: commit a927e0964ba0442d

Re: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Dan Lewis
I would use MySQL as a back end. In a database, all the calculations that you mention are created in queries using SQL. And yes, MySQL can handle tables with millions of rows of data. But there is a lot of learning that has to be done to learn how to use MySQL. Setting up the tables takes some

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 2 commits - configure.ac vcl/source

2020-10-06 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor: commit 6b55b62b3e94fb1d5405264f4b03d107f73705c2 Author: Thorsten Behrens AuthorDate: Wed Oct 7 01:22:20 2020 +0200 Commit: Thorsten Behrens CommitDate: Wed Oct 7 01:32:01 2020 +0200 Bump version to 6.1.7.19 Change-Id: I8cd0ec2fead4d

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2020-10-06 Thread Thorsten Behrens (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 79b972d3befa8202df8ee2e6ab71a4fdbe2db05f Author: Thorsten Behrens AuthorDate: Wed Oct 7 01:22:20 2020 +0200 Commit: Thorsten Behrens CommitDate: Wed Oct 7 01:22:20 2020 +0200 Bump version to 6

gerrit Jenkins Android machine fails

2020-10-06 Thread julien2412
Hello, I resumed build 2 or 3 times for https://gerrit.libreoffice.org/c/core/+/104040 but Jenkins Android fails with: ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://git.libreoffice.org/core at hudson.plugins.git.GitSCM.fetchFrom(Gi

git indicates "helpcontent2" modified

2020-10-06 Thread julien2412
Hello, After having recreated from scratch my local repo, I got now: On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) mod

RE: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread nicholas ferguson
Can I ask what kind of platform would you use for 16 million rows that involve calculations? From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Dan Lewis Sent: Tuesday, October 06, 2020 2:59 PM To: libreoffice@lists.freedesktop.org Subject: Re: calc: jumbo sheets

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

2020-10-06 Thread Bjoern Michaelsen (via logerrit)
sw/source/core/txtnode/SwGrammarContact.cxx | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) New commits: commit a883002d8e2fd77f80c43b7b2e6ac329d83d929d Author: Bjoern Michaelsen AuthorDate: Mon Oct 5 01:46:22 2020 +0200 Commit: Bjoern Michaelsen CommitDate:

License

2020-10-06 Thread Triveni Remany
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Triveni Remany Sent from my iPhone ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo

Re: git indicates "helpcontent2" modified

2020-10-06 Thread Ilmari Lauhakangas
Do this while in the core repository: git submodule update https://wiki.documentfoundation.org/Development/Submodules "By default your submodules repository is in a state called 'detached HEAD'." So it is not desirable to have helpcontent2 be in branch master. Ilmari julien2412 kirjoitti 6

Re: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Dan Lewis
From my perspective, one needs to learn how to create a database in Base including tables, queries, forms and report when working with this much data. It is designed to handle large amounts of it. MySQL, Postgresql, and Oracle can be used as a backend  for Base being the front end. Dan On 10

Re: cannot access my extension page

2020-10-06 Thread Heiko Tietze
You are not listed on https://extensions.libreoffice.org. Have you regsitered at https://auth.documentfoundation.org/? On 06.10.20 17:27, johndorazio wrote: > Ok I've recreated accounts. Username is *johnrdorazio* Main email address is > *pri...@johnromanodorazio.com* Extension is > *https://exten

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

2020-10-06 Thread Miklos Vajna (via logerrit)
oox/source/drawingml/shape.cxx | 16 ++ oox/source/drawingml/textbodypropertiescontext.cxx |5 sd/qa/unit/data/pptx/shape-text-adjust-left.pptx |binary sd/qa/unit/data/xml/n762695_0.xml |6 - sd/qa/unit/data/xml/n762695_1.xml |

[Libreoffice-commits] core.git: include/LibreOfficeKit include/vcl sc/source sd/source sw/source vcl/source

2020-10-06 Thread gokaysatir (via logerrit)
include/LibreOfficeKit/LibreOfficeKitEnums.h |7 +++ include/vcl/unohelp2.hxx |6 +- sc/source/ui/view/editsh.cxx |9 - sd/source/ui/view/drviews2.cxx | 13 - sw/source/uibase/shells/textsh1.cxx |

[Libreoffice-commits] core.git: desktop/source extensions/source filter/source reportdesign/source sd/inc sd/source slideshow/source writerfilter/source

2020-10-06 Thread Noel (via logerrit)
desktop/source/lib/init.cxx |2 +- extensions/source/propctrlr/browserview.cxx |2 +- extensions/source/propctrlr/browserview.hxx |2 +- extensions/source/propctrlr/defaultforminspection.cxx |2 +- extensions/source/propctrlr/handlerhel

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

2020-10-06 Thread Noel (via logerrit)
sc/inc/recursionhelper.hxx |4 ++-- sc/inc/refdata.hxx | 12 ++-- sc/source/core/tool/compiler.cxx| 24 sc/source/core/tool/interpr1.cxx|2 +- sc/source/core/tool/recursionhelper.cxx |2 +- sc/source

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

2020-10-06 Thread Noel (via logerrit)
sw/inc/AnnotationWin.hxx|4 ++-- sw/inc/doc.hxx |2 +- sw/inc/fesh.hxx |2 +- sw/inc/fldbas.hxx |2 +- sw/inc/ndgrf.hxx|2 +- s

[Libreoffice-commits] core.git: basctl/source chart2/source cui/source dbaccess/source include/svx oox/source svx/inc svx/source xmlsecurity/source

2020-10-06 Thread Noel (via logerrit)
basctl/source/basicide/baside2.hxx|2 - basctl/source/basicide/baside2b.cxx |2 - chart2/source/controller/inc/CommandDispatchContainer.hxx |2 - chart2/source/controller/sidebar/ChartAreaPanel.cxx |2 - chart2/source/controller/s

(OT) LibreWaterloo Meeting on LibreLogo

2020-10-06 Thread Marc Paré
I just thought that some of you may be interested. I am one of the coordinators of the LibreWaterloo (Waterloo, Canada) LibreOffice Community Group. Our meeting tomorrow night (Wednesday 7th of October at 7PM (UTC-4) is welcoming Gilvan Vilarim to speak on LibreLogo in education and he will also h

calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Noel Grandin
Hi i.e. very large spreadsheets of up to 16 million rows. So I did some more investigation into this. In various places, we need to accumulate things like row-heights and other things, numbers which, with jumbo sheets, easily exceed 32-bits. HOWEVER All over the place, we pass these values thro

Re: cannot access my extension page

2020-10-06 Thread johndorazio
Ok I've recreated accounts.Username is *johnrdorazio*Main email address is *pri...@johnromanodorazio.com*Extension is *https://extensions.libreoffice.org/en/extensions/show/bibleget-i-o* -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

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

2020-10-06 Thread Andreas Heinisch (via logerrit)
basic/qa/basic_coverage/test_cverr_method.vb | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) New commits: commit 698e5d54182d96a1fd0c3b864ba0e618f82dd1f1 Author: Andreas Heinisch AuthorDate: Mon Oct 5 12:20:50 2020 +0200 Commit: Mike Kaganski CommitDa

[Libreoffice-commits] core.git: chart2/source cui/source dbaccess/source desktop/source formula/source include/vcl sc/source sd/source sfx2/source starmath/source svtools/source svx/source sw/source v

2020-10-06 Thread Caolán McNamara (via logerrit)
chart2/source/controller/dialogs/tp_ChartType.cxx |2 +- chart2/source/controller/sidebar/ChartTypePanel.cxx |2 +- cui/source/customize/cfg.cxx|2 +- cui/source/dialogs/cuicharmap.cxx |4 ++-- cui/source/dialogs/hangulhanjadlg.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - 2 commits - sc/source vcl/source

2020-10-06 Thread Szymon Kłos (via logerrit)
sc/source/ui/drawfunc/drawsh2.cxx | 47 ++ vcl/source/window/window2.cxx | 20 +++- 2 files changed, 66 insertions(+), 1 deletion(-) New commits: commit 2f20c1ac4e8fac51f23340f14d2e1a22258a12f1 Author: Szymon Kłos AuthorDate: Tue Sep 29

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

2020-10-06 Thread Szymon Kłos (via logerrit)
sd/source/ui/view/drviewse.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 4941dced3db465d7e2e88db0864fd785a4574882 Author: Szymon Kłos AuthorDate: Wed Sep 30 11:28:02 2020 +0200 Commit: Szymon Kłos CommitDate: Tue Oct 6 16:16:21 2020 +0200 D

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

2020-10-06 Thread Balazs Varga (via logerrit)
chart2/source/controller/main/ChartController_Position.cxx | 16 ++--- 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 7f0d347eb879cd5859ee13a4c79d185a88b12fcc Author: Balazs Varga AuthorDate: Thu Oct 1 11:29:26 2020 +0200 Commit: Xisco Fauli CommitDate: Tu

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

2020-10-06 Thread Xisco Fauli (via logerrit)
sc/qa/uitest/autofilter/autofilter.py | 28 sc/source/ui/view/gridwin.cxx | 19 --- vcl/source/treelist/uiobject.cxx |1 + 3 files changed, 41 insertions(+), 7 deletions(-) New commits: commit f68922349ee78a6a64c575e21fe323c442faa5

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

2020-10-06 Thread Xisco Fauli (via logerrit)
sc/qa/uitest/chart/chartDataLabels.py |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit d15aa807be1c595dad9abc1dea04bb922570015a Author: Xisco Fauli AuthorDate: Fri Oct 2 16:58:27 2020 +0200 Commit: Xisco Fauli CommitDate: Tue Oct 6 15:44:40 2020 +020

[Libreoffice-commits] core.git: editeng/source extensions/source i18npool/source include/sfx2 include/svtools include/svx sdext/source sfx2/inc sfx2/source svtools/source svx/inc svx/source vcl/inc vc

2020-10-06 Thread Noel (via logerrit)
editeng/source/editeng/impedit.cxx |2 - editeng/source/editeng/impedit.hxx |2 - extensions/source/bibliography/datman.cxx|4 +-- i18npool/source/textconversion/textconversion_ko.cxx |2 - include/sfx2/objface.hxx

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

2020-10-06 Thread Luboš Luňák (via logerrit)
vcl/skia/x11/gdiimpl.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e1482daecff877e3b0e22f1fc864e614376cb6b1 Author: Luboš Luňák AuthorDate: Tue Oct 6 14:51:21 2020 +0200 Commit: Luboš Luňák CommitDate: Tue Oct 6 14:51:56 2020 +0200 add missing n

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

2020-10-06 Thread Caolán McNamara (via logerrit)
include/vcl/weld.hxx | 107 +++-- vcl/inc/jsdialog/jsdialogbuilder.hxx | 37 ++- vcl/inc/salvtables.hxx | 104 +++- vcl/jsdialog/jsdialogbuilder.cxx | 68 + vcl/source/app/salvtables.cxx| 175 +

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

2020-10-06 Thread Caolán McNamara (via logerrit)
sc/source/ui/dbgui/sortkeydlg.cxx |8 +++- sc/source/ui/inc/sortkeydlg.hxx |2 ++ sw/source/ui/index/cnttab.cxx | 14 -- 3 files changed, 21 insertions(+), 3 deletions(-) New commits: commit 19f331ca6aa87a438b1eeabef72978ddbfb0e747 Author: Caolán McNamara Auth

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - cui/source svx/source sw/source

2020-10-06 Thread Szymon Kłos (via logerrit)
cui/source/dialogs/splitcelldlg.cxx | 35 ++- cui/source/factory/dlgfact.cxx |2 +- cui/source/inc/splitcelldlg.hxx | 20 ++-- svx/source/table/tablecontroller.cxx |9 + sw/source/uibase/shells/tabsh.cxx| 33

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

2020-10-06 Thread Szymon Kłos (via logerrit)
vcl/source/app/help.cxx | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) New commits: commit e1486b3d6658596e9dd27e712f5161553df08b1d Author: Szymon Kłos AuthorDate: Mon Oct 5 16:38:15 2020 +0200 Commit: Szymon Kłos CommitDate: Tue Oct 6 13:32:33 2

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

2020-10-06 Thread Szymon Kłos (via logerrit)
chart2/source/controller/inc/ChartController.hxx|1 chart2/source/controller/main/ChartController.cxx |9 +++ chart2/source/controller/main/ChartController_Tools.cxx | 20 desktop/source/lib/init.cxx |2 - 4 files change

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

2020-10-06 Thread Szymon Kłos (via logerrit)
chart2/source/controller/sidebar/ChartAreaPanel.cxx | 15 ++- desktop/source/lib/init.cxx |2 +- 2 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 49a1c4c649d062160765520f0a1c82925030a644 Author: Szymon Kłos AuthorDate: Wed Sep 23

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

2020-10-06 Thread Szymon Kłos (via logerrit)
chart2/source/controller/sidebar/ChartAreaPanel.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 5e7518c980855c51049cf1ca5e8b77363bd1ec19 Author: Szymon Kłos AuthorDate: Wed Sep 23 15:28:26 2020 +0200 Commit: Szymon Kłos CommitDate: Tue Oct

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

2020-10-06 Thread Miklos Vajna (via logerrit)
oox/qa/unit/data/shape-text-adjust-left.pptx |binary oox/qa/unit/drawingml.cxx | 19 +++ oox/source/drawingml/shape.cxx | 16 ++ oox/source/drawingml/textbodypropertiescontext.cxx |5 sd/qa/unit/data/xml/n762695_0.xml |

Re: Failing testTdf107020 - crop size mismatch after load & reload

2020-10-06 Thread Mark Hung
Hi Noel, I reset the font scaling to 100% and the unit test pass. Thank you! Noel Grandin 於 2020年10月6日 週二 下午3:19寫道: > Do you have any kind of font-scaling active? > > Because then the unit tests won't work on Windows. > > On 2020/10/05 11:21 pm, Mark Hung wrote: > > > > > > Caolán McNamara mail

[Libreoffice-commits] core.git: basegfx/source comphelper/source include/registry include/svl include/vcl svl/source tools/source vcl/backendtest vcl/inc vcl/skia vcl/source vcl/unx

2020-10-06 Thread Noel (via logerrit)
basegfx/source/polygon/b2dpolygontools.cxx|4 +- basegfx/source/polygon/b3dpolygontools.cxx|4 +- comphelper/source/misc/lok.cxx|4 +- include/registry/registry.hxx |2 - include/svl/zformat.hxx |

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

2020-10-06 Thread Xisco Fauli (via logerrit)
sc/qa/uitest/chart/chartDataLabels.py | 41 ++ 1 file changed, 41 insertions(+) New commits: commit d34e969c888219bd3739fc4a8ef330c77f7e7adf Author: Xisco Fauli AuthorDate: Mon Oct 5 16:19:28 2020 +0200 Commit: Xisco Fauli CommitDate: Tue Oct 6 12:53:33

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

2020-10-06 Thread Mike Kaganski (via logerrit)
oox/source/ole/vbaexport.cxx | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) New commits: commit 97c03dfe6c946236c3b385879f3bb2594dc4602f Author: Mike Kaganski AuthorDate: Tue Oct 6 11:20:08 2020 +0300 Commit: Mike Kaganski CommitDate: Tue Oct 6 12:49:51 2020 +

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

2020-10-06 Thread Caolán McNamara (via logerrit)
editeng/source/editeng/impedit2.cxx | 11 - include/editeng/editview.hxx|3 include/svx/svdedxv.hxx |1 include/svx/weldeditview.hxx|9 + include/vcl/customweld.hxx |7 include/vcl/layout.hxx |7 include/vcl/weld.hxx

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

2020-10-06 Thread Caolán McNamara (via logerrit)
vcl/inc/unx/gtk/gtkframe.hxx |1 vcl/unx/gtk3/gtk3gtkframe.cxx | 74 +++--- 2 files changed, 42 insertions(+), 33 deletions(-) New commits: commit a49a0165bbc7fce216256bc8ee8ca8b0db757c1c Author: Caolán McNamara AuthorDate: Thu Oct 1 12:30:51 2020

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

2020-10-06 Thread Caolán McNamara (via logerrit)
sw/source/ui/dbui/createaddresslistdialog.cxx |8 1 file changed, 8 insertions(+) New commits: commit a9291f02c6eb9aa97a287dd5a99ad4b4d9448572 Author: Caolán McNamara AuthorDate: Fri Oct 2 16:21:02 2020 +0100 Commit: Miklos Vajna CommitDate: Tue Oct 6 12:41:02 2020 +0200

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

2020-10-06 Thread Caolán McNamara (via logerrit)
sc/source/ui/app/inputwin.cxx |6 +++--- sc/source/ui/inc/inputwin.hxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 084a230a15e22abada48f73d6e2efc66d208f933 Author: Caolán McNamara AuthorDate: Mon Oct 5 14:24:29 2020 +0100 Commit: Caolán McNamara C

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - comphelper/CppunitTest_comphelper_threadpool_test.mk comphelper/qa comphelper/source include/comphelper

2020-10-06 Thread Luboš Luňák (via logerrit)
comphelper/CppunitTest_comphelper_threadpool_test.mk |1 comphelper/qa/unit/threadpooltest.cxx| 50 +++ comphelper/source/misc/threadpool.cxx| 24 - include/comphelper/threadpool.hxx|7 +- 4 files changed, 78

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

2020-10-06 Thread Daniel Arato (NISZ) (via logerrit)
sw/source/core/unocore/unoframe.cxx| 17 + writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx | 21 +++ writerfilter/qa/cppunittests/dmapper/data/frame-direction.docx |binary writerfilter/source/dmapper/DomainMapper.cxx | 30

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - include/vcl toolkit/source vcl/source

2020-10-06 Thread Thorsten Behrens (via logerrit)
include/vcl/tabpage.hxx | 26 ++ toolkit/source/awt/vclxcontainer.cxx | 16 ++- toolkit/source/awt/vclxtoolkit.cxx |3 toolkit/source/controls/tabpagemodel.cxx |6 + vcl/source/window/tabpage.cxx| 130 +++ 5 files

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

2020-10-06 Thread Caolán McNamara (via logerrit)
svx/source/dialog/weldeditview.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 94b73fb5e206a8718e5127cf58c826099ae92f5a Author: Caolán McNamara AuthorDate: Mon Oct 5 20:27:30 2020 +0100 Commit: Caolán McNamara CommitDate: Tue Oct 6 12:01:26

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

2020-10-06 Thread Caolán McNamara (via logerrit)
comphelper/source/misc/threadpool.cxx |2 +- vcl/unx/gtk3/gtk3gtkinst.cxx |6 -- 2 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 197c91c45a0ff691af5089b2603737c1320880c1 Author: Caolán McNamara AuthorDate: Mon Oct 5 20:45:12 2020 +0100 Commit: Ca

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

2020-10-06 Thread Regényi Balázs (via logerrit)
oox/source/vml/vmlshape.cxx | 26 --- sw/qa/extras/ooxmlexport/data/tdf105875_VmlShapeRotationWithFlip.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport10.cxx| 34 ++ sw/qa/extras/ooxmlimport/ooxmlimport.cxx

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - editeng/source include/editeng include/svx include/vcl svx/source sw/source vcl/source vcl/unx

2020-10-06 Thread Caolán McNamara (via logerrit)
editeng/source/editeng/editview.cxx |6 +++--- editeng/source/editeng/impedit.cxx | 27 ++- editeng/source/editeng/impedit.hxx |6 +++--- include/editeng/editview.hxx | 14 +- include/svx/svdedxv.hxx |

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

2020-10-06 Thread Szabolcs Toth (via logerrit)
oox/source/drawingml/shape.cxx |9 ++--- oox/source/export/drawingml.cxx| 37 +++-- sc/qa/unit/data/xlsx/tdf137000_export_upright.xlsx |binary sc/qa/unit/subsequent_export-test.cxx | 22 4 files changed, 61

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

2020-10-06 Thread Maxim Monastirsky (via logerrit)
vcl/unx/gtk3/gtk3gtksalmenu.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cf86ac12bef0f24714a3df4ee88fc2f57d827c00 Author: Maxim Monastirsky AuthorDate: Wed Sep 30 09:29:48 2020 +0300 Commit: Michael Stahl CommitDate: Tue Oct 6 09:43:25 2020 +0200

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

2020-10-06 Thread Xisco Fauli (via logerrit)
sw/source/filter/ww8/ww8atr.cxx | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) New commits: commit c426d851fd7a66f826d08691d19ff288a636a445 Author: Xisco Fauli AuthorDate: Fri Oct 2 15:27:46 2020 +0200 Commit: Michael Stahl CommitDate: Tue Oct 6 09:42:29 2

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

2020-10-06 Thread Samuel Mehrbrodt (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 09421f477e1277c2f16633276859f9aa95ba50fc Author: Samuel Mehrbrodt AuthorDate: Tue Oct 6 09:37:35 2020 +0200 Commit: Samuel Mehrbrodt CommitDate: Tue Oct 6 09:37:35 2020 +0200 Use repacked

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

2020-10-06 Thread Travis Stewart (via logerrit)
source/text/swriter/librelogo/LibreLogo.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5494e02b2527f27a8cfbbd0a4a125443f3851715 Author: Travis Stewart AuthorDate: Tue Oct 6 08:18:26 2020 +0200 Commit: Ilmari Lauhakangas CommitDate: Tue Oct 6 09:33:12 20

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

2020-10-06 Thread Miklos Vajna (via logerrit)
oox/qa/unit/data/shape-text-adjust-left.pptx |binary oox/qa/unit/drawingml.cxx | 19 +++ oox/source/drawingml/shape.cxx | 16 ++ oox/source/drawingml/textbodypropertiescontext.cxx |5 sd/qa/unit/data/xml/n762695_0.xml |

Re: Failing testTdf107020 - crop size mismatch after load & reload

2020-10-06 Thread Noel Grandin
Do you have any kind of font-scaling active? Because then the unit tests won't work on Windows. On 2020/10/05 11:21 pm, Mark Hung wrote: Caolán McNamara mailto:caol...@redhat.com>> 於 2020年10月6日 週二 03:05 寫道: On Tue, 2020-10-06 at 00:10 +0800, Mark Hung wrote: > Test name: testTdf107

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - bin/lint-ui.py uui/uiconfig writerperfect/uiconfig

2020-10-06 Thread Noel (via logerrit)
bin/lint-ui.py | 12 +++- uui/uiconfig/ui/simplenameclash.ui |1 + writerperfect/uiconfig/ui/wpftencodingdialog.ui |1 + 3 files changed, 13 insertions(+), 1 deletion(-) New commits: commit d471c802e8a3a4299e122cc05900bdab6ed67a00 Au

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-6.2-25'

2020-10-06 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-25' created by Andras Timar at 2020-10-06 07:01 + cp-6.2-25 Changes since cp-6.2-24-22: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listi

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

2020-10-06 Thread Andras Timar (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 845650b678df4af7ae99a258f17afcec139f6df5 Author: Andras Timar AuthorDate: Tue Oct 6 09:01:02 2020 +0200 Commit: Andras Timar CommitDate: Tue Oct 6 09:01:02 2020 +0200 Bump version to 6.2-25

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-6.2-25'

2020-10-06 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-25' created by Andras Timar at 2020-10-06 07:01 + cp-6.2-25 Changes since CP-Android-iOS-4.2.0: Andras Timar (1): tdf#130999 fix registration of Greek dictionary --- el_GR/META-INF/manifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-6.2-25'

2020-10-06 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-25' created by Andras Timar at 2020-10-06 07:01 + cp-6.2-25 Changes since CODE-4.2.2-2: Andras Timar (1): [cp] add info about xapian omega search and the cp-query template --- xapian/cp-query | 141 ++ xapian/xapian.

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-6.2-25'

2020-10-06 Thread Andras Timar (via logerrit)
Tag 'cp-6.2-25' created by Andras Timar at 2020-10-06 07:01 + cp-6.2-25 Changes since cp-6.2-23: Andras Timar (1): Update mobile Word Count dialog translations and some more --- source/ar/sw/messages.po | 1364 +++- source/as/sw/messages.po