# -*- 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,sot_test_sot)) $(eval $(call gb_CppunitTest_add_exception_objects,sot_test_sot, \ sot/qa/cppunit/test_sot \ )) $(eval $(call gb_CppunitTest_use_libraries,sot_test_sot, \ comphelper \ cppu \ cppuhelper \ sal \ sot \ tl \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sot_test_sot,\ -I$(SRCDIR)/sot/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sot_test_sot,)) $(eval $(call gb_CppunitTest_use_ure,sot_test_sot)) $(eval $(call gb_CppunitTest_use_components,sot_test_sot,\ i18npool/util/i18npool \ )) # vim: set noet sw=4 ts=4: ia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)Author
2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-10-10iOS, solve missing vcl referencesjan Iversen
2017-09-19rename SalGenericData to GenericUnixSalDataNoel Grandin
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2017-08-08loplugin:constantparamNoel Grandin
2017-05-03iOS remove unused parameterjan Iversen
2017-04-28iOS, fixed build breaker.jan Iversen
2017-04-03iOS update for Rectanglejan Iversen
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist
2016-08-10gendata.hxx has movedTor Lillqvist
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Make this compile for iOS againTor Lillqvist
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist