LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
source
filter
xml
importcontext.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
#ifndef INCLUDED_SC_SOURCE_FILTER_XML_IMPORTCONTEXT_HXX
11
#define INCLUDED_SC_SOURCE_FILTER_XML_IMPORTCONTEXT_HXX
12
13
#include <
xmloff/xmlictxt.hxx
>
14
15
class
ScXMLImport
;
16
20
class
ScXMLImportContext
:
public
SvXMLImportContext
21
{
22
public
:
23
ScXMLImportContext
(
SvXMLImport
& rImport);
24
25
protected
:
26
ScXMLImport
&
GetScImport
();
27
const
ScXMLImport
&
GetScImport
()
const
;
28
};
29
30
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
31
32
#endif
xmlictxt.hxx
ScXMLImportContext
This class exists only to provide GetScImport() to its derived classes.
Definition:
importcontext.hxx:20
ScXMLImportContext::GetScImport
ScXMLImport & GetScImport()
Definition:
importcontext.cxx:18
SvXMLImportContext
ScXMLImportContext::ScXMLImportContext
ScXMLImportContext(SvXMLImport &rImport)
Definition:
importcontext.cxx:13
SvXMLImport
ScXMLImport
Definition:
xmlimprt.hxx:115
Generated on Sat Feb 27 2021 02:37:38 for LibreOffice Module sc (master) by
1.8.10