[Libreoffice-commits] online.git: loleaflet/src

2020-04-13 Thread Pranam Lashkari (via logerrit)
loleaflet/src/control/Control.Menubar.js |4 1 file changed, 4 insertions(+) New commits: commit 22f8e63beb686715ed3f06f7e918a44c02c19064 Author: Pranam Lashkari AuthorDate: Mon Apr 13 14:59:15 2020 +0530 Commit: Andras Timar CommitDate: Tue Apr 14 08:52:57 2020 +0200 leaf

[Libreoffice-commits] core.git: icon-themes/elementary icon-themes/elementary_svg

2020-04-13 Thread Rizal Muttaqin (via logerrit)
dev/null |binary icon-themes/elementary/cmd/32/backcolor.png |binary icon-themes/elementary/cmd/32/charfontname.png|binary icon-themes/elementary/cmd/32/color.png |binary

[Libreoffice-commits] core.git: solenv/bin

2020-04-13 Thread Tor Lillqvist (via logerrit)
solenv/bin/native-code.py |3 +++ 1 file changed, 3 insertions(+) New commits: commit d4311614ffebdb21d952faf132200810e3a372dc Author: Tor Lillqvist AuthorDate: Mon Apr 13 19:15:17 2020 +0300 Commit: Tor Lillqvist CommitDate: Tue Apr 14 08:15:15 2020 +0200 Add the EPUB and XMLO

[Libreoffice-commits] core.git: bin/lo-all-static-libs

2020-04-13 Thread Tor Lillqvist (via logerrit)
bin/lo-all-static-libs |1 + 1 file changed, 1 insertion(+) New commits: commit f0734854fe9e25c90bcaf924fb53bd950ed4f2c8 Author: Tor Lillqvist AuthorDate: Mon Apr 13 19:13:22 2020 +0300 Commit: Tor Lillqvist CommitDate: Tue Apr 14 08:14:52 2020 +0200 Add libepubgen Cha

How to access a form control event via beanshell script?

2020-04-13 Thread Oliver Brinzing
Hi, is it possible to submit a form control event to a beanshell script located inside a document? with python it should work like this: def pushMe( event ): textBoxModel = event.Source.getModel().getParent().TextBox Regards Oliver ___ LibreOff

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

2020-04-13 Thread Tor Lillqvist (via logerrit)
sfx2/source/appl/getbasctlfunction.cxx |5 + sfx2/source/appl/getbasctlfunction.hxx |5 + 2 files changed, 10 insertions(+) New commits: commit 6b6359abb073b4eaf7cf0783e7d783e034ccadee Author: Tor Lillqvist AuthorDate: Tue Apr 14 01:25:20 2020 +0300 Commit: Tor Lillqvist

Re: RFC removing the XPrimitive2D (and related) UNO classes

2020-04-13 Thread Thorsten Behrens
Hi Tomaž, hi Noel, Tomaž Vajngerl wrote: > On Mon, Apr 13, 2020 at 7:46 PM Noel Grandin wrote: > > The benefit is that it becomes easier to optimise the copying and moving > > around of this stuff if it is C++ layers all the way down, with no UNO > > stuck in the middle of it. > > > Don't quite s

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

2020-04-13 Thread Noel Grandin (via logerrit)
vcl/source/gdi/salgdilayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 981de2fd950af808e8f42a047aeca83687ed2f7b Author: Noel Grandin AuthorDate: Mon Apr 13 19:40:14 2020 +0200 Commit: Noel Grandin CommitDate: Mon Apr 13 22:47:32 2020 +0200 tdf#

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

2020-04-13 Thread Tor Lillqvist (via logerrit)
solenv/bin/native-code.py |3 +++ 1 file changed, 3 insertions(+) New commits: commit 0a23544ed4fba01c3d8e3842e4642dcd9893284b Author: Tor Lillqvist AuthorDate: Mon Apr 13 19:15:17 2020 +0300 Commit: Tor Lillqvist CommitDate: Mon Apr 13 22:42:08 2020 +0200 Add the EPUB and XMLO

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - bin/lo-all-static-libs

2020-04-13 Thread Tor Lillqvist (via logerrit)
bin/lo-all-static-libs |1 + 1 file changed, 1 insertion(+) New commits: commit d1e0fc2a1e7bee960804523a429000c69cf0a3f0 Author: Tor Lillqvist AuthorDate: Mon Apr 13 19:13:22 2020 +0300 Commit: Tor Lillqvist CommitDate: Mon Apr 13 22:41:30 2020 +0200 Add libepubgen Cha

Re: RFC removing the XPrimitive2D (and related) UNO classes

2020-04-13 Thread Tomaž Vajngerl
Hi Noel, On Mon, Apr 13, 2020 at 7:46 PM Noel Grandin wrote: > Hi > > I notice when performance tuning that our drawinglayer stuff spends quite > some time converting back and forth between XPrimitive2D and BasePrimitive > stuff and copying sequence->vector and vector->sequence. > > Now as far a

The United States Department of Labor ITB

2020-04-13 Thread Austin Bailey
  Invitation To Bid Bid Number:    00025782 & 00047521    Fiscal Year:    20 Bid Opening Date/Close Date:   02/04/2020 - 30/07/2020  02:00:00 PM     Allow Electronic Quote:   No Type Code:   ITB - Invitation To B

RFC removing the XPrimitive2D (and related) UNO classes

2020-04-13 Thread Noel Grandin
Hi I notice when performance tuning that our drawinglayer stuff spends quite some time converting back and forth between XPrimitive2D and BasePrimitive stuff and copying sequence->vector and vector->sequence. Now as far as I can see (analysis below), the stuff exposed in our UNO layer is not usab

Astra Linux license statement

2020-04-13 Thread Yury OSIPOV
Hello Here's the Astra Linux licensing statement for LibreOffice contributions: In line with our policy, code contributed to open source projects is made available under the terms of that project's license. All past and present contributions to LibreOffice from Astra Linux are available under

[Libreoffice-commits] core.git: sfx2/Library_sfx.mk sfx2/source solenv/clang-format

2020-04-13 Thread Stephan Bergmann (via logerrit)
sfx2/Library_sfx.mk|1 sfx2/source/appl/app.cxx | 47 ++ sfx2/source/appl/appserv.cxx | 27 +-- sfx2/source/appl/getbasctlfunction.cxx | 58 + sfx2/source/appl/getbasctlfuncti

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-2' - ios/Mobile kit/ChildSession.cpp

2020-04-13 Thread Tor Lillqvist (via logerrit)
ios/Mobile/DocumentViewController.mm | 51 +- kit/ChildSession.cpp | 52 +-- 2 files changed, 52 insertions(+), 51 deletions(-) New commits: commit 3c3e38b4b1f42fa2059813e2ea84d38f523c50d6 Author: Tor Lillqvis

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2020-04-13 Thread gokaysatir (via logerrit)
wsd/LOOLWSD.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4bc3a13ba5c27026ea5625c45b2a8ae496efa7cd Author: gokaysatir AuthorDate: Sun Apr 12 22:36:11 2020 +0300 Commit: Michael Meeks CommitDate: Mon Apr 13 17:26:18 2020 +0200 print the OS version

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-2' - ios/Mobile

2020-04-13 Thread Tor Lillqvist (via logerrit)
ios/Mobile/Info.plist.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4518a4251559ce68170081a8e3f6ce5485dbe755 Author: Tor Lillqvist AuthorDate: Mon Apr 13 11:00:46 2020 +0300 Commit: Tor Lillqvist CommitDate: Mon Apr 13 17:07:59 2020 +0200 Bump the

Re: Questions about XCU parsing (tdf#132005)

2020-04-13 Thread Stephan Bergmann
On 13/04/2020 12:33, julien2412 wrote: Taking a look at tdf#132005 (Calc extension fails in LibreOffice (works in Apache OpenOffice), it seems XCU structure changed between Apache OpenOffice and LO. commented at ___

[Libreoffice-commits] online.git: kit/ChildSession.cpp

2020-04-13 Thread Tor Lillqvist (via logerrit)
kit/ChildSession.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a4eecb790d78a17a016163d20923afffd4ac39f3 Author: Tor Lillqvist AuthorDate: Mon Apr 13 16:15:12 2020 +0300 Commit: Tor Lillqvist CommitDate: Mon Apr 13 16:25:40 2020 +0200 Fix log messa

[Libreoffice-commits] online.git: ios/Mobile kit/ChildSession.cpp

2020-04-13 Thread Tor Lillqvist (via logerrit)
ios/Mobile/DocumentViewController.mm | 51 +- kit/ChildSession.cpp | 52 +-- 2 files changed, 52 insertions(+), 51 deletions(-) New commits: commit 909734e2615cdf259f26ffde58696544859aca34 Author: Tor Lillqvis

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

2020-04-13 Thread Xisco Fauli (via logerrit)
chart2/qa/extras/chart2export.cxx | 13 + chart2/qa/extras/data/ods/tdf64224.ods |binary 2 files changed, 13 insertions(+) New commits: commit 7bc3455af6dca6fa596f374a1d1ed2053323069e Author: Xisco Fauli AuthorDate: Mon Apr 13 12:29:03 2020 +0200 Commit: Xisco Faulí

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

2020-04-13 Thread Xisco Fauli (via logerrit)
sc/qa/unit/data/xlsx/tdf113621.xlsx |binary sc/qa/unit/subsequent_export-test.cxx | 15 +++ 2 files changed, 15 insertions(+) New commits: commit 5f8d60cde34302531642e75ed93e9621e170982a Author: Xisco Fauli AuthorDate: Mon Apr 13 11:42:57 2020 +0200 Commit: Xisco Faulí

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

2020-04-13 Thread Xisco Fauli (via logerrit)
sc/qa/unit/data/xlsx/tdf112936.xlsx |binary sc/qa/unit/subsequent_export-test.cxx | 16 2 files changed, 16 insertions(+) New commits: commit d2505dd4cc0960e97a5fca848996c8f1b043880d Author: Xisco Fauli AuthorDate: Mon Apr 13 11:53:28 2020 +0200 Commit: Xisco Faulí

Questions about XCU parsing (tdf#132005)

2020-04-13 Thread julien2412
Hello, Taking a look at tdf#132005 (Calc extension fails in LibreOffice (works in Apache OpenOffice), it seems XCU structure changed between Apache OpenOffice and LO. I made some changes in oxt so it's ok for LO but it fails now for Apache OpenOffice, I don't understand how XCU parsing works. Alth

[Libreoffice-commits] online.git: ios/Mobile

2020-04-13 Thread Tor Lillqvist (via logerrit)
ios/Mobile/Info.plist.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 34c27a6b9b7ce8231c8459c8ef4b3952ff1293ef Author: Tor Lillqvist AuthorDate: Mon Apr 13 11:00:46 2020 +0300 Commit: Tor Lillqvist CommitDate: Mon Apr 13 11:00:46 2020 +0300 Bump the