summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax.mk
blob: 282ba2414e41f07a14339cec8a1a17227e709f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- 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,sax))

$(eval $(call gb_CppunitTest_use_sdk_api,sax))

$(eval $(call gb_CppunitTest_use_external,sax,boost_headers))

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax))

$(eval $(call gb_CppunitTest_use_libraries,sax, \
	sax \
	sal \
	comphelper \
	cppu \
))

$(eval $(call gb_CppunitTest_add_exception_objects,sax, \
	sax/qa/cppunit/test_converter \
))


# vim: set noet sw=4 ts=4:
tr>2021-09-25use SfxItemSetFixed in svxNoel Grandin 2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski 2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia) 2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara 2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara 2021-02-26drop unneeded includeCaolán McNamara 2021-02-26don't need to check if IsFloatingMode is trueCaolán McNamara 2021-02-25drop archaic rollable supportCaolán McNamara 2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara 2021-01-05tdf#131427 Remove button "Texture, Shadow and Color" in 3D Effects dialogshubham656 2020-03-11tdf#131265: Fix 'update' icon in 3D Effects dialog meaningJulien Nabet 2020-03-11tdf#131261: fix Cannot set "Flat" shading mode in 3D Effects dialogJulien Nabet 2020-01-29bInterim is always trueCaolán McNamara 2020-01-25silence pesky gtk warnings on close of floating 3d windowCaolán McNamara 2020-01-24rename PreviewControl3D back to Svx3DPreviewControlCaolán McNamara 2020-01-24rename LightControl3D back to Svx3DLightControlCaolán McNamara 2020-01-24rename LightCtl3D back to SvxLightCtl3DCaolán McNamara 2020-01-24weld Svx3DWinCaolán McNamara 2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen 2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen 2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen 2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen 2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen 2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen 2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin 2018-11-13loplugin:singlevalfields in svxNoel Grandin 2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara 2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin 2018-06-20move SvColorDialog to welded argumentsCaolán McNamara 2018-06-11loplugin:useuniqueptr in Svx3DWinNoel Grandin 2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand 2018-02-27replace Color(COL_*) with COL_*Noel Grandin 2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara 2018-01-15More loplugin:cstylecast: svxStephan Bergmann 2018-01-12More loplugin:cstylecast: svxStephan Bergmann 2018-01-11loplugin:redundantcast: svxStephan Bergmann 2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin 2017-11-20TypedWhichId for XATTR* constantsNoel Grandin 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt