/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: animationsetnode.hxx,v $ * * $Revision: 1.6 $ * * last change: $Author: kz $ $Date: 2006-12-13 15:31:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef INCLUDED_SLIDESHOW_ANIMATIONSETNODE_HXX #define INCLUDED_SLIDESHOW_ANIMATIONSETNODE_HXX #include "animationbasenode.hxx" namespace slideshow { namespace internal { class AnimationSetNode : public AnimationBaseNode { public: AnimationSetNode( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode> const& xNode, ::boost::shared_ptr const& pParent, NodeContext const& rContext ) : AnimationBaseNode( xNode, pParent, rContext ) {} #if defined(VERBOSE) && defined(DBG_UTIL) virtual const char* getDescription() const { return "AnimationSetNode"; } #endif private: virtual AnimationActivitySharedPtr createActivity() const; void implScheduleDeactivationEvent(); }; } // namespace internal } // namespace slideshow #endif /* INCLUDED_SLIDESHOW_ANIMATIONSETNODE_HXX */ /cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/helper/canvasbitmap.cxx
AgeCommit message (Expand)Author
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-02loplugin:staticmethodsNoel Grandin
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-07this looks wrongDavid Tardon
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
2012-06-02targeted string re-workNorbert Thiebaud
2011-11-27remove include of pch header from vclNorbert Thiebaud