/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_SLIDESHOW_INTRINSICANIMATIONACTIVITY_HXX #define INCLUDED_SLIDESHOW_INTRINSICANIMATIONACTIVITY_HXX #include "wakeupevent.hxx" #include "activity.hxx" #include "slideshowcontext.hxx" #include "drawshape.hxx" #include "tools.hxx" /* Definition of IntrinsicAnimationActivity class */ namespace slideshow { namespace internal { /** Create an IntrinsicAnimationActivity. This is an Activity interface implementation for intrinsic shape animations. Intrinsic shape animations are animations directly within a shape, e.g. drawing layer animations, or GIF animations. @param rContext Common slideshow objects @param rDrawShape Shape to control the intrinsic animation for @param rWakeupEvent Externally generated wakeup event, to set this activity to sleep during inter-frame intervals. Must come frome the outside, since wakeup event and this object have mutual references to each other. @param rTimeouts Vector of timeout values, to wait before the next frame is shown. */ ActivitySharedPtr createIntrinsicAnimationActivity( const SlideShowContext& rContext, const DrawShapeSharedPtr& rDrawShape, const WakeupEventSharedPtr& rWakeupEvent, const ::std::vector& rTimeouts, ::std::size_t nNumLoops, CycleMode eCycleMode ); } } #endif /* INCLUDED_SLIDESHOW_INTRINSICANIMATIONACTIVITY_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ llabora/co-24.04.3'>distro/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-20Fix typo in codeAndrea Gelmini
2018-11-29Adds 16k papers to print files in vcl and paper files in i18nutilDaniel Silva
2018-11-29Sets paper sizes listbox in print dialogDaniel Silva
2018-11-07tdf#42949 Fix IWYU warnings in include/i18nutil/*Gabor Kelemen
2018-10-31loplugin:useuniqueptr in oneToOneMappingWithFlagNoel Grandin
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-16Upgrade to ICU 62.1Eike Rathke
2018-06-27fix thread-unsafe return of a reference to a staticLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02Clean up of dirty hack.Winfried Donkers
2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2018-01-15More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-12More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-02tdf#114681: Adding support for case folding in GlagoliticAleksandr Andreev
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-11-20Upgrade to ICU 60.1Eike Rathke
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke
2017-11-17Upgrade to ICU 60.1David Tardon
2017-11-11Remove duplication of Paper enum as #definesTor Lillqvist
2017-11-10There is no "paperconf" command on macOSTor Lillqvist
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: i18nutilStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin