Commit graph

451185 commits

Author SHA1 Message Date
Gülşah Köse
6f752061d5 Related: tdf#131175 OOXML chart: import data label fill pattern
Change-Id: I2db64489c86e4381167eb13af4ab5118113960d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93715
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-06-30 13:56:53 +02:00
Xisco Fauli
9b0a0bcc7e tdf#134243: sw: Add UItest
Change-Id: I59376419048ddddff3e4fbbd6d3eb7436ee87747
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97029
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-06-30 13:05:34 +02:00
Olivier Hallot
77ad641a85 Update git submodules
* Update helpcontent2 from branch 'master'
  to 74e0455c41e1e6b95c9e8cc34db4b4da0802f30d
  - Mute l10n on bookamrk hid=
    
    Change-Id: I306ece30659e9b9fe1b193f8d6fb3a5161bd8be7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97461
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-30 12:58:15 +02:00
Tünde Tóth
72613bd2a0 tdf#126425 Chart: fix missing legend with exceeding text
Ellipsize legend box contents, if the custom size of
the chart legend is too small to contain the text.

Change-Id: I91ef913f509b233912a8bfb878a1c80d577e2a88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96437
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-30 12:44:23 +02:00
Caolán McNamara
d828da851e tdf#134390 update spin button before processing activate signal
Change-Id: I698c789c9fe79e931547d8b230a4885393f5ff28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97476
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-30 12:18:45 +02:00
Caolán McNamara
fac0288099 Related: tdf#134390 allow entry "activate" for gen spinbutton
Change-Id: I3c497586479a08089f167ccb890e79e7b9d1f4bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97459
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-30 10:36:02 +02:00
Caolán McNamara
0313b1eeee tdf#134360 some sidebar widgets getting stuck in a disabled state
Change-Id: I655525679dd2471e9d0c1a5af246901594b188ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97454
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-30 10:34:19 +02:00
Caolán McNamara
011a4932aa add set_alignment to Entry
Change-Id: I004fb0e19c1bb25bdb5d11ba5d5d5f39b137874c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97423
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-30 10:33:28 +02:00
Caolán McNamara
c99375b5b4 ofz#23783 Invalid-enum-value
Change-Id: Ifd641a24dc8db9cb19bb41480c19ed1e3f29c43a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97455
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-30 10:33:03 +02:00
Miklos Vajna
682e0488df tdf#134099 sw: fix textbox anchors on copy-paste and undo
Regression from commit c7307c7725
(fdo#82191 sw::DocumentLayoutManager: copy textbox content of draw
formats, 2014-08-15), without which this problem gets hidden, as copy
breaks the textbox into 2 pieces, so the textbox codepaths are no longer
hit.

The direct problem is that SwHistorySetFormat::SetInDoc() uses a raw
node index into the nodes array, which is past the end of the nodes
array.

Root cause is that we have this invariant that actions and their undo
has to be in sync, otherwise raw node indexes no longer work. In this
case, SwUndoSaveContent::DelContentIndex() did not delete a fly frame
format, because it was out of range, as it had a wrong anchor.

Fix this in SwTextFlyCnt::SetAnchor(), so that whenever the anchor of a
draw format is set via that function, we update its textbox as well.

Also fix a related problem when fly formats were copied twice.

Change-Id: I0d6c9069544c405eb20c5fed65fb40423b0adc84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97457
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-06-30 09:28:31 +02:00
Tor Lillqvist
ca1df564c3 Let's not run on hope
Change-Id: If2fb2c55d53321ec2e5beff0ade9974c02811f7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97120
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97408
Tested-by: Jenkins
2020-06-30 08:18:52 +02:00
Luboš Luňák
a3020001d1 actually call Skia init function
The SkGraphics::Init() docs say it's called by global variable
initialization, but that doesn't seem to exist. Call it manually,
as it decides e.g. which CPU features to use.

Change-Id: I7e0e18290240ff2ae3298d5569c22f7dc083dde4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97415
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-06-30 08:04:06 +02:00
Luboš Luňák
0059392fc7 direct 8bit gray -> RGBA conversion in SkiaSalBitmap
Change-Id: Ic77f9b8f9244e7fdaca78f91686645eee421d18f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97288
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-06-30 08:03:46 +02:00
Luboš Luňák
29dc1029be differentiate between 8bit and any-bit grey palette (tdf#121120)
Only the grey palette with 256 colors means that pixel values map
directly to color values. Tdf#121120 has an image with 2-bit
palette where color index 1 is (255,255,255), but that means
the pixel value 1 cannot be just treated as color.

Change-Id: Ifbd953af7f291e4fb8032ea0f4c33c0514770856
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97283
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-06-30 08:02:45 +02:00
Samuel Mehrbrodt
63f3485b57 tdf#130151 Fix toc pointing to wrong page
Change-Id: I26c1027722613f751bd39fde97f1e14d3238eefa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97413
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Jenkins
2020-06-30 07:58:20 +02:00
Szymon Kłos
d3338ff2a3 notebookbar: don't overwrite popup height
Change-Id: I41e0bab8f44b1d7be627e3a7e0f3293179f3977c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97215
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97418
Tested-by: Jenkins
2020-06-30 07:47:19 +02:00
Mike Kaganski
0cc0667caa Reduce code duplication
Change-Id: Ia5526e61c8dd632fbc5eae2d5c02b46b928f4fa0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97430
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-06-30 05:01:18 +02:00
Tor Lillqvist
4c14c88cc6 Avoid crash with multiple documents open in the iOS app
Also add a FIXME. Just 'hoping' is not good enough. But yeah, much of
this code indeeed works mostly by accident.

Change-Id: Ic6bcbc10229a0b7cdd8d696794efe152fca4faea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97117
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97407
Tested-by: Jenkins
2020-06-29 23:24:04 +02:00
Mike Kaganski
458e3f67c0 Small refactor
Change-Id: I14021d3e0b83dcd4fb5544239e982c8ada32d029
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97429
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-06-29 22:25:18 +02:00
Stephan Bergmann
14e625e0a0 Fix check whether "msi" is among --with-package-format=... tokens
Change-Id: I8979a88743926141af3b3c6f9b579b4ee34f494b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97426
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-29 22:22:32 +02:00
Chris Sherlock
49d6768483 tdf#74424 vcl: Flush() is implemented in OutputDevice so no need for type check
Change-Id: I12f177dadf9a637ab3ef2fa7d85fe96d1d141808
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96811
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 21:59:18 +02:00
Olivier Hallot
68541c1a13 Update git submodules
* Update helpcontent2 from branch 'master'
  to 971425d46a52037cc1bead7c0a1054d84c10e56b
  - refactor some database Help files
    
    Change-Id: Ia3ad2896015c335450d0970d8cf51044473e249e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97456
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-29 21:08:39 +02:00
Tomaž Vajngerl
affe8a36c9 sd: support changing position with .uno:EditAnnotation
Change-Id: Ie5c683c06079e4d77d42b242c60cf67257db5c16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97421
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 18:47:14 +02:00
Miklos Vajna
0760b11c59 cui: fix context of aboutdialog's btnReleaseNotes
Change-Id: Ifab5c7b0dd007e8a318c8d89b9501f9e30cf60f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97422
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-06-29 18:39:26 +02:00
A_GAN
2803b09ec0 OOXML/ODF Support for Shadow blur radius
Adding export support for OOXML. Adding import/export support for ODF
Changing some values in test cases as convertEMUtoHmm round the fraction.
Add two test functions for OOXML and ODF export.

Change-Id: Ie5d862b46b5264ead4954f407fee2837b5151cd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96907
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 18:32:57 +02:00
Michael Stahl
cb0c7e26e5 curl: upgrade to release 7.71.0
Fixes CVE-2020-8169, and about 3 other ones that don't affect LO/libcmis.

Disable new optional dependencies "ngtcp2" and "quiche".

Change-Id: I595ed909c4e792ac3244643511a338b117e7f102
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97406
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-29 17:52:21 +02:00
Stephan Bergmann
61fcf830aa Call framework::Desktop::shutdown directly
...instead of via the XJob hack introduced in
a6862a26d6 "tdf#134106: Get rid of
XDesktopInternal again"

Change-Id: Ic533e8faba1a3da65ead74d78f0ab9c4aab1ca6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97397
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-29 16:40:52 +02:00
Caolán McNamara
733023dd10 tdf#134386 set m_pTemplateProvider before creating any other pages
Change-Id: Icc501b127f92cdbfbf0987af9b0b560f1efbc056
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97404
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-29 16:18:27 +02:00
Caolán McNamara
4162df8c09 make browser rows slightly taller
Change-Id: I6a466bfd43bb38cafa4cea0c1e68ed788922b53f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97405
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-29 16:02:42 +02:00
Mesut Çifci
4054126f79 tdf#39593 reduce copy/paste in BitmapScaleSuperFilter
Change-Id: I1f6387d3ff931b0c885e0cb8ee5b99c880a1484e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94137
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 15:45:23 +02:00
Jan-Marek Glogowski
8565546ce6 tdf#134054 toolbox: respect drop-down arrow rect
When centering the text and icon on the button, the code didn't
take the drop-down arrow rect width into account, resulting in an
overlapped arrow. This is especially visible, if the drop-down
is shown and the button is wrongly highlighted.

There is supposed to be some vertical mode, which I couldn't find
in the GUI, so this just adapts the width in horizontal mode.

Change-Id: I194780dc32db610041ad0ee45a425e1026c7c4e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97358
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-06-29 15:24:27 +02:00
Olivier Hallot
f4c172bd68 Update git submodules
* Update helpcontent2 from branch 'master'
  to a03c8e79a278e9e17967b4978ac6667abc6d6dbc
  - Fix Help on borders after translator review
    
    Many thanks to Mihkel Tonnov
    
    Change-Id: Id2c97cabe779f87b6ab8ddded32e20ef276537d6
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97412
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-29 15:19:22 +02:00
Olivier Hallot
83ea63f040 Update git submodules
* Update helpcontent2 from branch 'master'
  to 59200481f126b3cd56ccd1eb231b8c1ee3a61a61
  - Add  empty colspan/rowspan cleaning
    
    Change-Id: Ibb73313768ad2252e27d6b85757338fabf0ea1d7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97414
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-29 15:18:59 +02:00
Szymon Kłos
ed06c5f411 jsdialog: weld drawing area
Change-Id: I7bc75e3de99de84c59b798e4c4dad18550157e43
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96851
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97396
Tested-by: Jenkins
2020-06-29 15:15:25 +02:00
Szymon Kłos
a40cb25a21 jsdialog: click action for drawing area
Change-Id: I2434bec675559a97e5d251c6d6a958464b6db034
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96853
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97395
Tested-by: Jenkins
2020-06-29 15:15:08 +02:00
Tomaž Vajngerl
4e9b03d04f pdf: add text page object attribs, refactor ImpSdrPdfImport, tests
This refactors ImpSdrPdfImport to push more functions into the
PDFium wrapper. The focus is on text page object attributes.

Change-Id: Ie1faf5e3743eec7c77050835651533f9e227c2a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97366
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 14:36:16 +02:00
Tomaž Vajngerl
b5b8da8043 pdf: support PDF Form object and getMatrix
Change-Id: I61f2004df7f9c9ac37959e0b50ea1ff83387c77a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97365
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 14:35:56 +02:00
Tomaž Vajngerl
440cb3fb80 pdf: add PDFiumTextPage and PDFiumPageObject + test
Also use it in ImpSdrPdfImport.

Change-Id: I6d353ef60d036c3516448e64a50b25a9befd5db8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97364
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 14:35:37 +02:00
Tomaž Vajngerl
34745b022d use PDFium wrapper in ImpSdrPdfImport (partially)
Change-Id: If13bcaa6a256354aceb2e1998521644041c03b7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97363
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-29 14:35:20 +02:00
Tor Lillqvist
a73a3fcee6 We don't need merge modules if we aren't building an MSI
Change-Id: Ifc14280049bdf850f43fc20554bc703961d50f86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97392
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-06-29 14:30:11 +02:00
Tünde Tóth
17f131fcb3 tdf#134235 Chart OOXML import: fix long chart title
Workaround to handle long (sub)titles which resulted
broken charts.

See commit 96a29c12a9
(tdf#101322 Chart OOXML Export: fix missing subtitle).

Change-Id: I22bb4699bdda8dea5f31c715cc1f439085a0718f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97092
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-29 12:52:44 +02:00
Miklos Vajna
51a4c85bf9 tools: fix 32bit Android build
tools/source/misc/json_writer.cxx:289:34: error: format specifies type 'long' but the argument has type 'sal_Int64' (aka 'long long') [-Werror,-Wformat]
    mPos += sprintf(mPos, "%ld", nPropVal);
                           ~~~   ^~~~~~~~
                           %lld
1 error generated.

Change-Id: Ieacf2f521f77292d61fa714bf584c9e2045c2e1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97367
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-06-29 12:31:52 +02:00
Noel Grandin
db3b0ddbe0 loplugin:unusedfields
Change-Id: Ia0f517fba3a0660b64c97f426cc2cdfbbcd0ebad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97391
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-29 12:23:50 +02:00
Tünde Tóth
b3057b7944 tdf#134247 Chart OOXML import: fix order of legend entries
The order of legend entries was reversed in stacked column,
line and area charts.

Change-Id: Ia4a439aa6cee0619ad323c3fb728ff358cf28537
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96941
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-29 12:04:52 +02:00
Noel Grandin
9294b76982 loplugin:unusedmethods
Change-Id: I4cccac5b6bba55d87361b07b05220ce890e75412
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97390
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-29 12:04:22 +02:00
Noel Grandin
589134377d loplugin:constantparam
Change-Id: I54f0e2864cb4ef00fea8f9e4369a1f76721e7503
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97369
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-29 11:57:20 +02:00
Alain Romedenne
c3b1033db7 Update git submodules
* Update helpcontent2 from branch 'master'
  to 5ea3a748d1a9d9126da15332df1899e6d17e4f8b
  - typo
    
    Change-Id: I1bcca86f97f87ae5a5240adbea7055bf669afbf6
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97145
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-29 11:26:40 +02:00
Alain Romedenne
561d821c93 Update git submodules
* Update helpcontent2 from branch 'master'
  to 75ae27d3ecbfec73b3c2c6f41a1dbaee247caf4d
  - Basic script improvement
    
    Change-Id: I3aa3468971d1a2c6c1e93c94254ba44b69b6238c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97371
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-29 11:26:03 +02:00
Stephan Bergmann
4f915b6dc8 Sort solenv/clang-format/blacklist
(lexicographically, by Unicode code point values; to make it easier to make
further modifications)

Change-Id: I867889b37d7395c510dc8cd1310454a4f4ac9982
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97362
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-29 11:00:21 +02:00
Tünde Tóth
8c73d6b637 tdf#122225 Chart OOXML import: fix missing legend text
resulted by inaccurate calculation of nMaxTextWidth.

Change-Id: Ie41bbc30074c6bbccacbc58adda5d9f2cfdfeba8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96926
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-29 10:48:48 +02:00