summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/layerimp.hxx
blob: c6754e179c04598e738bea9d9952c50d7d0b3730 (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
47
48
49
/* -*- 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 _XMLOFF_LAYERIMP_HXX
#define _XMLOFF_LAYERIMP_HXX

#include <xmloff/xmlictxt.hxx>
#include <com/sun/star/container/XNameAccess.hpp>

//////////////////////////////////////////////////////////////////////////////
// presentations:animations

class SdXMLLayerSetContext : public SvXMLImportContext
{
private:
    ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxLayerManager;

public:
    TYPEINFO();

    SdXMLLayerSetContext( SvXMLImport& rImport,
        sal_uInt16 nPrfx,
        const OUString& rLocalName,
        const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList);
    virtual ~SdXMLLayerSetContext();

    virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
        const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
};

#endif  //  _XMLOFF_ANIMIMP_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
b11f1'>fixincludeguards.sh: cuiThomas Arnhold 2013-10-01convert CUI module from String to OUStringNoel Grandin 2013-09-29Convert dbregister to .ui + adapt code.Jan Holesovsky 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-07-16convert versions of dialog to .uiCaolán McNamara 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara 2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara 2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida 2012-10-04re-base on ALv2 code. Includes:Michael Meeks 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann 2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud 2011-01-14removetooltypes01: #i112600# remove tooltypes from cuiMikhail Voytenko 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-07-15vcl113: #i90023# remove unused code (thanks cmc!)Philipp Lohmann [pl] 2010-03-02mtaccfixes: merge with DEV300_m73Malte Timmermann [mt] 2010-02-19mtaccfixes: #100833# FixedLine needs to be in correct z-orderMalte Timmermann 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-15dba33b: merge m69Ocke Janssen [oj] 2009-10-31#i106421#: move svx/source/cui to cuiMathias Bauer