# -*- 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,sd_html_export_tests)) $(eval $(call gb_CppunitTest_use_externals,sd_html_export_tests,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sd_html_export_tests, \ sd/qa/unit/HtmlExportTest \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_html_export_tests, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_include,sd_html_export_tests,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_html_export_tests)) $(eval $(call gb_CppunitTest_use_ure,sd_html_export_tests)) $(eval $(call gb_CppunitTest_use_vcl,sd_html_export_tests)) $(eval $(call gb_CppunitTest_use_components,sd_html_export_tests,\ animations/source/animcore/animcore \ basic/util/sb \ chart2/source/chartcore \ chart2/source/controller/chartcontroller \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ desktop/source/deployment/deployment \ embeddedobj/util/embobj \ filter/source/config/cache/filterconfig1 \ filter/source/svg/svgfilter \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ sd/util/sd \ sd/util/sdfilt \ sd/util/sdd \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ svtools/util/svt \ svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/expand/ucpexpand1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/package/ucppkg1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ uui/util/uui \ xmloff/util/xo \ xmlsecurity/util/xsec_fw \ xmlsecurity/util/xmlsecurity \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_html_export_tests)) $(call gb_CppunitTest_get_target,sd_html_export_tests) : $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework
66181990136f05d7e'>Icon Theme update open_more icon to have three dots
AgeCommit message (Expand)Author
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-20tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhomeboy445
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-08Clean up some logging in passingTor Lillqvist
2020-12-08lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-12-04update pchesCaolán McNamara
2020-12-03convert EHistoryType to scoped enumNoel
2020-12-03tdf#124176 Use #pragma once in framework/inc/uifactorycu-16bcs1798
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin
andreas kainz
2019-04-25tdf#99185 Breeze icons for folder and form is identicalandreas kainz
2019-04-25tdf#106229 new icon for infobar type success neededandreas kainz
2019-04-24tdf#124127 improve Arabic icon theme supportandreas kainz
2019-04-22tdf#101295 grafattrcrop get dialog icon styleandreas kainz
2019-04-22tdf#97624 Icons for upper/lower Case and AutoCorrectandreas kainz
2019-04-22tdf#89884 add language support icons to sifrandreas kainz
2019-04-19tdf#124649 menubar: show icons for important items breeze, sifrandreas kainz
2019-04-17tdf#89884 add language support icons to breezeandreas kainz
2019-04-09Sifr calc style iconsandreas kainz
2019-04-09tdf#124200 missing menubar icons: add packagemanager, macro, findbarandreas kainz
2019-04-08tdf#124200 calc add icons for CellStylesandreas kainz
2019-04-05tdf#119693 base incorrect icon was showandreas kainz
2019-03-27tdf#124293 add RedactDoc to writer, calc menubar in toolsandreas kainz
2019-03-20i#119731 Add icons for InsertHyperlinkControlShubham Goyal
2019-03-19Redacted icons for Breeze, Sifr and Colibreandreas kainz
2019-03-07tdf#53524 add insertgridcontrol icon to all icon themesandreas kainz