# -*- 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_CppunitScreenShot,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,reportdesign_dialogs_test, \ reportdesign/qa/unit/reportdesign-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/reportdesign/source/inc \ -I$(SRCDIR)/reportdesign/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,reportdesign_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,reportdesign_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,reportdesign_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,reportdesign_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,reportdesign_dialogs_test,\ modules/dbreport \ )) # vim: set noet sw=4 ts=4: alue='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2013-09-05update pchThomas Arnhold
2013-08-23replace requestImmediateUpdate with normal notifyUpdateSiqi LIU
2013-08-23remove unused commentSiqi LIU
2013-08-23miscSiqi LIU
2013-08-23getTransilationOffset ImplSiqi LIU
2013-08-16slideshow: remove NOOPT for smilfunctionparser.cxxMichael Stahl
2013-08-13Fix fdo#67908 - keep Visual around until after GL context is created.Thorsten Behrens
2013-08-09-Werror=maybe-uninitializedStephan Bergmann
2013-08-04request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU
2013-08-04pointer display on the screenSiqi LIU
2013-07-25minor updates for avahi/bonjour refacotrationSiqi LIU
2013-07-25patch for reviewSiqi LIU
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-14Mark as constTakeshi Abe
2013-07-12PCH for more librariesLuboš Luňák
2013-07-09Resolves: #i118671# take emergency exit when local slideshow...Armin Le Grand
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-07-08Turn Radek's notes into README files.Radek Doulik
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-26boost::shared_dynamic_cast -> boost::dynamic_pointer_castCaolán McNamara
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-10Fix memory leak in OGLTransitionerImpl::createWindow.Mark Wielaard
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-27eliminate type ambiguity for std::accumulate() invocationHerbert Dürr
2013-05-23Added options to create subset of full animation set.Andre Fischer
2013-05-16Resolves: #i120764# Reduce grid size for snake wipe transition to 8*8.Andre Fischer
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-10slideshow: that define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo
2013-03-27At least Mac OS X SDK 10.7 does not need thatStephan Bergmann
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks