[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-3' - include/svl xmlsecurity/inc xmlsecurity/qa xmlsecurity/source

2019-04-09 Thread Miklos Vajna (via logerrit)
include/svl/sigstruct.hxx |5 + xmlsecurity/inc/xsecctl.hxx |7 +- xmlsecurity/qa/unit/signing/data/notype-xades.odt |binary xmlsecurity/qa/unit/signing/signing.cxx | 61 ++ xmlsecurity/source/helper/ooxmlsecpar

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

2019-04-09 Thread Andrea Gelmini (via logerrit)
0 files changed New commits: commit 87ed39e4de4a2dccbc40fdfb7edfd87d2d524d3d Author: Andrea Gelmini AuthorDate: Tue Apr 9 18:33:31 2019 + Commit: Julien Nabet CommitDate: Wed Apr 10 07:40:17 2019 +0200 Removed executable permission on xlsx file Change-Id: Ida96d8a0a993

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

2019-04-09 Thread Andrea Gelmini (via logerrit)
canvas/source/directx/dx_textlayout_drawhelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 99fde0c6fb66d659968e3459fa49862df3679289 Author: Andrea Gelmini AuthorDate: Thu Apr 4 19:21:14 2019 + Commit: Julien Nabet CommitDate: Wed Apr 10 07:38:48

[Libreoffice-commits] core.git: bin/find-german-comments

2019-04-09 Thread Andrea Gelmini (via logerrit)
bin/find-german-comments |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b6cc68732c21a6f8cb045744406ab69ec6b91d4 Author: Andrea Gelmini AuthorDate: Thu Apr 4 19:21:20 2019 + Commit: Julien Nabet CommitDate: Wed Apr 10 07:36:25 2019 +0200 Fix typo

Re: [Libreoffice-commits] core.git: forms/source framework/source include/osl

2019-04-09 Thread Mike Kaganski
Hi Thorsten, On 10.04.2019 2:11, Thorsten Behrens wrote: --- a/include/osl/mutex.hxx +++ b/include/osl/mutex.hxx @@ -178,11 +178,9 @@ namespace osl */ void clear() { -if(pT) -{ -pT->release(); -pT = NULL; -

Re: Tagging text as being in arbitrary complex-script languages

2019-04-09 Thread Richard Wordingham
On Mon, 8 Apr 2019 16:17:38 +0200 Eike Rathke wrote: > ScriptType value 3 here means CTL. The values are explained in > officecfg/registry/schema/org/openoffice/VCL.xcs under > Thank you for the information, and thanks to Stephan Bergmann for the localisation information. For plodders like me,

Re: Faulty handle position in shapes imported from MS Office

2019-04-09 Thread Mark Hung
Hi Regina, Regina Henschel 於 2019年4月10日 週三 上午2:38寫道: > Hi Mark, > > Mark Hung schrieb am 09-Apr-19 um 11:27: > > Hi Regina, > > > > Regina Henschel > > 於 2019年4月9日 週二 上午7:06寫道: > > > > Hi all, > > > > I'm looking at > > https://bugs.documentfoundation

Re: [Libreoffice-commits] core.git: forms/source framework/source include/osl

2019-04-09 Thread Thorsten Behrens
Hi Mike, Mike Kaganski (via logerrit) wrote: > [API CHANGE] Asserts to never clear already cleared guard > > ... which could help catch copy-paste errors when wrong guard is cleared > second time. > The assert() is quite nice, but: > --- a/include/osl/mutex.hxx > +++ b/include/osl/mut

[Libreoffice-commits] core.git: embeddedobj/source embedserv/source formula/source hwpfilter/source sc/source svl/source sw/source vcl/source vcl/unx

2019-04-09 Thread Tamás Zolnai (via logerrit)
embeddedobj/source/msole/olecomponent.cxx|3 +++ embedserv/source/inprocserv/smartpointer.hxx |3 +++ formula/source/core/api/token.cxx|3 +++ hwpfilter/source/mzstring.cxx|3 +++ sc/source/core/data/subtotalparam.cxx|3 +++ sc/source/cor

Debugging LibreOffice with lldb

2019-04-09 Thread Jens Carl
Hello, I currently successfully finished my first clang build under Linux. Now I want to test out lldb. I found the section about Debugging with lldb [1], but it is rather limited, so I decided to ask the list. Does anybody use lldb under Linux? What are some good tips and hints using lldb? Are

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

2019-04-09 Thread Mike Kaganski (via logerrit)
linguistic/source/gciterator.cxx | 90 --- 1 file changed, 48 insertions(+), 42 deletions(-) New commits: commit 8e9de1ad055d1d8f41a6cf6d8cea245463f61d40 Author: Mike Kaganski AuthorDate: Tue Apr 9 22:23:23 2019 +0100 Commit: Mike Kaganski CommitDat

[Libreoffice-commits] core.git: extras/source icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-04-09 Thread andreas kainz (via logerrit)
dev/null |binary extras/source/gallery/personas/personas |1 icon-themes/sifr/extensions/res/addresspilot.png |binary icon-themes/sifr/extensio

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

2019-04-09 Thread andreas kainz (via logerrit)
icon-themes/sifr/cmd/sc_defaultcharstyle.png |binary icon-themes/sifr/links.txt |4 2 files changed, 4 deletions(-) New commits: commit 725908118e9551268b49eabe9c1b43115494b090 Author: andreas kainz AuthorDate: Tue Apr 9 22:43:45 2019 +0200 Commit: andreas_kai

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - 8 commits - download.lst fpicker/source readlicense_oo/license shell/source

2019-04-09 Thread Michael Weghorn (via logerrit)
download.lst |4 fpicker/source/win32/filepicker/asyncrequests.cxx |5 readlicense_oo/license/CREDITS.fodt | 3816 +++--- shell/source/unix/exec/shellexec.cxx | 37 shell/source/win32/SysShExec.cxx

[Libreoffice-commits] core.git: jvmfwk/inc jvmfwk/plugins jvmfwk/source solenv/clang-format

2019-04-09 Thread Stephan Bergmann (via logerrit)
jvmfwk/inc/fwkbase.hxx | 11 jvmfwk/inc/libxmlutil.hxx |4 jvmfwk/inc/vendorplugin.hxx | 94 +- jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 109 ++- jvmfwk/plugins/sunmajor/pluginlib/util.cx

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

2019-04-09 Thread Matthias Seidel (via logerrit)
svx/source/src/errtxt.src | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) New commits: commit a502c1af0c545bdaf6a0eb8ecbf38c635ff6accb Author: Matthias Seidel AuthorDate: Tue Apr 9 19:43:36 2019 + Commit: Matthias Seidel CommitDate: Tue Apr 9 19:4

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

2019-04-09 Thread Mike Kaganski (via logerrit)
forms/source/component/DatabaseForm.cxx |3 forms/source/misc/InterfaceContainer.cxx|1 framework/source/layoutmanager/layoutmanager.cxx| 92 framework/source/layoutmanager/toolbarlayoutmanager.cxx | 22 ++- include/osl/mutex.h

Re: Faulty handle position in shapes imported from MS Office

2019-04-09 Thread Regina Henschel
Hi Miklos, Miklos Vajna schrieb am 09-Apr-19 um 09:30: Hi Regina, On Tue, Apr 09, 2019 at 01:06:12AM +0200, Regina Henschel wrote: What to do? In principle you can get the needed operations from the presets as defined in the standard. But how to organize that, so that it can be done step by

Re: Faulty handle position in shapes imported from MS Office

2019-04-09 Thread Regina Henschel
Hi Mark, Mark Hung schrieb am 09-Apr-19 um 11:27: Hi Regina, Regina Henschel > 於 2019年4月9日 週二 上午7:06寫道: Hi all, I'm looking at https://bugs.documentfoundation.org/show_bug.cgi?id=115813 "Position shifted while moving the handle of OOXML Callout

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

2019-04-09 Thread Jan-Marek Glogowski (via logerrit)
include/osl/mutex.hxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit c1e320836b7dbcd9fe6ded8352355ea6101bd821 Author: Jan-Marek Glogowski AuthorDate: Tue Apr 9 16:53:52 2019 +0200 Commit: Jan-Marek Glogowski CommitDate: Tue Apr 9 19:15:05 2019 +0200 Add asserts to

Re: [sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Egor Pugin
It's any VS version issue. On Tue, 9 Apr 2019 at 19:13, Noel Grandin wrote: > > If you don't want to be fixing issues, then you should probably just be > compiling with the version of VS we support. > > -- Egor Pugin ___ LibreOffice mailing list Lib

Re: Gitiles VCS browser

2019-04-09 Thread Luke Benes
Guilthem, Why have you not answered my question about returning the Commit Bot back to cgit? Gitiles is wasting our time. For example, just now I followed the commit bot link on tdf#42949 to https://gerrit.libreoffice.org/plugins/gitiles/core/+log/63a25b79f18fda29cd744add813ce9508c69b996/sw/s

Re: [sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Noel Grandin
If you don't want to be fixing issues, then you should probably just be compiling with the version of VS we support. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/item_refactor2' - 2 commits - avmedia/source basctl/source cui/source idl/source include/avmedia include/item include/sfx2 include/svx item/Library_item

2019-04-09 Thread Armin Le Grand (via logerrit)
avmedia/source/framework/mediatoolbox.cxx |2 basctl/source/basicide/IDEComboBox.cxx |4 basctl/source/basicide/basides1.cxx |2 basctl/source/basicide/sbxitem.cxx | 35 + basctl/source/inc/IDEComboBox.hxx |

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/colibre icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-04-09 Thread andreas kainz (via logerrit)
dev/null |binary icon-themes/breeze/links.txt |5 + icon-themes/colibre/links.txt |4 icon-themes/sifr/links.txt|9 +++-- 4 files changed, 16 insertions(+), 2 deletions(-) New commits: commit 15bdba65394362e68f1b11f439674d2652bf4cda Author:

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

2019-04-09 Thread Matthias Seidel (via logerrit)
solenv/bin/modules/installer/download.pm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 09162b7d8d9afdbbcf03273db3ffa31bf2ac1b6c Author: Matthias Seidel AuthorDate: Tue Apr 9 12:21:23 2019 + Commit: Matthias Seidel CommitDate: Tue Apr

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-5-2+backports' - sfx2/source

2019-04-09 Thread Katarina Behrens (via logerrit)
sfx2/source/doc/guisaveas.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit c2b4dcc46680db854fa1e5f3c490b88bd53b7f5e Author: Katarina Behrens AuthorDate: Tue Apr 9 15:17:17 2019 +0200 Commit: Thorsten Behrens CommitDate: Tue Apr 9 16:07:32 2019

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-3' - fpicker/source

2019-04-09 Thread Mike Kaganski (via logerrit)
fpicker/source/win32/asyncrequests.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 3196dffa5c14ed7b74c29f2abfa9c618bfb8b7ef Author: Mike Kaganski AuthorDate: Fri Apr 5 15:24:31 2019 +0300 Commit: Christian Lohmaier CommitDate: Tue Apr 9 15:14:40 2019 +0200 tdf

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-3' - readlicense_oo/license

2019-04-09 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3726 ++-- 1 file changed, 1892 insertions(+), 1834 deletions(-) New commits: commit 7838ac575271fc6879bac6cb29d13252a063b2b4 Author: Christian Lohmaier AuthorDate: Tue Apr 9 15:01:47 2019 +0200 Commit: Christian Lohma

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - 3 commits - readlicense_oo/license

2019-04-09 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3816 ++-- 1 file changed, 1989 insertions(+), 1827 deletions(-) New commits: commit 40c20f971fcfc0a303b45f855f7c8547d06394ce Author: Christian Lohmaier AuthorDate: Tue Apr 9 15:01:47 2019 +0200 Commit: Christian Lohma

[Libreoffice-commits] core.git: readlicense_oo/license

2019-04-09 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3726 ++-- 1 file changed, 1892 insertions(+), 1834 deletions(-) New commits: commit 9575aa3bba055258977d9a013889aa3acbaecb6a Author: Christian Lohmaier AuthorDate: Tue Apr 9 15:01:47 2019 +0200 Commit: Christian Lohma

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - translations

2019-04-09 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c74d2bdfdfa4e49a01a9b1ae16e7f36fd20eacb5 Author: Christian Lohmaier AuthorDate: Tue Apr 9 14:40:01 2019 +0200 Commit: Gerrit Code Review CommitDate: Tue Apr 9 14:47:51 2019 +0200 Update git su

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-3' - translations

2019-04-09 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f30d45452d35b1fe67736ac531a4ab7c2a865fe4 Author: Christian Lohmaier AuthorDate: Tue Apr 9 14:40:01 2019 +0200 Commit: Gerrit Code Review CommitDate: Tue Apr 9 14:48:32 2019 +0200 Update git su

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

2019-04-09 Thread Johnny_M (via logerrit)
svx/source/table/svdotable.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cfce9d71ef1f6d941631102feb64a56a8db4494d Author: Johnny_M AuthorDate: Sun Apr 7 12:25:13 2019 +0200 Commit: Michael Stahl CommitDate: Tue Apr 9 14:46:23 2019 +0200 Tran

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

2019-04-09 Thread Johnny_M (via logerrit)
svx/source/svdraw/svdibrow.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 9e82b7efda6781b3378e1da35dace2d52c482794 Author: Johnny_M AuthorDate: Sun Apr 7 12:20:08 2019 +0200 Commit: Michael Stahl CommitDate: Tue Apr 9 14:45:49 2019 +0200

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

2019-04-09 Thread Johnny_M (via logerrit)
svx/source/svdraw/svdopath.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0781987a440a9cbbca1f860f12d726c42ff78ff2 Author: Johnny_M AuthorDate: Sun Apr 7 12:15:38 2019 +0200 Commit: Michael Stahl CommitDate: Tue Apr 9 14:45:03 2019 +0200 Transl

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

2019-04-09 Thread Johnny_M (via logerrit)
svx/source/svdraw/svdpagv.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 027ff6cd73e512720e9bb4bb07016db8eaa5111c Author: Johnny_M AuthorDate: Sun Apr 7 12:09:49 2019 +0200 Commit: Michael Stahl CommitDate: Tue Apr 9 14:44:33 2019 +0200 Transla

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

2019-04-09 Thread Jan-Marek Glogowski (via logerrit)
vcl/source/app/salusereventlist.cxx | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) New commits: commit 46b1bb4a9c5ca93b33b4fcd2154062676c5059e4 Author: Jan-Marek Glogowski AuthorDate: Sun Apr 7 20:48:24 2019 +0200 Commit: Jan-Marek Glogowski CommitDate:

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - include/svl xmlsecurity/inc xmlsecurity/qa xmlsecurity/source

2019-04-09 Thread Miklos Vajna (via logerrit)
include/svl/sigstruct.hxx |5 + xmlsecurity/inc/xsecctl.hxx |7 +- xmlsecurity/qa/unit/signing/data/notype-xades.odt |binary xmlsecurity/qa/unit/signing/signing.cxx | 61 ++ xmlsecurity/source/helper/ooxmlsecpar

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

2019-04-09 Thread Caolán McNamara (via logerrit)
include/formula/funcutl.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f01390010338ae627c990026c4ba579ab5eb266f Author: Caolán McNamara AuthorDate: Tue Apr 9 12:25:22 2019 +0100 Commit: Caolán McNamara CommitDate: Tue Apr 9 14:31:25 2019 +0200 zuge

[Libreoffice-commits] online.git: Branch 'libreoffice-6-2' - loleaflet/js loleaflet/src

2019-04-09 Thread Libreoffice Gerrit user
loleaflet/js/toolbar.js |2 - loleaflet/src/control/Control.AlertDialog.js | 47 +++ loleaflet/src/errormessages.js |2 + 3 files changed, 50 insertions(+), 1 deletion(-) New commits: commit 1767dcdb2a8195ba3b40bcf67876e3425fc4a

LibreOffice ESC call, Thur - 16:00 central European (local) time

2019-04-09 Thread Michael Meeks
Hi everyone, Prototype agenda below, bug metrics also at the link below; extra items appreciated as last-week: https://demo.collaboracloudsuite.com/tdf/ Lets continue testing the public jitsi server this week and see how it goes: https://meet.jit.si/tdfesc

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-04-09 Thread Gabor Kelemen (via logerrit)
bin/find-unneeded-includes | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit a387c18f726958b7557a9a75a00b60d9fb3281d7 Author: Gabor Kelemen AuthorDate: Mon Apr 8 07:44:30 2019 +0200 Commit: Miklos Vajna CommitDate: Tue Apr 9 13:49:27 2019 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2-3' - shell/source

2019-04-09 Thread Stephan Bergmann (via logerrit)
shell/source/unix/exec/shellexec.cxx | 37 +++ shell/source/win32/SysShExec.cxx | 114 +++ 2 files changed, 151 insertions(+) New commits: commit d0ee66e4d552d4ad93b51ce3d97c3ef6c03533c9 Author: Stephan Bergmann AuthorDate: Fri Mar 29 14:01:19 2

[sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Egor Pugin
Hi, I'm doing custom builds (not wiki workflow) on VS2019. So, the first target to build is sal, then codemaker and it does not start because of an error during globals initialization by CRT (before main call). (sal/rtl/strimp.cxx) rtl_allocateStringFn rtl_allocateString = malloc; is initialized

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

2019-04-09 Thread Caolán McNamara (via logerrit)
cui/source/factory/dlgfact.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit e693801f6bdc083f362b79c695146bed94b0511f Author: Caolán McNamara AuthorDate: Mon Apr 8 21:34:19 2019 +0100 Commit: Caolán McNamara CommitDate: Tue Apr 9 13:11:50 2019 +0200 drop unneeded forw

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - sw/inc sw/source

2019-04-09 Thread Michael Stahl (via logerrit)
sw/inc/crsrsh.hxx|3 sw/source/core/crsr/crstrvl.cxx | 18 + sw/source/core/doc/DocumentFieldsManager.cxx | 25 + sw/source/core/doc/docfld.cxx| 359 +-- sw/source/core/edit/edfld.cxx|6

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src

2019-04-09 Thread Libreoffice Gerrit user
loleaflet/src/core/Socket.js | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit ad7aa46c12e0711ee0b3c282e788cadf0745cff9 Author: Ashod Nakashian AuthorDate: Sat Mar 30 12:15:09 2019 -0400 Commit: Jan Holesovsky CommitDate: Tue Apr 9 12:33:43 2019

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - shell/source

2019-04-09 Thread Stephan Bergmann (via logerrit)
shell/source/unix/exec/shellexec.cxx | 37 ++ shell/source/win32/SysShExec.cxx | 118 +++ 2 files changed, 155 insertions(+) New commits: commit a35068ba25ed9da37bcb20598c9791b6979cf1ef Author: Stephan Bergmann AuthorDate: Fri Mar 29 14:01:19 20

[Libreoffice-commits] core.git: cui/source dbaccess/source desktop/source extensions/source filter/source sc/source sfx2/source svx/source sw/source

2019-04-09 Thread Caolán McNamara (via logerrit)
cui/source/customize/CommandCategoryListBox.cxx |2 -- cui/source/customize/SvxMenuConfigPage.cxx |5 - cui/source/customize/SvxToolbarConfigPage.cxx|5 - cui/source/customize/acccfg.cxx |3 --- cui/source/customize/cfg.cxx

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

2019-04-09 Thread Tomaž Vajngerl (via logerrit)
cui/source/tabpages/tppattern.cxx |9 +++-- include/svx/xbtmpit.hxx |2 -- include/vcl/BitmapTools.hxx |2 +- svx/source/dialog/dlgctrl.cxx | 21 - svx/source/xoutdev/xattrbmp.cxx |2 +- vcl/source/bitmap/BitmapTools.cxx |6 +++---

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

2019-04-09 Thread Caolán McNamara (via logerrit)
include/vcl/weld.hxx |3 +++ vcl/source/app/salvtables.cxx |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 13f449221e550c84bb60c368b2520148104e6da9 Author: Caolán McNamara AuthorDate: Tue Apr 9 09:42:56 2019 +0100 Commit: Caolán McNamara Commi

Re: Faulty handle position in shapes imported from MS Office

2019-04-09 Thread Mark Hung
Hi Regina, Regina Henschel 於 2019年4月9日 週二 上午7:06寫道: > Hi all, > > I'm looking at https://bugs.documentfoundation.org/show_bug.cgi?id=115813 > "Position shifted while moving the handle of OOXML Callout shape". > > Unfortunately not only the Callout shape is affected. > There are 106 shapes in MS

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

2019-04-09 Thread Muhammet Kara (via logerrit)
sfx2/source/doc/objserv.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 10936a49e0e85f6168aee88595506446d08e0d27 Author: Muhammet Kara AuthorDate: Fri Mar 29 12:38:13 2019 +0300 Commit: Andras Timar CommitDate: Tue Apr 9 11:13:29 2019 +0200 Enable redaction fo

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

2019-04-09 Thread Muhammet Kara (via logerrit)
sfx2/source/doc/SfxRedactionHelper.cxx |8 1 file changed, 8 insertions(+) New commits: commit 67b54d45e9db0535d326b9331722f0199189ee30 Author: Muhammet Kara AuthorDate: Fri Mar 29 12:18:12 2019 +0300 Commit: Andras Timar CommitDate: Tue Apr 9 11:12:58 2019 +0200 Handl

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/source cui/uiconfig

2019-04-09 Thread Caolán McNamara (via logerrit)
cui/source/inc/paragrph.hxx | 30 +++ cui/source/tabpages/paragrph.cxx | 104 ++- cui/uiconfig/ui/textflowpage.ui |3 + 3 files changed, 126 insertions(+), 11 deletions(-) New commits: commit 99ec13e699ff2788db7c8eda7d9c41c1faa3d94d Author:

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-5-4' - external/openssl

2019-04-09 Thread Michael Stahl (via logerrit)
external/openssl/ExternalProject_openssl.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f5a93a1a11899fa72bde690494fc9d7ce5d0e6e Author: Michael Stahl AuthorDate: Mon Apr 8 14:25:47 2019 +0200 Commit: Michael Stahl CommitDate: Tue Apr 9 10:23:39 2019 +02

[CppUnit] : Contribution

2019-04-09 Thread PIGAT Lilian
Hi, I would like to submit a modification on CppUnit lib in order to allow the implementation of partial template structure overloading. Please let me know if you have any suggestions or questions, Best regard, Cordialement, Lilian Pigat Ingénieur d’Étude et Réalisation

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - fpicker/source include/vcl vcl/source

2019-04-09 Thread Mike Kaganski (via logerrit)
fpicker/source/win32/asyncrequests.cxx |5 + include/vcl/winscheduler.hxx |5 + vcl/source/app/winscheduler.cxx| 12 +--- 3 files changed, 19 insertions(+), 3 deletions(-) New commits: commit 7420a6175358fdc1cda133c0ed2eab693cc72e54 Author: Mike Kag

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/colibre icon-themes/elementary icon-themes/karasa_jaga icon-themes/sifr officecfg/registry

2019-04-09 Thread andreas kainz (via logerrit)
icon-themes/breeze/links.txt |4 icon-themes/colibre/links.txt|6 ++ icon-themes/elementary/links.txt |5 + icon-themes/karasa_jaga/links.txt

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

2019-04-09 Thread Caolán McNamara (via logerrit)
sc/source/ui/attrdlg/scdlgfact.cxx | 28 sc/source/ui/attrdlg/scdlgfact.hxx | 11 --- 2 files changed, 39 deletions(-) New commits: commit 034807244a5f6626e173af823ceded7b403b7856 Author: Caolán McNamara AuthorDate: Mon Apr 8 21:32:11 2019 +0100 Commi

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

2019-04-09 Thread Caolán McNamara (via logerrit)
sc/source/ui/Accessibility/AccessibleEditObject.cxx | 107 +--- sc/source/ui/inc/AccessibleContextBase.hxx |2 sc/source/ui/inc/AccessibleEditObject.hxx | 38 +++ sc/source/ui/pagedlg/tphfedit.cxx | 44 +++- 4 files changed, 15

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

2019-04-09 Thread Caolán McNamara (via logerrit)
sc/source/ui/pagedlg/scuitphfedit.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 27af142c0d96d70a7ed7beb9d91c95c2fc3c34bb Author: Caolán McNamara AuthorDate: Mon Apr 8 14:53:19 2019 +0100 Commit: Caolán McNamara CommitDate: Tue Apr 9 09:56:07 2019 +0200 MenuBu

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

2019-04-09 Thread Caolán McNamara (via logerrit)
sc/source/ui/Accessibility/AccessibleText.cxx | 25 - sc/source/ui/inc/AccessibleText.hxx |6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) New commits: commit 2d02930452be2252afb39f4706e818273cf019a0 Author: Caolán McNamara AuthorDate: Mon

Re: Faulty handle position in shapes imported from MS Office

2019-04-09 Thread Miklos Vajna
Hi Regina, On Tue, Apr 09, 2019 at 01:06:12AM +0200, Regina Henschel wrote: > What to do? In principle you can get the needed operations from the presets > as defined in the standard. But how to organize that, so that it can be done > step by step and perhaps can be done by several people? And,

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

2019-04-09 Thread Stephan Bergmann (via logerrit)
sd/qa/unit/dialogs-test.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 040a54d89e8ca33171e86647ced8dc58efd85fbe Author: Stephan Bergmann AuthorDate: Tue Apr 9 09:16:22 2019 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr 9 09:16:22 2019 +0200 missing include

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

2019-04-09 Thread Miklos Vajna (via logerrit)
include/svl/sigstruct.hxx |5 + xmlsecurity/inc/xsecctl.hxx |7 +- xmlsecurity/qa/unit/signing/data/notype-xades.odt |binary xmlsecurity/qa/unit/signing/signing.cxx | 59 ++ xmlsecurity/source/helper/ooxmlsecpar

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

2019-04-09 Thread Alexander Farrow (via logerrit)
vcl/source/gdi/CommonSalLayout.cxx |2 +- vcl/source/gdi/sallayout.cxx | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit a39f2e1943c7092dd32bd1f4e480ee6da54a80e4 Author: Alexander Farrow AuthorDate: Mon Apr 8 18:54:20 2019 +0100 Commit: Noe