/* -*- 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_SOURCE_INC_ANIMATIONNODEFACTORY_HXX #define INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATIONNODEFACTORY_HXX #include #include #include #include "animationnode.hxx" #include "slideshowcontext.hxx" namespace slideshow::internal::AnimationNodeFactory { /* Definition of AnimationNodeFactory class */ /** Create an AnimationNode for the given XAnimationNode */ AnimationNodeSharedPtr createAnimationNode( const css::uno::Reference< css::animations::XAnimationNode >& xNode, const ::basegfx::B2DVector& rSlideSize, const SlideShowContext& rContext ); #if defined(DBG_UTIL) void showTree( AnimationNodeSharedPtr const & pRootNode ); # define SHOW_NODE_TREE(a) AnimationNodeFactory::showTree(a) #else # define SHOW_NODE_TREE(a) #endif } #endif // INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATIONNODEFACTORY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ '>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-08-30 09:26:32 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-09-21 22:33:50 +0200
commit08db0792562f23be138c56e347a6c3121ad1512c (patch)
tree09e32f04faa58e79f74d837a8a9f3a6422ed773c /vcl/source
parente2bf07ea2553acf204f94c90bb4f547b15b12861 (diff)
cid#1607013 silence Overflowed return value
and cid#1607569 Overflowed return value Change-Id: Ie83b1e4c9942e5d74b23c5ef00032d0a8721d982 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173742 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>