# -*- 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_sheetlinkobj)) $(eval $(call gb_CppunitTest_use_external,sc_sheetlinkobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_sheetlinkobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_sheetlinkobj, \ sc/qa/extras/scsheetlinkobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_sheetlinkobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_sheetlinkobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_sheetlinkobj)) $(eval $(call gb_CppunitTest_use_ure,sc_sheetlinkobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_sheetlinkobj)) $(eval $(call gb_CppunitTest_use_components,sc_sheetlinkobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_sheetlinkobj)) # vim: set noet sw=4 ts=4: n value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
AgeCommit message (Expand)Author
2018-01-27tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky
2017-09-23vcl: Drop a couple of unused member variablesTakeshi Abe
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-01-03drop else branch of if (true)Caolán McNamara
2017-01-03SetPin and IsPinned are in an always-false circular isolated relationshipCaolán McNamara
2017-01-03mnPinState is unusedCaolán McNamara
2017-01-03BorderWindowHitTest::Pin is never setCaolán McNamara
2017-01-03so maPinRect is always emptyCaolán McNamara
2017-01-03WB_PINABLE isn't set anywhereCaolán McNamara
2016-12-20KDE4 fix edit box bordersJan-Marek Glogowski