# -*- 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_Executable_Executable,icontest)) ifeq ($(DISABLE_GUI),) $(eval $(call gb_Executable_use_externals,icontest,\ epoxy \ )) endif ifeq ($(SYSTEM_GLM),TRUE) $(eval $(call gb_Executable_add_defs,icontest,\ -DGLM_ENABLE_EXPERIMENTAL \ )) endif $(eval $(call gb_Executable_add_defs,icontest,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ )) $(eval $(call gb_Executable_use_vclmain,icontest)) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: tropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/svdmrkv.hxx
AgeCommit message (Expand)Author
2022-06-14svx: remove annoying whitespace in SdrView and subclassesTomaž Vajngerl
2022-02-02lokCalcRTL: shapes: do not send negative(X) invalidationsDennis Francis
2021-10-10loplugin:moveparam in svxNoel Grandin
2021-10-07svx: move LOKit specifics into it's own methodTomaž Vajngerl
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-17svx: pragma once for some SdrObject subclassesTomaž Vajngerl
2021-04-20Get Glue Points in the selection callbackmerttumer
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-25remove ImpClearVars, set values in the constructorTomaž Vajngerl
2020-09-01Fix typoAndrea Gelmini
2020-07-01loplugin:singlevalfieldsNoel Grandin
2020-06-02svx: add ability to show sub-selections in a marked objectTomaž Vajngerl
2020-06-02svx: convert ImplMarkingOverlay and friends to use unique_ptrTomaž Vajngerl
2020-05-23svx: move LOKit specifics out of SetMarkHandles into own methodTomaž Vajngerl
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann
2019-10-03loplugin:unnecessaryvirtualNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-05-17weld SvxIMapDlgCaolán McNamara
2019-02-22loplugin:unusedfields in svxNoel Grandin
2019-01-14Resolves: tdf#122695 Content Type selector tooltip missingCaolán McNamara
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand
2018-11-27remove unused SdrSearchOptions enum valuesNoel Grandin
2018-10-27tdf#120703 PVS: V524Mike Kaganski
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-07-31loplugin:returnconstant in svxNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-11SdrMarkView: provide OUString as return valueMatteo Casalin
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin
2017-12-27Share common codeMatteo Casalin
2017-12-13sal_uIntPtr->sal_Int32 in SdrMarkViewNoel Grandin
2017-12-08GetMarkableObjCount() is only compared against 1Matteo Casalin
2017-12-08Remove unneeded data memberMatteo Casalin
2017-11-28loplugin:countusersofdefaultparams in svxNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-08-10loplugin:unusedenumconstantsNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-21loplugin:unusedfields in svx part2Noel Grandin
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin