# -*- 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_tablevalidationobj)) $(eval $(call gb_CppunitTest_use_external,sc_tablevalidationobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablevalidationobj, \ sc/qa/extras/sctablevalidationobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tablevalidationobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_tablevalidationobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tablevalidationobj)) $(eval $(call gb_CppunitTest_use_ure,sc_tablevalidationobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_tablevalidationobj)) $(eval $(call gb_CppunitTest_use_components,sc_tablevalidationobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_tablevalidationobj)) # vim: set noet sw=4 ts=4: 3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sdtreelb.cxx
AgeCommit message (Expand)Author
2019-09-30use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-19tdf#101072 mpParent isn't SdNavigatorWinCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-02loplugin:useuniqueptr in SdCustomShowListNoel Grandin
2018-10-09loplugin:constfields in sdNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-06-16tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[dDE]*Gabor Kelemen
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-22loplugin:useuniqueptr in SdTransferableNoel Grandin
2018-02-23tdf#115873 sd navigator: adapt IsEqualToDoc() to Fill() furtherMiklos Vajna
2018-02-22weld native message dialogsCaolán McNamara
2018-02-22tdf#115873 sd navigator: allow selecting but not focusing on objectsMiklos Vajna
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-11-29loplugin:countusersofdefaultparams in sdNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-07-03loplugin:unusedfields bIsMarked in SvTreeListEntryNoel Grandin
2017-07-02loplugin:casttovoid: sdStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-04-26remove sd bitmaps from .src filesCaolán McNamara
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann