# -*- 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_Module_Module,ucb)) $(eval $(call gb_Module_add_targets,ucb,\ Library_cached1 \ Library_srtrs1 \ Library_ucb1 \ $(if $(ENABLE_CMIS),Library_ucpcmis1) \ $(if $(WITH_WEBDAV),Library_ucpdav1) \ Library_ucpexpand1 \ Library_ucpext \ Library_ucpfile1 \ $(if $(ENABLE_CURL),Library_ucpftp1) \ Library_ucphier1 \ Library_ucpimage \ Library_ucppkg1 \ Library_ucptdoc1 \ )) ifeq ($(ENABLE_GIO),TRUE) $(eval $(call gb_Module_add_targets,ucb,\ Library_ucpgio1 \ )) endif ifeq ($(WITH_WEBDAV),neon) $(eval $(call gb_Module_add_check_targets,ucb,\ CppunitTest_ucb_webdav_local_neon \ CppunitTest_ucb_webdav_neon_opts \ CppunitTest_ucb_webdav_propfindcache \ CppunitTest_ucb_webdav_res_access \ )) endif ifeq ($(WITH_WEBDAV),serf) ## Placeholder for future serf local test implementation endif $(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\ JunitTest_ucb_complex \ JunitTest_ucb_unoapi \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/source/impress
AgeCommit message (Expand)Author
2015-12-08add generic presentation filter for libmwawDavid Tardon
2015-12-08enable new file formats supported by libmwaw-0.3.7osnola
2015-11-25com::sun::star->css in writerperfect/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann
2015-02-08tdf#84168 convert wpftimpress to use ImportFilter base classKishor Bhat
2014-12-18writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-20Add a filter for AppleWork's presentation file...osnola
2014-08-15use consistent style for writerperfectDavid Tardon
2014-07-16make keynote detection a bit more robustDavid Tardon
2014-07-16fdo#81113 always run the actual detectionDavid Tardon
2014-05-29use the right XML import serviceDavid Tardon
2014-05-26rebase all import libsDavid Tardon
2014-05-14writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-02writerperfect: sal_Bool->boolNoel Grandin
2014-04-24change libwriterperfect to shared libraryDavid Tardon
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-06coverity#1158271 Uncaught exceptionCaolán McNamara
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-13handle Keynote package format tooDavid Tardon
2013-10-30integrate Apple Keynote import filterDavid Tardon