LibreOffice Module xmloff (master) 1
SchXMLPropertyMappingContext.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 "transporttypes.hxx"
13#include <xmloff/xmlictxt.hxx>
15
16namespace com::sun::star {
17 namespace chart2 {
18 class XChartDocument;
19 class XDataSeries;
20 }
21}
22
24{
25public:
26
28 SvXMLImport& rImport,
29 tSchXMLLSequencesPerIndex& rLSequencesPerIndex,
30 css::uno::Reference<
31 css::chart2::XDataSeries > xSeries );
32
33 virtual ~SchXMLPropertyMappingContext() override;
34
35 virtual void SAL_CALL startFastElement (sal_Int32 Element,
36 const css::uno::Reference< css::xml::sax::XFastAttributeList >& Attribs) override;
37private:
38
39 css::uno::Reference< css::chart2::XDataSeries > mxDataSeries;
40
42
43};
44
45/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SchXMLPropertyMappingContext(SvXMLImport &rImport, tSchXMLLSequencesPerIndex &rLSequencesPerIndex, css::uno::Reference< css::chart2::XDataSeries > xSeries)
virtual void SAL_CALL startFastElement(sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
tSchXMLLSequencesPerIndex & mrLSequencesPerIndex
css::uno::Reference< css::chart2::XDataSeries > mxDataSeries
This class deliberately does not support XWeak, to improve performance when loading large documents.
Definition: xmlictxt.hxx:48
friend class SvXMLImport
Definition: xmlictxt.hxx:49
::std::multimap< tSchXMLIndexWithPart, css::uno::Reference< css::chart2::data::XLabeledDataSequence > > tSchXMLLSequencesPerIndex