# -*- 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_JunitTest_JunitTest,unotools_complex)) $(eval $(call gb_JunitTest_use_jars,unotools_complex,\ OOoRunner \ jurt \ ridl \ test-tools \ test \ unoil \ )) $(eval $(call gb_JunitTest_set_defs,unotools_complex,\ $$(DEFS) \ )) $(eval $(call gb_JunitTest_add_classes,unotools_complex,\ complex.tempfile.TempFileUnitTest \ )) $(eval $(call gb_JunitTest_add_sourcefiles,unotools_complex,\ unotools/qa/complex/tempfile/TempFileUnitTest \ unotools/qa/complex/tempfile/Test01 \ unotools/qa/complex/tempfile/Test02 \ unotools/qa/complex/tempfile/TestHelper \ )) # vim: set noet sw=4 ts=4: stro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/stylesettings.hxx
AgeCommit message (Expand)Author
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-08-24remove pimpl from WindowStyleSettingsNoel Grandin
2019-11-13revert action button changes to UNO XStyleSettingTomaž Vajngerl
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-05[API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFontCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms