LibreOffice Module xmloff (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xmloff
source
style
XMLFootnoteSeparatorImport.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
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATORIMPORT_HXX
21
#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATORIMPORT_HXX
22
23
#include <
xmloff/xmlictxt.hxx
>
24
#include <rtl/ref.hxx>
25
#include <vector>
26
27
28
class
SvXMLImport
;
29
struct
XMLPropertyState
;
30
class
XMLPropertySetMapper
;
31
namespace
com::sun::star
{
32
namespace
uno
{
template
<
class
X>
class
Reference
; }
33
namespace
xml::sax {
class
XAttributeList; }
34
}
35
36
40
class
XMLFootnoteSeparatorImport
:
public
SvXMLImportContext
41
{
42
::std::vector<XMLPropertyState> &
rProperties
;
43
rtl::Reference<XMLPropertySetMapper>
rMapper
;
44
sal_Int32
nPropIndex
;
45
46
public
:
47
48
49
XMLFootnoteSeparatorImport
(
50
SvXMLImport
& rImport,
51
sal_Int32 nElement,
52
::std::vector<XMLPropertyState> & rProperties,
53
const
rtl::Reference<XMLPropertySetMapper>
& rMapperRef,
54
sal_Int32 nIndex);
55
56
virtual
~XMLFootnoteSeparatorImport
()
override
;
57
58
virtual
void
SAL_CALL
startFastElement
( sal_Int32 nElement,
59
const
css::uno::Reference< css::xml::sax::XFastAttributeList >& )
override
;
60
};
61
62
#endif
63
64
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XMLFootnoteSeparatorImport::nPropIndex
sal_Int32 nPropIndex
Definition:
XMLFootnoteSeparatorImport.hxx:44
XMLFootnoteSeparatorImport::startFastElement
virtual void SAL_CALL startFastElement(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &) override
Definition:
XMLFootnoteSeparatorImport.cxx:73
XMLFootnoteSeparatorImport::XMLFootnoteSeparatorImport
XMLFootnoteSeparatorImport(SvXMLImport &rImport, sal_Int32 nElement,::std::vector< XMLPropertyState > &rProperties, const rtl::Reference< XMLPropertySetMapper > &rMapperRef, sal_Int32 nIndex)
Definition:
XMLFootnoteSeparatorImport.cxx:56
com::sun::star
#file
rtl::Reference< XMLPropertySetMapper >
xmlictxt.hxx
uno
Reference
Reference
XMLFootnoteSeparatorImport
Import the footnote-separator element in page styles.
Definition:
XMLFootnoteSeparatorImport.hxx:40
XMLFootnoteSeparatorImport::rMapper
rtl::Reference< XMLPropertySetMapper > rMapper
Definition:
XMLFootnoteSeparatorImport.hxx:43
XMLFootnoteSeparatorImport::~XMLFootnoteSeparatorImport
virtual ~XMLFootnoteSeparatorImport() override
Definition:
XMLFootnoteSeparatorImport.cxx:69
SvXMLImportContext
This class deliberately does not support XWeak, to improve performance when loading large documents...
Definition:
xmlictxt.hxx:45
XMLPropertySetMapper
Definition:
xmlprmap.hxx:38
XMLPropertyState
Smart struct to transport an Any with an index to the appropriate property-name.
Definition:
maptype.hxx:122
SvXMLImport
Definition:
xmlimp.hxx:177
XMLFootnoteSeparatorImport::rProperties
::std::vector< XMLPropertyState > & rProperties
Definition:
XMLFootnoteSeparatorImport.hxx:42
Generated on Thu Jan 14 2021 06:30:58 for LibreOffice Module xmloff (master) by
1.8.10