# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlencryption)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlencryption, \ sw/qa/extras/ooxmlexport/ooxmlencryption \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlencryption, \ $(sw_ooxmlexport_libraries) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlencryption,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_ooxmlencryption,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_ooxmlencryption,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlencryption)) $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlencryption)) $(eval $(call gb_CppunitTest_use_components,sw_ooxmlencryption,\ $(sw_ooxmlexport_components) \ filter/source/storagefilterdetect/storagefd \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlencryption)) $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlencryption,\ oox_generated \ )) # vim: set noet sw=4 ts=4: 64e11e082c4173fcf9d5e6 since... commit d90aa314961ea4a6893144cd6be66dd71cc2cca1 Date: Fri May 28 20:39:00 2021 +0200 IsDisposed->isDisposed in vcl/../app revert the offending hunk for now. maybe final fix is to special case VclEventId::ObjectDying or convert to !xWin->mpWindowImpl or something. Change-Id: I6987aeb753181fa2eb705fa0535c092e51587a9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116396 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
since...

commit d90aa314961ea4a6893144cd6be66dd71cc2cca1
Date:   Fri May 28 20:39:00 2021 +0200

    IsDisposed->isDisposed in vcl/../app

revert the offending hunk for now.

maybe final fix is to special case VclEventId::ObjectDying or convert to
!xWin->mpWindowImpl or something.

Change-Id: I6987aeb753181fa2eb705fa0535c092e51587a9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116396
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
IsDisposed->isDisposed in vcl/../app 2021-05-28T19:35:57+00:00 Noel Grandin noel.grandin@collabora.co.uk 2021-05-28T18:39:00+00:00 d90aa314961ea4a6893144cd6be66dd71cc2cca1 Change-Id: I1fee7893c5ee67d4ad4f51bf6ce45fe80531cd34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116357 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I1fee7893c5ee67d4ad4f51bf6ce45fe80531cd34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116357
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
application level settings-changed event callbacks not triggering 2020-09-11T12:04:00+00:00 Caolán McNamara caolanm@redhat.com 2020-09-11T10:36:40+00:00 a419780b39b1dc875db4ed4a45f6b338524e7c82 this was originally... ImplDelData aDel( pWinEvent->GetWindow() ); while ( aIter != aEnd && !aDel.IsDead() ) before commit 1db7af8bc9febdf72138fac533ec81d6983da729 Date: Tue Jan 26 22:10:52 2016 +0530 tdf#96888 - Kill internal vcl dog-tags ... back then if GetWindow was null ImplDelData.IsDead() was always false Change-Id: I1e75c27635532afa08ed43bf92bda35b34ae6320 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102455 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
this was originally...

ImplDelData aDel( pWinEvent->GetWindow() );
while ( aIter != aEnd && !aDel.IsDead() )

before

commit 1db7af8bc9febdf72138fac533ec81d6983da729
Date:   Tue Jan 26 22:10:52 2016 +0530

    tdf#96888 - Kill internal vcl dog-tags ...

back then if GetWindow was null ImplDelData.IsDead() was
always false

Change-Id: I1e75c27635532afa08ed43bf92bda35b34ae6320
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102455
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
loplugin:unusedmethods 2020-06-24T20:16:24+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-06-24T11:09:42+00:00 7e4a3eee79b49216696f8c51bf833eee3e06a803 Change-Id: Ib724da1f07be9e8f4d0d505f7f2886990cab661f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: Ib724da1f07be9e8f4d0d505f7f2886990cab661f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97022
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/ 2019-10-25T08:15:07+00:00 Gabor Kelemen kelemen.gabor2@nisz.hu 2019-10-20T11:25:53+00:00 07359ea21cf27e29d3e642d6ff1851155888a875 Also recheck vcl/source after recent reworks and f-u-i updates. Some new blacklist entries were needed for keeping existing fw declarations in headers. Add blacklist entries for removals causing no-pch build failures that were reverted in: a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f 75d924db95559cff5f699bad8fe34bb0aeac0ff6 b57052ec2bbe548ca495a32b4bfce1d1c71caf33 Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I71227806288b68ef2a2cd56244899fd56bd0db8d Reviewed-on: https://gerrit.libreoffice.org/81163 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Also recheck vcl/source after recent reworks and f-u-i updates.
Some new blacklist entries were needed for keeping existing
fw declarations in headers.

Add blacklist entries for removals causing no-pch build failures
that were reverted in:
a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f
75d924db95559cff5f699bad8fe34bb0aeac0ff6
b57052ec2bbe548ca495a32b4bfce1d1c71caf33

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I71227806288b68ef2a2cd56244899fd56bd0db8d
Reviewed-on: https://gerrit.libreoffice.org/81163
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
tdf#42949 Fix IWYU warnings in vcl/source/[a-e]* 2019-07-02T07:12:51+00:00 Gabor Kelemen kelemen.gabor2@nisz.hu 2019-06-15T07:52:44+00:00 d00ee2cb0dce84173c035cf89f332c150dd02d00 Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I386e913f9002eed164c26137a0e184993d010b86 Reviewed-on: https://gerrit.libreoffice.org/74090 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I386e913f9002eed164c26137a0e184993d010b86
Reviewed-on: https://gerrit.libreoffice.org/74090
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
loplugin:includeform: vcl 2017-10-23T20:45:47+00:00 Stephan Bergmann sbergman@redhat.com 2017-10-23T20:28:18+00:00 ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea