# -*- 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_export_tests)) $(eval $(call gb_CppunitTest_use_external,sd_export_tests,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests, \ sd/qa/unit/export-tests \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_export_tests, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ 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_export_tests,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sd_export_tests,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sd_export_tests)) $(eval $(call gb_CppunitTest_use_vcl,sd_export_tests)) $(eval $(call gb_CppunitTest_use_rdb,sd_export_tests,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_export_tests,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_export_tests)) $(eval $(call gb_CppunitTest_add_arguments,sd_export_tests,\ -env:SVG_DISABLE_FONT_EMBEDDING= \ )) $(call gb_CppunitTest_get_target,sd_export_tests): \ $(call gb_AllLangResTarget_get_target,avmedia) \ $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: labora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/sifr_svg/cmd/sc_basicshapes.trapezoid.svg
e='15'>15
AgeCommit message (Expand)Author
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:47:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:48:58 +0200
commit106cd072747a48ba064d8522cc15f581abffab51 (patch)
tree680854bb5b3af38476cd24bdc9f3cff2a318207f /svx/source/styles/CommonStylePreviewRenderer.cxx
parent80fc0074689d657fbbf479da534f782bb9cc3cca (diff)
desktop lok: avoid unnecessary setPart() in paintPartTile() cp-5.1-6
If possible, switch views, not parts, that way started Impress text edits don't end as a side-effect. Change-Id: I3f18d4dda6bc24235bf1219416f153248a867fa4 (cherry picked from commit bee4ff508a456a1552aacdf6fc838b8b7cffb9ec) tle='2019-03-05 12:56:46 +0100'>2019-03-05tdf#119856 vcl: fix Qt5FilePicker destructor to run in main threadMichael Stahl 2019-02-20kde5 fpicker: Reuse 'initialize()' from base classMichael Weghorn 2019-02-20Make 'setDefaultName()' work again for kde5 fpickerMichael Weghorn 2019-02-20Qt5FilePicker::addCustomControl: Add missing from kde5Michael Weghorn 2019-02-20kde5 fpicker: Reuse existing handle{G,S}etListValueMichael Weghorn 2019-02-20KDE5FilePicker: Reuse XFilter{,Group}Manager methods from qt5Michael Weghorn 2019-02-20kde5 fpicker: Drop 'getFiles' and 'getSelectedFiles'Michael Weghorn 2019-02-20qt5/kde5: Reuse QFileDialog from Qt5Filepicker in kde5Michael Weghorn 2019-02-05tdf#123058 qt5 fpicker: Honor autoextension settingMichael Weghorn 2019-02-05qt5 fpicker: Fix initial directory selectionMichael Weghorn 2018-12-19Qt5: remove assert leading to crash while executing 'open' dialogAleksei Nikiforov