# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: git/'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2018-12-09tdf#121830, tdf#121942 TogglePause should reset to original...Caolán McNamara
2018-09-04tdf#119146: fix populating maCurrentSubsetsMike Kaganski
2018-08-28Related: tdf#112166 require opengl >= 3.0 for slide transitionsCaolán McNamara
2018-07-03tdf#102195: don't exclude everything between first and last subsetMike Kaganski
2018-05-24Fix typoAndrea Gelmini
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-17Fix typosAndrea Gelmini
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-23loplugin:useuniqueptr in PluginSlideChangeNoel Grandin
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-10slideshow: convert use of GraphicURL to Graphic propertyTomaž Vajngerl
2018-03-07tdf#115142 Revert "slideshow: clip shapes in secondary screen window"Michael Stahl
2018-03-07use more Color in sfx2..svtoolsNoel Grandin
2018-03-02delete colordata.hxxNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-29Fix typosAndrea Gelmini
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-15More loplugin:cstylecast: slideshowStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: slideshowStephan Bergmann
2018-01-11loplugin:redundantcast: slideshowStephan Bergmann