Re: problem with link error in unit test

2021-02-13 Thread Noel Grandin
Hi You will need to annotate those methods with SC_DLLPUBLIC to make them visible to the unit tests -- Noel Grandin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: include/sfx2 officecfg/registry sfx2/sdi sfx2/source

2021-02-13 Thread Tomaž Vajngerl (via logerrit)
include/sfx2/devtools/DevelopmentToolDockingWindow.hxx |6 + include/sfx2/sfxsids.hrc |1 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |8 ++ sfx2/sdi/appslots.sdi

problem with link error in unit test

2021-02-13 Thread Regina Henschel
Hi all, I have added a unit test ScShapeTest::testTdf134355_DragCreateCustomShape() in /sc/qa/unit/scshapetest.cxx https://git.libreoffice.org/core/+/02e4f6c44295004f5c7201a7aa2744fd0518ba9d Now I want to do the same with a form control. But I get link errors 'unresolved external symbol' about F

Re: Unit test, with inserting a control?

2021-02-13 Thread Regina Henschel
Hi Xisco, I have made some progress. I have solved a similar problem for drag-creating a custom shape, see https://git.libreoffice.org/core/+/02e4f6c44295004f5c7201a7aa2744fd0518ba9d But I could not make the same for a push button, see my other mail. So I still need help. Kind regards Regin

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

2021-02-13 Thread Marco Pinto (via logerrit)
extras/source/autocorr/lang/en-GB/DocumentList.xml | 13 + 1 file changed, 13 insertions(+) New commits: commit e1948634a55ac91c7a49beda358b770b46b55b01 Author: Marco Pinto AuthorDate: Wed Feb 10 07:41:18 2021 +0100 Commit: Aron Budea CommitDate: Sat Feb 13 23:10:12 2021 +

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

2021-02-13 Thread Marco Pinto (via logerrit)
extras/source/autocorr/lang/en-US/DocumentList.xml | 13 + 1 file changed, 13 insertions(+) New commits: commit 7cfccae08a5d2d9ec1c6d0790529bec66bec2231 Author: Marco Pinto AuthorDate: Wed Feb 10 07:52:48 2021 +0100 Commit: Aron Budea CommitDate: Sat Feb 13 23:08:23 2021 +

Re: Crash test update: VectorGraphicData::ensureSequenceAndRange

2021-02-13 Thread Caolán McNamara
On Sat, 2021-02-13 at 09:19 +, crashtest wrote: > New crashtest update one of these crashes has relatively recently appeared and is reproducible for me: https://dev-builds.libreoffice.org/crashtest/beeed387732f95501b06b5462d450517422b18ba/backtraces/task1183-core.backtrace.txt $ wget https://

Re: Failing LO build with Raspberry pi4 (-Werror,-Wformat in idl)

2021-02-13 Thread julien2412
I submitted this patch on gerrit: https://gerrit.libreoffice.org/c/core/+/110844 -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.

Failing LO build with Raspberry pi4 (-Werror,-Wformat in idl)

2021-02-13 Thread Julien Nabet
Hello, On Raspberry pi4 with master sources updated today + make clean, I got: [CXX] sax/source/expatwrap/sax_expat.cxx /home/pi/lo/libreoffice/idl/source/prj/database.cxx:437:23: error: format specifies type 'unsigned long' but the argument has type 'sal_uInt64' (aka 'unsigned long long') [-W

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

2021-02-13 Thread Caolán McNamara (via logerrit)
include/svtools/ruler.hxx|3 +-- sd/source/ui/view/sdruler.cxx|2 +- svtools/source/control/ruler.cxx |2 +- svx/source/dialog/svxruler.cxx |2 +- 4 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 0a83a11a5324333150dccd3faaeecbd2ec8d2aba Author:

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

2021-02-13 Thread Caolán McNamara (via logerrit)
editeng/source/rtf/svxrtf.cxx | 48 ++ include/editeng/svxrtf.hxx|4 +-- 2 files changed, 37 insertions(+), 15 deletions(-) New commits: commit d1b3571fba171279d70ccaa0dfec1871f04439af Author: Caolán McNamara AuthorDate: Fri Feb 12 16:41:11 2

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

2021-02-13 Thread Noel Grandin (via logerrit)
starmath/inc/mathml/starmathdatabase.hxx| 10 ++--- starmath/source/mathml/mathmlexport.cxx |2 - starmath/source/mathml/mathmlimport.cxx |8 ++-- starmath/source/mathml/starmathdatabase.cxx | 56 +++- starmath/source/visitors.cxx|

Buse Orak license statement

2021-02-13 Thread Buse Orak
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/CppunitTest_sc_shapetest.mk sc/qa sc/source

2021-02-13 Thread Regina Henschel (via logerrit)
sc/CppunitTest_sc_shapetest.mk |1 sc/qa/unit/scshapetest.cxx | 51 + sc/source/ui/drawfunc/fuconcustomshape.cxx |8 3 files changed, 52 insertions(+), 8 deletions(-) New commits: commit 02e4f6c44295004f5c7201a7aa2744fd0518ba

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

2021-02-13 Thread Gokce Kuler (via logerrit)
sd/source/ui/dlg/BulletAndPositionDlg.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9887674044e17c4925caa07f197d74233be810d2 Author: Gokce Kuler AuthorDate: Sat Feb 13 00:50:33 2021 +0300 Commit: Gülşah Köse CommitDate: Sat Feb 13 17:49:33 2021 +0100 tdf#137

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

2021-02-13 Thread Caolán McNamara (via logerrit)
sd/source/ui/annotations/annotationwindow.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit d1d56ed835549bb10995d4d240abf692e198bf78 Author: Caolán McNamara AuthorDate: Fri Feb 12 11:03:07 2021 + Commit: Caolán McNamara CommitDate: Sat Feb 13 16:35:44 2

Re: FOSDEM 2021 Video Archives?

2021-02-13 Thread Hossein Noorikhah
Hi, Please look at this message from FOSDEM website: Videos on video.fosdem.org 2021-02-11 All talks have been recorded and they will be made available on video.fosdem.org/2021 as soon as the presenter reviews their talk. For FOSDEM 2021, we make a mix of the original recording submitted by the

[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - dbaccess/source

2021-02-13 Thread Caolán McNamara (via logerrit)
dbaccess/source/ui/app/AppDetailView.cxx | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit 9de96adeaba2beec3a55d6eb5ebb6e560b6126bf Author: Caolán McNamara AuthorDate: Thu Feb 11 15:27:08 2021 + Commit: Adolfo Jayme Barrientos CommitDate: Sat Fe

[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - vcl/source vcl/unx

2021-02-13 Thread Caolán McNamara (via logerrit)
vcl/source/window/menu.cxx | 13 - vcl/unx/gtk3/gtk3gtksalmenu.cxx | 28 2 files changed, 36 insertions(+), 5 deletions(-) New commits: commit 4abe4e9c92641896b4a0949e8a64a231d2f41c86 Author: Caolán McNamara AuthorDate: Mon Feb 8 13:49:53 202

[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - svx/source

2021-02-13 Thread Caolán McNamara (via logerrit)
svx/source/form/navigatortree.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit dc19de67d6c7f30157b7196773589bba30d9e02f Author: Caolán McNamara AuthorDate: Thu Feb 11 13:11:54 2021 + Commit: Adolfo Jayme Barrientos CommitDate: Sat Feb 13 16:14:08 2021 +0100 tdf#

[Libreoffice-commits] core.git: helpcontent2

2021-02-13 Thread Seth Chaiklin (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f886ed5b25f4f65638c6797f47d56bce8f97cf39 Author: Seth Chaiklin AuthorDate: Sat Feb 13 15:18:13 2021 +0100 Commit: Gerrit Code Review CommitDate: Sat Feb 13 15:18:13 2021 +0100 Update git submo

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

2021-02-13 Thread Seth Chaiklin (via logerrit)
source/text/shared/01/06040100.xhp |1 + source/text/shared/01/06040300.xhp |4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 91a0a351ac6410eaea0712fdf0e58ff395399e40 Author: Seth Chaiklin AuthorDate: Fri Feb 12 12:38:36 2021 +0100 Commit: Seth Chaiklin

[Libreoffice-commits] core.git: .vscode/vs-code-template.code-workspace.in

2021-02-13 Thread Christian Lohmaier (via logerrit)
.vscode/vs-code-template.code-workspace.in | 59 - 1 file changed, 41 insertions(+), 18 deletions(-) New commits: commit 411e8c24a289649797c679afc084113f7f61667a Author: Christian Lohmaier AuthorDate: Fri Feb 12 12:29:18 2021 +0100 Commit: Christian Lohmaier

[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - extensions/source

2021-02-13 Thread Caolán McNamara (via logerrit)
extensions/source/propctrlr/usercontrol.cxx | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) New commits: commit 691bb5a48ec3281eb241bc3fef1d8874d10a4edb Author: Caolán McNamara AuthorDate: Thu Feb 11 15:52:07 2021 + Commit: Adolfo Jayme Barrientos CommitD

[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - extensions/source

2021-02-13 Thread Caolán McNamara (via logerrit)
extensions/source/propctrlr/usercontrol.cxx | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) New commits: commit 7a1433eac51169791aabb020c4004e842dc22e24 Author: Caolán McNamara AuthorDate: Thu Feb 11 15:52:07 2021 + Commit: Adolfo Jayme Barrientos CommitD

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

2021-02-13 Thread dipanshu124 (via logerrit)
cui/source/dialogs/about.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 427deae27d91cb9be0bf1889e2b8b79480adcc35 Author: dipanshu124 AuthorDate: Fri Feb 12 13:54:35 2021 +0530 Commit: Heiko Tietze CommitDate: Sat Feb 13 10:25:57 2021 +0100 tdf#137779 Add inf