LibreOffice Module sc (master) 1
xmlmappingi.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
12#include "importcontext.hxx"
13
14namespace sax_fastparser { class FastAttributeList; }
15
17{
18public:
19
21
22 virtual ~ScXMLMappingsContext() override;
23
24 virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(
25 sal_Int32 nElement,
26 const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override;
27};
28
30{
31
32public:
33
36
37 virtual ~ScXMLMappingContext() override;
38
39 virtual css::uno::Reference<css::xml::sax::XFastContextHandler> SAL_CALL createFastChildContext(
40 sal_Int32 nElement,
41 const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList) override;
42};
43
44
45/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This class exists only to provide GetScImport() to its derived classes.
ScXMLMappingContext(ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList)
Definition: xmlmappingi.cxx:60
virtual ~ScXMLMappingContext() override
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
Definition: xmlmappingi.cxx:35
virtual ~ScXMLMappingsContext() override
Definition: xmlmappingi.cxx:30
ScXMLMappingsContext(ScXMLImport &rImport)
Definition: xmlmappingi.cxx:23