# -*- 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,sc_tablesheetobj)) $(eval $(call gb_CppunitTest_use_external,sc_tablesheetobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_tablesheetobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetobj, \ sc/qa/extras/sctablesheetobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_tablesheetobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tablesheetobj)) $(eval $(call gb_CppunitTest_use_ure,sc_tablesheetobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tablesheetobj)) $(eval $(call gb_CppunitTest_use_components,sc_tablesheetobj,\ $(sc_unoapi_common_components) \ i18npool/source/search/i18nsearch \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetobj)) # vim: set noet sw=4 ts=4: ='distro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basctl/source/inc/bastypes.hxx
AgeCommit message (Expand)Author
2018-03-29loplugin:virtualdown in basctl,basicNoel Grandin
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma
2018-02-22weld native message dialogsCaolán McNamara
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-23loplugin:includeform: basctlStephan Bergmann
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2015-12-23loplugin:unusedfields in basctlNoel Grandin
2015-11-20loplugin:unusedfields in basctlNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-17com::sun::star->css in basctlNoel Grandin
2015-06-29remove custom RTTI from basctl::BaseWindowNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin