# -*- 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,tilebench)) $(eval $(call gb_Executable_set_include,tilebench,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ )) $(eval $(call gb_Executable_use_libraries,tilebench,\ libreofficekitgtk \ sal \ )) $(eval $(call gb_Executable_add_libs,tilebench,\ -lm $(DLOPEN_LIBS) \ -lpthread \ )) $(eval $(call gb_Executable_add_exception_objects,tilebench,\ libreofficekit/qa/tilebench/tilebench \ )) # vim: set noet sw=4 ts=4: tion value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
AgeCommit message (Expand)Author
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen
2018-04-02weld SwRenameXNamedDlgCaolán McNamara
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-20drop unnecessary includesCaolán McNamara
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-04-27remove sw bitmaps from .src filesCaolán McNamara
2017-04-21tdf#107211 sw: ODF import: add a horrible hack to import "Default"Michael Stahl
2017-03-23“Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos
2017-03-16remove unused defines from HRC files in sw/Noel Grandin
2017-02-07convert resources containing strings to stringarray resourcesCaolán McNamara
2017-02-07revert unready stuffCaolán McNamara
2017-02-07convert resources containing strings to stringarray resourcesCaolán McNamara
2017-01-18sw: load BitmapEx resources instead of Image onesCaolán McNamara
2016-12-23tdf#101442 - "hyperlink" to "link"Federico Bassini
2016-12-12remove another imagelistCaolán McNamara
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-06fdo47267 fix import crashJakub Trzebiatowski
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski
2016-03-15tdf#93562 Navigator: "Draw objects" -> "Drawing objects"Samuel Mehrbrodt
2016-03-14inline some use-once macrosNoel Grandin