# -*- 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_Library_Library,SunPresentationMinimizer)) $(eval $(call gb_Library_set_componentfile,SunPresentationMinimizer,sdext/source/minimizer/minimizer)) $(eval $(call gb_Library_use_externals,SunPresentationMinimizer,\ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,SunPresentationMinimizer)) $(eval $(call gb_Library_use_api,SunPresentationMinimizer,\ offapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,SunPresentationMinimizer,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,SunPresentationMinimizer,\ sdext/source/minimizer/configurationaccess \ sdext/source/minimizer/fileopendialog \ sdext/source/minimizer/graphiccollector \ sdext/source/minimizer/impoptimizer \ sdext/source/minimizer/informationdialog \ sdext/source/minimizer/optimizationstats \ sdext/source/minimizer/optimizerdialog \ sdext/source/minimizer/optimizerdialogcontrols \ sdext/source/minimizer/pagecollector \ sdext/source/minimizer/pppoptimizer \ sdext/source/minimizer/pppoptimizerdialog \ sdext/source/minimizer/pppoptimizertoken \ sdext/source/minimizer/pppoptimizeruno \ sdext/source/minimizer/unodialog \ )) # vim:set noet sw=4 ts=4: istro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoevent.cxx
AgeCommit message (Expand)Author
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-01-04these fields can be static constantsNoel Grandin
2015-12-25move SwXStyle entirely into compilation unitBjoern Michaelsen
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-06-19Disambiguate needlessly overloaded SvDetachedEventDescriptor::hasByNameStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier