Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-14 Thread Wols Lists
On 14/01/2022 21:26, Chris Sherlock wrote: I will work on a patch for Linux that parses /etc/os-release with a fallback to just the kernel version if that is not available (virtually all desktop systems use systemd now). Are you sure? Okay, it's mostly the mad hold-outs, but Devuan, funtoo,

Re: Problems with lighting of extruded custom-shapes

2022-01-14 Thread Regina Henschel
Hi Miklos, I have put it into code now, see https://gerrit.libreoffice.org/c/core/+/128449 That makes it perhaps easier to discuss the problems. My changes give good results for import of MS binary formats, especially if the user has chosen to illuminate the object from front or if the user

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-14 Thread Chris Sherlock
Hi Kohie, >> I would prefer the string to be in the format: >> Fedora 17 (Beefy Miracle) Kernel: 5.xxx (whatever it might be) >> This is close to what is returned for the Mac and Windows versions. > > To me that's a very reasonable format of choice. > > Though, maybe we could add the word "Linux

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-14 Thread Wols Lists
On 14/01/2022 16:01, Kohei Yoshida wrote: Hi Chris, On 13.01.2022 20:14, Chris Sherlock wrote: I would prefer the string to be in the format: Fedora 17 (Beefy Miracle) Kernel: 5.xxx (whatever it might be) This is close to what is returned for the Mac and Windows versions. To me that's a ve

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

2022-01-14 Thread Julien Nabet (via logerrit)
connectivity/Library_mysqlc.mk | 15 +- connectivity/source/commontools/TTableHelper.cxx|5 connectivity/source/drivers/mysqlc/mysqlc_connection.cxx| 40 ++ connectivity/source/drivers/mysqlc/mysqlc_connection.hxx| 19

[Libreoffice-commits] core.git: helpcontent2

2022-01-14 Thread Ilmari Lauhakangas (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8be1888ede5b17bae7e5ee239011a9156b9c7614 Author: Ilmari Lauhakangas AuthorDate: Fri Jan 14 22:40:51 2022 +0200 Commit: Gerrit Code Review CommitDate: Fri Jan 14 21:40:51 2022 +0100 Update git

[Libreoffice-commits] help.git: help3xsl/help.js

2022-01-14 Thread Ilmari Lauhakangas (via logerrit)
help3xsl/help.js | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 143eb86de536e863170222617485c3e7f41d628a Author: Ilmari Lauhakangas AuthorDate: Fri Jan 14 21:40:03 2022 +0200 Commit: Olivier Hallot CommitDate: Fri Jan 14 21:40:50 2022 +0100

[Libreoffice-commits] core.git: basic/source chart2/source comphelper/source editeng/source framework/source include/comphelper include/vcl scripting/source sc/source sd/source sfx2/inc sfx2/source sv

2022-01-14 Thread Noel Grandin (via logerrit)
basic/source/classes/sbunoobj.cxx | 4 chart2/source/tools/ModifyListenerHelper.cxx | 10 - chart2/source/tools/RangeHighlighter.cxx | 20 +- comphelper/source/misc/accessibleeventno

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

2022-01-14 Thread Andrea Gelmini (via logerrit)
vcl/source/app/svmain.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 49a5e69f567302633299bf6626a9d9b9544ee94b Author: Andrea Gelmini AuthorDate: Fri Jan 14 19:02:28 2022 +0100 Commit: Julien Nabet CommitDate: Fri Jan 14 20:32:03 2022 +0100 Removed duplicated includ

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

2022-01-14 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport10.cxx |2 +- sw/qa/extras/ooxmlexport/ooxmlexport11.cxx |2 +- sw/qa/extras/ooxmlexport/ooxmlexport14.cxx |8 sw/qa/extras/ooxmlexport/ooxmlexport15.cxx |2 +- sw/qa/extras/ooxmlexport/ooxmlexport16.cxx |8 sw/qa/extras/oox

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

2022-01-14 Thread Jan-Marek Glogowski (via logerrit)
vcl/headless/headlessinst.cxx |2 -- vcl/ios/iosinst.cxx |2 -- vcl/source/app/salplug.cxx|6 -- vcl/source/app/svmain.cxx |2 ++ 4 files changed, 2 insertions(+), 10 deletions(-) New commits: commit e9da6bdabaf2e5b49c78e7ba54243f8f33622b15 Author: Jan-Ma

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

2022-01-14 Thread Xisco Fauli (via logerrit)
sw/qa/uitest/writer_dialogs/openDialogs.py |3 - sw/qa/uitest/writer_tests2/tdf146375.py| 76 + 2 files changed, 78 insertions(+), 1 deletion(-) New commits: commit cb4e90c05fb26f37124b5d4bcf15bd1736c05850 Author: Xisco Fauli AuthorDate: Fri Jan 14 16:00

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-14 Thread Kohei Yoshida
Hi Chris, On 13.01.2022 20:14, Chris Sherlock wrote: I would prefer the string to be in the format: Fedora 17 (Beefy Miracle) Kernel: 5.xxx (whatever it might be) This is close to what is returned for the Mac and Windows versions. To me that's a very reasonable format of choice. Though, ma

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - cui/source

2022-01-14 Thread Gabor Kelemen (via logerrit)
cui/source/dialogs/AdditionsDialog.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 9862ce925429e5a2f7f75f654f798f55b33e8bcf Author: Gabor Kelemen AuthorDate: Wed Jan 12 23:49:37 2022 +0100 Commit: Xisco Fauli CommitDate: Fri Jan 14 16:38:47 202

[Libreoffice-commits] core.git: solenv/clang-format vcl/android vcl/headless vcl/inc vcl/ios vcl/qt5 vcl/quartz vcl/README.md vcl/source vcl/unx

2022-01-14 Thread Jan-Marek Glogowski (via logerrit)
solenv/clang-format/excludelist |1 vcl/README.md | 15 ++-- vcl/android/androidinst.cxx |7 +-- vcl/headless/headlessinst.cxx | 11 - vcl/headless/svpdata.cxx|2 - vcl/headless/svpinst.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sc/source

2022-01-14 Thread Mert Tumer (via logerrit)
sc/source/ui/view/gridwin.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 5b5315073d9c73cc51c039a935ef6a5094f3923f Author: Mert Tumer AuthorDate: Wed Jan 12 19:02:23 2022 +0300 Commit: Henry Castro CommitDate: Fri Jan 14 15:47:18 2022 +0100 lok: remove resid

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

2022-01-14 Thread Caolán McNamara (via logerrit)
sc/source/ui/view/gridwin.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 4bdf28b404f90236d93ce207671f755a71f28496 Author: Caolán McNamara AuthorDate: Fri Jan 14 12:50:15 2022 + Commit: Caolán McNamara CommitDate: Fri Jan 14 15:45:19 2022 +

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

2022-01-14 Thread Caolán McNamara (via logerrit)
vcl/headless/headlessinst.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit adc7fb85b9f525dfee8619c030ec57b2ba71ea37 Author: Caolán McNamara AuthorDate: Fri Jan 14 13:54:03 2022 + Commit: Caolán McNamara CommitDate: Fri Jan 14 15:10:58 2022 +0100

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

2022-01-14 Thread Caolán McNamara (via logerrit)
vcl/inc/quartz/salgdi.h |4 ++-- vcl/inc/skia/osx/gdiimpl.hxx |3 ++- vcl/quartz/salgdi.cxx| 12 ++-- vcl/skia/osx/gdiimpl.cxx | 11 --- 4 files changed, 22 insertions(+), 8 deletions(-) New commits: commit d59f1570cb9a49f3daf159b80744e5c93a74dc5a Auth

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

2022-01-14 Thread Michael Stahl (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |3 +++ sw/source/filter/ww8/wrtw8nds.cxx | 11 +-- sw/source/filter/ww8/wrtww8.hxx |2 +- 3 files changed, 13 insertions(+), 3 deletions(-) New commits: commit 4c4fb36222f6c624cfdea82ce266bf9d99073558 Author: Micha

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

2022-01-14 Thread Caolán McNamara (via logerrit)
sw/source/ui/chrdlg/numpara.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 168bd36582a1795a1b2a64a62afef742c3e017a6 Author: Caolán McNamara AuthorDate: Fri Jan 14 11:41:58 2022 + Commit: Caolán McNamara CommitDate: Fri Jan 14 13:51:06 2022 +0100

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

2022-01-14 Thread Gabor Kelemen (via logerrit)
cui/source/dialogs/AdditionsDialog.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit b1ec326619f7b91e56252b992159fd00bbff2ba7 Author: Gabor Kelemen AuthorDate: Wed Jan 12 23:49:37 2022 +0100 Commit: Thorsten Behrens CommitDate: Fri Jan 14 13:48:1

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

2022-01-14 Thread Heiko Tietze (via logerrit)
svtools/source/control/tabbar.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 90df5b09188c66c3a7752934650570246dfc321d Author: Heiko Tietze AuthorDate: Fri Jan 14 10:44:02 2022 +0100 Commit: Heiko Tietze CommitDate: Fri Jan 14 13:43:00 2022 +0100 Resolv

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

2022-01-14 Thread Julien Nabet (via logerrit)
connectivity/source/drivers/firebird/Table.cxx | 17 - connectivity/source/drivers/firebird/Table.hxx |4 2 files changed, 21 deletions(-) New commits: commit 299441fbd995f5d80d253aba638e3dbc3ba875a2 Author: Julien Nabet AuthorDate: Thu Jan 13 12:17:54 2022 +0100 C

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

2022-01-14 Thread Xisco Fauli (via logerrit)
sw/qa/uitest/data/tdf146605.odt |binary sw/qa/uitest/writer_tests7/tdf146605.py | 63 2 files changed, 63 insertions(+) New commits: commit 44cf7a7f3cd585b442b404ff9e791dc7df513a51 Author: Xisco Fauli AuthorDate: Fri Jan 14 11:27:04 2022 +0100 Comm

[Libreoffice-commits] core.git: dbaccess/inc dbaccess/IwyuFilter_dbaccess.yaml dbaccess/source desktop/inc desktop/qa desktop/source desktop/unx drawinglayer/inc drawinglayer/qa drawinglayer/source

2022-01-14 Thread Gabor Kelemen (via logerrit)
dbaccess/IwyuFilter_dbaccess.yaml | 20 +- dbaccess/inc/helpids.h|1 dbaccess/inc/query.hrc|2 + dbaccess/source/core/api/CRowSetColumn.cxx

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - ucb/source

2022-01-14 Thread Michael Stahl (via logerrit)
ucb/source/ucp/webdav-curl/CurlSession.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit 0c8e6165fcdf060d7830f8d597686f39d19c2ffa Author: Michael Stahl AuthorDate: Thu Jan 13 20:00:03 2022 +0100 Commit: Thorsten Behrens CommitDate: Fri Jan

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sfx2/source unotools/source

2022-01-14 Thread Noel Grandin (via logerrit)
sfx2/source/doc/doctemplates.cxx| 27 ++- unotools/source/ucbhelper/xtempfile.cxx |6 ++ 2 files changed, 16 insertions(+), 17 deletions(-) New commits: commit afa109d947c811cdce15413fdb536dc4bd90526b Author: Noel Grandin AuthorDate: Mon Jan 10 19:37

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - bridges/source config_host.mk.in configure.ac solenv/gbuild

2022-01-14 Thread Caolán McNamara (via logerrit)
bridges/source/cpp_uno/gcc3_linux_intel/call.s | 16 bridges/source/cpp_uno/gcc3_linux_x86-64/call.s | 19 +++ config_host.mk.in |1 + configure.ac| 14 ++ solenv/gbuild/platfo

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

2022-01-14 Thread Caolán McNamara (via logerrit)
cui/uiconfig/ui/effectspage.ui | 350 - 1 file changed, 175 insertions(+), 175 deletions(-) New commits: commit ad27c35a11bd9a78f30bbe4da76cdde223cf8624 Author: Caolán McNamara AuthorDate: Fri Jan 14 09:14:27 2022 + Commit: Caolán McNamara Co

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

2022-01-14 Thread Michael Stahl (via logerrit)
ucb/source/ucp/webdav-curl/CurlSession.cxx | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) New commits: commit 2a506a2e2b747e28e1684e0748fa3d237c65772b Author: Michael Stahl AuthorDate: Thu Jan 13 20:00:03 2022 +0100 Commit: Michael Stahl CommitDate: Fri Jan 14

[Libreoffice-commits] core.git: bin/list-dispatch-commands.py

2022-01-14 Thread Jean-Pierre Ledure (via logerrit)
bin/list-dispatch-commands.py | 485 +- 1 file changed, 388 insertions(+), 97 deletions(-) New commits: commit c8b5debd3f5536839e480ccadb1a1a0ba3a5ceda Author: Jean-Pierre Ledure AuthorDate: Mon Jan 10 15:33:12 2022 +0100 Commit: Jean-Pierre Ledur

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

2022-01-14 Thread Michael Stahl (via logerrit)
sw/inc/section.hxx |3 +++ sw/source/core/docnode/section.cxx |8 sw/source/core/inc/sectfrm.hxx |4 sw/source/core/layout/sectfrm.cxx | 11 +++ 4 files changed, 26 insertions(+) New commits: commit 58d4b1aae1a599322b27ec388b62d8a6ed158ef9

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

2022-01-14 Thread Stephan Bergmann (via logerrit)
solenv/flatpak-manifest.in |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit f90618d38cc33c511f921aa940c0d65908146fef Author: Stephan Bergmann AuthorDate: Thu Jan 13 10:49:37 2022 +0100 Commit: Xisco Fauli CommitDate: Fri Jan 14 10:42:39 2022 +0100 Sync

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

2022-01-14 Thread Caolán McNamara (via logerrit)
download.lst |8 external/poppler/StaticLibrary_poppler.mk |5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) New commits: commit 9dbfda4cea569459e42203771754b902c1a09759 Author: Caolán McNamara AuthorDate: Thu Jan 13 19:41:59 2022 +

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

2022-01-14 Thread Noel Grandin (via logerrit)
include/comphelper/interfacecontainer3.hxx | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) New commits: commit c8a5312b82ff1d3305baabbd2362ed0706ba8ace Author: Noel Grandin AuthorDate: Fri Jan 14 09:51:38 2022 +0200 Commit: Noel Grandin CommitDate: Fri J

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sfx2/source

2022-01-14 Thread Szymon Kłos (via logerrit)
sfx2/source/view/ipclient.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit af168ae749dfd816fe029bbca5967fc3d5a1aa81 Author: Szymon Kłos AuthorDate: Thu Jan 13 16:09:24 2022 +0100 Commit: Mike Kaganski CommitDate: Fri Jan 14 09:49:51 2022 +0100 Fi

[Libreoffice-commits] core.git: 2 commits - chart2/source include/ucbhelper svx/source toolkit/source ucbhelper/source

2022-01-14 Thread Noel Grandin (via logerrit)
chart2/source/view/main/DrawModelWrapper.cxx |1 + include/ucbhelper/resultsethelper.hxx |2 +- svx/source/sdr/contact/viewcontact.cxx| 15 +++ toolkit/source/hatchwindow/documentcloser.cxx | 13 - ucbhelper/source/provider/resultset.cxx |

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

2022-01-14 Thread Noel Grandin (via logerrit)
chart2/source/inc/ModifyListenerHelper.hxx | 43 + chart2/source/tools/ModifyListenerHelper.cxx | 129 ++- 2 files changed, 21 insertions(+), 151 deletions(-) New commits: commit b32e46fbc3b536c1f56fe5d3714772ad673542a3 Author: Noel Grandin AuthorDate: Th

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

2022-01-14 Thread Jan-Marek Glogowski (via logerrit)
vcl/inc/printerinfomanager.hxx |2 - vcl/inc/saldatabasic.hxx |8 vcl/inc/unx/gendata.hxx|5 ++ vcl/null/printerinfomanager.cxx| 16 ++-- vcl/source/app/salplug.cxx |6 ---