summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timetargetelementcontext.hxx
blob: cb566659c30e53b9d747ab18c03811f0fabf3c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* -*- 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 OOX_PPT_TIMETARGETELEMENTCONTEXT
#define OOX_PPT_TIMETARGETELEMENTCONTEXT

#include "oox/core/fragmenthandler2.hxx"
#include "oox/ppt/animationspersist.hxx"

namespace oox { namespace ppt {

    /** context CT_TLTimeTargetElement */
    class TimeTargetElementContext
        : public ::oox::core::FragmentHandler2
    {
    public:
        TimeTargetElementContext( ::oox::core::FragmentHandler2& rParent, const AnimTargetElementPtr & aValue );
        ~TimeTargetElementContext( ) throw( );
        virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs );

    private:
        AnimTargetElementPtr mpTarget;
    };

} }


#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
774a1ed'>Fix typosAndrea Gelmini 2017-12-15Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testingStephan Bergmann 2017-08-03loplugin:constparams in starmathNoel Grandin 2017-07-31loplugin:constparams in dbaccessNoel Grandin 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2017-01-05require firebird 3.0 for build (don't allow 2.5)Lionel Elie Mamane 2016-12-22Dispose document when doneStephan Bergmann 2016-12-06loplugin:unnecessaryoverrideStephan Bergmann 2016-11-15Fix typosSamuel Mehrbrodt 2016-11-10'make screenshot' use-after-free fixesStephan Bergmann 2016-11-10'make screenshot' loplugin fixesStephan Bergmann 2016-09-02dbaccess: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand 2016-08-18screenshots: add dialog test cases for dbaccessArmin Le Grand 2016-06-03connectivity: firebird: use ODS12 test database for Firebird 3Michal Kubecek 2016-04-01Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06Fix typosAndrea Gelmini 2015-09-17boost->stdCaolán McNamara 2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin