# -*- 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)) $(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 \ vcl \ )) $(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: /CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara
2020-07-22chart2: clean-up redundant ShapeFactory::createText()Tünde Tóth
2020-07-16compact namespace: chart2Noel Grandin
2020-07-15tdf#60316: chart2_export: Add unittestXisco Fauli
2020-07-15tdf#134659 chart2: use centered label alignment at text breakBalazs Varga
2020-07-15tdf#134111 Chart OOXML Import: set text break to trueBalazs Varga
2020-07-13tdf#134676 Chart OOXML import: fix X axis title widthTünde Tóth
2020-07-13tdf#122014 Chart OOXML import: set chart title alignment to centerTünde Tóth
2020-07-13tdf#134255 Chart OOXML Import: set the auto text wrapBalazs Varga
2020-07-12update pchesCaolán McNamara
2020-07-10testTdf134225 is unreliableCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-09cid#1465238 Uninitialized scalar fieldCaolán McNamara
2020-07-09tdf#134225 Chart view: fix moved date labelBalazs Varga
2020-07-07tdf#134603 [en|dis]able logic reversedCaolán McNamara
2020-07-07tdf#134146 Chart OOXML import: break long horizontal Y axis titleTünde Tóth
2020-07-06weld DbNumericField itemCaolán McNamara
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara
2020-07-04reduce number of framework librariesNoel Grandin
2020-07-02weld FormattedControlCaolán McNamara