Re: How to run multiple instances of Writer simultaneously?

2017-10-18 Thread Jens Tröger
Thank you David! Yes, I generate different pipe names for each soffice instance; however, for performance reasons I did _not_ use different -env:UserInstallation for each (anymore). Perhaps that caused the problems. The reason why I disabled the user installations was that the start-up of the

Re: How to run multiple instances of Writer simultaneously?

2017-10-18 Thread Jens Tröger
Thank you Tor for the clarification. What I want to achieve is to use the Python UNO bridge to access multiple Writer documents at the same time. If that can be achieved by running a single LO process (soffice.bin) then that works for me: - How does that approach scale when I open many Write

Re: How to run multiple instances of Writer simultaneously?

2017-10-18 Thread David Tardon
Hi, On Thu, Oct 19, 2017 at 08:01:05AM +1000, Jens Tröger wrote: > Hello, > > This email question is a repeat of one that I posted in the forums, but can’t > seem to get attention: > > https://forum.openoffice.org/en/forum/viewtopic.php?f=25&t=90716 > > It seems to me that spawning multipl

Re: How to run multiple instances of Writer simultaneously?

2017-10-18 Thread Tor Lillqvist
You are using confusing terminology. "Spawn" is usually used in a software context to mean starting a new process running another program, what is on POSIX systems done using the fork() and exec() family of system calls, and on Windows using CreateProcess(). On the other hand, "Writer" is not a pro

How to run multiple instances of Writer simultaneously?

2017-10-18 Thread Jens Tröger
Hello, This email question is a repeat of one that I posted in the forums, but can’t seem to get attention: https://forum.openoffice.org/en/forum/viewtopic.php?f=25&t=90716 It seems to me that spawning multiple Writer instances as individual processes (using Python’s subprocess) and then s

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

2017-10-18 Thread Maxim Monastirsky
svx/source/sidebar/text/TextUnderlinePopup.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 31aeb934dbe101d5047e0b803735031b56b5ce57 Author: Maxim Monastirsky Date: Wed Oct 18 21:51:52 2017 +0300 tdf#112817 Fix the sidebar underline dropdown Regres

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

2017-10-18 Thread Stephan Bergmann
vcl/source/filter/jpeg/jpegc.cxx | 607 --- 1 file changed, 321 insertions(+), 286 deletions(-) New commits: commit cfbb8b5090537e79ba70e250ddee86d53facbe15 Author: Stephan Bergmann Date: Wed Oct 18 13:02:28 2017 +0200 Avoid throwing C++ exception acro

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

2017-10-18 Thread Adolfo Jayme Barrientos
source/text/simpress/guide/masterpage.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ebb762cd6a29589089646670eb6eeb0b80b493d7 Author: Adolfo Jayme Barrientos Date: Wed Oct 18 16:59:17 2017 -0500 The seemingly automated mass replacement produced this ridic

[Libreoffice-commits] core.git: helpcontent2

2017-10-18 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fdd0077568382cead47145f58c96e479627a5681 Author: Adolfo Jayme Barrientos Date: Wed Oct 18 16:59:17 2017 -0500 Updated core Project: help ebb762cd6a29589089646670eb6eeb0b80b493d7 The see

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/source

2017-10-18 Thread Gulsah Kose
sw/source/uibase/shells/basesh.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit a429282ee0818b8770a9c6d172655178e43c90a4 Author: Gulsah Kose Date: Tue Oct 17 15:09:37 2017 +0300 tdf#112808 Disable "Edit Region" command while cursor in an index.

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/qa writerfilter/source

2017-10-18 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/tdf104079.rtf | 48 ++ sw/qa/extras/rtfexport/rtfexport.cxx | 16 +++ writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 - 3 files changed, 66 insertions(+), 1 deletion(-) New commits: commit 366beabc786c004fc7ff1

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

2017-10-18 Thread Caolán McNamara
desktop/source/deployment/gui/dp_gui_dialog2.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit dbcb06bfcb123d265029d380c60634227a505557 Author: Caolán McNamara Date: Wed Oct 18 15:40:48 2017 +0100 set parent of extension file dialog Change-Id

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

2017-10-18 Thread Caolán McNamara
sw/source/filter/ww8/ww8scan.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 86ed57911dffae4757058c410e4c5ac88ee8b160 Author: Caolán McNamara Date: Wed Oct 18 14:26:13 2017 +0100 ofz+ubsan: signed integer overflow sw/source/filter/ww8/ww8scan.cxx:1816:15: run

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

2017-10-18 Thread Caolán McNamara
desktop/source/deployment/gui/dp_gui_dialog2.cxx |8 +--- desktop/source/deployment/gui/dp_gui_dialog2.hxx |1 + 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 3db8059cd92545a618e6ec349b090b569c60847d Author: Caolán McNamara Date: Wed Oct 18 15:31:57 2017 +01

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

2017-10-18 Thread Caolán McNamara
svx/source/tbxctrls/tbcontrl.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7ff293f2d2793b30f30d2f499b332e5329d4ddb4 Author: Caolán McNamara Date: Wed Oct 18 16:28:08 2017 +0100 Resolves: tdf#113214 change back to previous entry after 'more' is dispatcher Ch

[Libreoffice-commits] core.git: external/libepubgen writerperfect/qa

2017-10-18 Thread Miklos Vajna
external/libepubgen/libepubgen-epub3.patch.1 | 48 +++ writerperfect/qa/unit/EPUBExportTest.cxx |2 - 2 files changed, 49 insertions(+), 1 deletion(-) New commits: commit e3ecb42e32b7daa07b327b2f40f757f0206fb484 Author: Miklos Vajna Date: Wed Oct 18 13:50:51 2

Crash test update

2017-10-18 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/228a0a80250aecd4be60e32a42a52901130a04e6/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data __

Linker warning about shared_ptr on Mac, when compiling for iOS.

2017-10-18 Thread Jan Iversen
Hi I am getting this warning when linking (OSX sierra, building for iOS simulator): ld: warning: direct access in function 'std::__1::__shared_ptr_pointer >*, std::__1::default_delete > >, std::__1::allocator > > >::__get_deleter(std::type_info const&) const' from file '/Volumes/LIBREOFFICE/io

[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 8 commits - basic/qa framework/source include/vcl sd/qa sw/source vcl/android vcl/headless vcl/inc vcl/osx vcl/qa vcl/README.sch

2017-10-18 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit 9ee77a5836d563e5bc838ab04e68bf440ea10860 Author: Jan-Marek Glogowski Date: Tue Oct 17 13:13:23 2017 +0200 Implement processing of (all) current LO tasks Processing all current events is currently just implemented for LO user eve

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

2017-10-18 Thread Szymon Kłos
vcl/source/control/notebookbar.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a1f93eee75450c3ab6bc623bfad4f850260b86d0 Author: Szymon Kłos Date: Wed Oct 18 18:15:29 2017 +0200 tdf#107224 use correct bg for notebookbar Change-Id: I26093cb9cf0170a

[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 6 commits - basic/qa framework/source include/vcl sd/qa vcl/android vcl/headless vcl/inc vcl/osx vcl/qa vcl/README.scheduler vcl

2017-10-18 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit 9ec2e6352b13a19a632e3aaabb689257faabdb42 Author: Jan-Marek Glogowski Date: Tue Oct 17 13:13:23 2017 +0200 Implement processing of (all) current LO tasks Processing all current events is currently just implemented for LO user eve

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

2017-10-18 Thread Muhammet Kara
sw/source/ui/vba/vbarow.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 2874a31e4830c2e899a057530e9799bbae456d79 Author: Muhammet Kara Date: Sun Oct 15 14:33:41 2017 + Fix spacing and use the hungarian prefix 's' for the string.

[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 62 commits - basic/qa chart2/uiconfig compilerplugins/clang cui/source dbaccess/source drawinglayer/inc drawinglayer/source edit

2017-10-18 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit 5146a9bbbe394851a2fc1f56196a76df540ff03c Author: Jan-Marek Glogowski Date: Tue Oct 17 13:13:23 2017 +0200 Implement processing of (all) current LO tasks Processing all current events is currently just implemented for LO user eve

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

2017-10-18 Thread Caolán McNamara
svx/source/accessibility/AccessibleShape.cxx | 91 +-- 1 file changed, 45 insertions(+), 46 deletions(-) New commits: commit 331016f82a709d80c70143435db18753a78a23f6 Author: Caolán McNamara Date: Wed Oct 18 11:15:00 2017 +0100 return early on failure Ch

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

2017-10-18 Thread Caolán McNamara
sw/source/filter/ww8/ww8scan.cxx |3 --- sw/source/filter/ww8/ww8scan.hxx |1 - 2 files changed, 4 deletions(-) New commits: commit e7cab93ebbccfc02e84c9385b8c53832784ef47c Author: Caolán McNamara Date: Wed Oct 18 15:51:14 2017 +0100 ofz+ubsan: signed integer overflow in unused v

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

2017-10-18 Thread Andrea Gelmini
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 93c34fea480275343896ef25289a2b41ce19b114 Author: Andrea Gelmini Date: Wed Oct 18 12:57:27 2017 +0200 Fix typo Change-Id: Ie29a05fec90c0d81b4a0399505b0a67

[Libreoffice-commits] core.git: compilerplugins/clang

2017-10-18 Thread Noel Grandin
compilerplugins/clang/constparams.cxx | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit abaf2e3b856356d68b104c6aa0d17d6937d980b4 Author: Noel Grandin Date: Wed Oct 18 16:26:14 2017 +0200 rename some fields in preparation for const-metho

[Libreoffice-commits] core.git: compilerplugins/clang

2017-10-18 Thread Noel Grandin
compilerplugins/clang/store/manualrefcount.cxx | 323 + 1 file changed, 323 insertions(+) New commits: commit d9575e72de6ad54e6680d00e795e380df2c82264 Author: Noel Grandin Date: Wed Oct 18 16:21:45 2017 +0200 loplugin:manualrefcount this is the code I use

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

2017-10-18 Thread Noel Grandin
forms/source/richtext/richtextcontrol.cxx | 16 ++-- forms/source/richtext/richtextcontrol.hxx |4 +--- forms/source/solar/component/navbarcontrol.cxx | 15 ++- forms/source/solar/component/navbarcontrol.hxx |4 +--- 4 files changed, 14 insertions(+),

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

2017-10-18 Thread Gulsah Kose
sw/source/uibase/shells/basesh.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit e149c4f3dcd08b9331dbbecf31c200d4d3bb02b5 Author: Gulsah Kose Date: Tue Oct 17 15:09:37 2017 +0300 tdf#112808 Disable "Edit Region" command while cursor in an index.

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

2017-10-18 Thread Thorsten Behrens
xmlsecurity/source/gpg/SecurityEnvironment.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 087a90e27b7219e8c1aaa880b39376c94a0dcaae Author: Thorsten Behrens Date: Wed Oct 18 14:23:37 2017 +0200 gpg4libre fix tdf#113190 don't show expired/invalid keys

[Libreoffice-commits] core.git: external/gpgme officecfg/registry xmlsecurity/source

2017-10-18 Thread Thorsten Behrens
external/gpgme/UnpackedTarball_gpgme.mk|1 external/gpgme/add-minimal-keyexport.patch | 68 + officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 ++ xmlsecurity/source/gpg/CertificateImpl.cxx |6 - 4 files ch

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

2017-10-18 Thread Caolán McNamara
svx/source/accessibility/AccessibleShape.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 811e636d920ee96e7ebd120b3931cb3da43d0143 Author: Caolán McNamara Date: Wed Oct 18 11:09:01 2017 +0100 potential deref of empty xStateSet Change-Id: I83d876b0

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

2017-10-18 Thread Caolán McNamara
svx/source/accessibility/AccessibleShape.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit aa3c054fe5d7b082532f1108f30a54bc4cdeb64c Author: Caolán McNamara Date: Wed Oct 18 11:05:20 2017 +0100 Resolves: tdf#109282: a11y crash in use after dispose

Gergő Bóta license statement

2017-10-18 Thread gergo
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: drawinglayer/inc drawinglayer/source

2017-10-18 Thread Noel Grandin
drawinglayer/inc/wmfemfhelper.hxx|5 - drawinglayer/source/tools/emfphelperdata.cxx | 23 +++ drawinglayer/source/tools/wmfemfhelper.cxx | 87 --- 3 files changed, 54 insertions(+), 61 deletions(-) New commits: commit da9d85ae699b841a6d6616e6db9d9

Bán Róbert license statement

2017-10-18 Thread Róbert Bán
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

Márk Vecsernyés license statement

2017-10-18 Thread Vecsernyés Márk
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

license statement

2017-10-18 Thread Botond Geri
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

license statement

2017-10-18 Thread Martin Bakos
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

Umann Kristóf license statement

2017-10-18 Thread Kristóf Umann
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

Hütter Vince license statement

2017-10-18 Thread Hütter Vince
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

Gábor Koruhely license statement

2017-10-18 Thread Gábor Koruhely
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: sc/inc sc/source

2017-10-18 Thread Noel Grandin
sc/inc/dapiuno.hxx|6 +-- sc/inc/textuno.hxx| 14 sc/source/ui/unoobj/cellsuno.cxx |4 -- sc/source/ui/unoobj/chart2uno.cxx |4 -- sc/source/ui/unoobj/dapiuno.cxx | 61 -- sc/source/ui/unoobj/textuno.cx

[Libreoffice-commits] translations.git: source/sl

2017-10-18 Thread Andras Timar
source/sl/basctl/messages.po |8 source/sl/chart2/messages.po | 28 source/sl/cui/messages.po | 127 - source/sl/dbaccess/messages.po| 16 source/sl/ext

[Libreoffice-commits] core.git: translations

2017-10-18 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c89a4e31dffd803f06a6bf77710353a26eca26d3 Author: Andras Timar Date: Wed Oct 18 14:30:00 2017 +0200 Updated core Project: translations 639342ecb83334102cb3659a5894643ac64d7327 Updated Sl

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

2017-10-18 Thread Miklos Vajna
external/libepubgen/libepubgen-epub3.patch.1 | 70 +++ 1 file changed, 70 insertions(+) New commits: commit 8aedc0aeeedf4518fe958a109bdd7f264ec5fa46 Author: Miklos Vajna Date: Wed Oct 18 10:14:45 2017 +0200 EPUB export: handle headings inside sections On

Re: Text on OLE object (chart, math, true OLE) ?

2017-10-18 Thread Regina Henschel
Regina Henschel schrieb: That was fixed in the meantime. But now the entire text on OLE objects does not work at all. It is written to a child in , but it is not read. => tdf#118485 Issue is https://bugs.documentfoundation.org/show_bug.cgi?id=112547 Kind regards Regina _

[Libreoffice-commits] core.git: 2 commits - cui/source filter/source include/svx offapi/com sc/source sd/source svx/source sw/source

2017-10-18 Thread Michael Stahl
cui/source/tabpages/textattr.cxx| 12 filter/source/msfilter/escherex.cxx |5 ++- filter/source/msfilter/msdffimp.cxx |4 +- filter/source/msfilter/svdfppt.cxx |2 - include/svx/sdtfsitm.hxx

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

2017-10-18 Thread Noel Grandin
include/vcl/ppdparser.hxx |2 +- vcl/unx/generic/printer/ppdparser.cxx | 33 ++--- 2 files changed, 15 insertions(+), 20 deletions(-) New commits: commit afe4d2527ec72e7493a2b1431559652ef45bebab Author: Noel Grandin Date: Wed Oct 18 09:43:21 2017 +

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

2017-10-18 Thread Caolán McNamara
sc/qa/unit/data/xlsx/pass/CVE-2017-0199-1.xlsx |binary sc/qa/unit/data/xlsx/pass/CVE-2017-0199-2.xlsx |binary 2 files changed New commits: commit e355fb41db5fd199a0eb44e95c39ea7adfda49b8 Author: Caolán McNamara Date: Wed Oct 18 09:02:20 2017 +0100 add CVE-2017-0199 test-cases

[Libreoffice-commits] core.git: lingucomponent/Library_hyphen.mk lingucomponent/Library_lnth.mk lingucomponent/Library_MacOSXSpell.mk lingucomponent/Library_spell.mk lingucomponent/source

2017-10-18 Thread Noel Grandin
lingucomponent/Library_MacOSXSpell.mk|1 lingucomponent/Library_hyphen.mk |1 lingucomponent/Library_lnth.mk |1 lingucomponent/Library_spell.mk |1 lingucomponent/sou

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sw/qa sw/source writerfilter/source

2017-10-18 Thread Serge Krot
Rebased ref, commits from common ancestor: commit faa71d493a8c9ceab3a67ab7d5197d3b8ec020e2 Author: Serge Krot Date: Fri Sep 29 18:01:54 2017 +0200 tdf#66398 Import/export docx document protection properties This includes: - original fix, import/export of all doc protection pro

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sw/qa sw/source writerfilter/source

2017-10-18 Thread Serge Krot
sw/qa/extras/ooxmlexport/data/tdf66398_permissions.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 27 + sw/source/filter/ww8/docxattributeoutput.cxx| 211 --- sw/source/filter/ww8/docxattributeoutput.hxx| 15 + sw/source/filter/ww8/

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

2017-10-18 Thread Noel Grandin
sw/source/core/unocore/unochart.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit cdd4b528a4d200aa322891373c80e2bc8e6cd16c Author: Noel Grandin Date: Wed Oct 18 09:22:56 2017 +0200 use rtl::Reference in SwChartDataSequence instead of manual

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

2017-10-18 Thread Miklos Vajna
xmlsecurity/inc/xsecctl.hxx | 39 - xmlsecurity/source/helper/xsecctl.cxx| 48 --- xmlsecurity/source/helper/xsecverify.cxx |4 -- 3 files changed, 1 insertion(+), 90 deletions(-) New commits: commit 73ade0b02905785b0a29

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

2017-10-18 Thread Caolán McNamara
vcl/source/window/floatwin.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 15869ea2dcd8a6b33044d08eef6fcaf8ca54579d Author: Caolán McNamara Date: Tue Oct 17 15:14:30 2017 +0100 presumably we don't need to recalculate on subsequenct 'show' now Change-Id: I7e5

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

2017-10-18 Thread Noel Grandin
include/svtools/treelist.hxx |4 +- svtools/source/contnr/treelist.cxx | 73 + 2 files changed, 36 insertions(+), 41 deletions(-) New commits: commit facb86ea0140a3c82f02754e311efad33e072d1c Author: Noel Grandin Date: Tue Oct 17 15:52:51 2017 +02

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

2017-10-18 Thread Jan-Marek Glogowski
sfx2/source/sidebar/SidebarController.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ce2e94a98f5fc85bef7623a0227b3a95d8093288 Author: Jan-Marek Glogowski Date: Tue Oct 17 19:52:58 2017 +0200 tdf#99537 set expand for re-used sidebar panels When re-using a panel,