LibreOffice Module xmloff (master) 1
XMLIndexBibliographySourceContext.cxx
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
21#include <com/sun/star/beans/XPropertySet.hpp>
23#include <xmloff/xmlictxt.hxx>
24#include <xmloff/xmlimp.hxx>
26#include <xmloff/xmltoken.hxx>
27#include <xmloff/xmluconv.hxx>
28#include <rtl/ustring.hxx>
29#include <sal/log.hxx>
30
31
32using namespace ::xmloff::token;
33
34using ::com::sun::star::beans::XPropertySet;
35using ::com::sun::star::uno::Reference;
36
37
39 SvXMLImport& rImport,
40 Reference<XPropertySet> & rPropSet)
41 : XMLIndexSourceBaseContext(rImport, rPropSet, UseStyles::None)
42{
43}
44
46{
47}
48
50{
51 // We have no attributes. Who wants attributes, anyway?
52 XMLOFF_WARN_UNKNOWN("xmloff", aIter);
53}
54
56{
57 // No attributes, no properties.
58}
59
60css::uno::Reference< css::xml::sax::XFastContextHandler > XMLIndexBibliographySourceContext::createFastChildContext(
61 sal_Int32 nElement,
62 const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
63{
65 {
71 }
72 else
73 {
75 xAttrList);
76 }
77
78}
79
80/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const SvXMLEnumMapEntry< sal_uInt16 > aLevelNameBibliographyMap[]
const bool aAllowedTokenTypesBibliography[]
const char * aLevelStylePropNameBibliographyMap[]
SvXMLImport & GetImport()
Definition: xmlictxt.hxx:60
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override
endFastElement is called before a context will be destructed, but after an elements context has been ...
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
XMLIndexBibliographySourceContext(SvXMLImport &rImport, css::uno::Reference< css::beans::XPropertySet > &rPropSet)
virtual void ProcessAttribute(const sax_fastparser::FastAttributeList::FastAttributeIter &aIter) override
Superclass for index source elements.
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
css::uno::Reference< css::beans::XPropertySet > & rIndexPropertySet
tab stops relative to margin or indent?
Import index entry templates.
None
Handling of tokens in XML:
@ XML_BIBLIOGRAPHY_ENTRY_TEMPLATE
Definition: xmltoken.hxx:330
@ XML_BIBLIOGRAPHY_TYPE
Definition: xmltoken.hxx:333
TEXT
#define XMLOFF_WARN_UNKNOWN(area, rIter)
Definition: xmlictxt.hxx:114
#define XML_ELEMENT(prefix, name)
Definition: xmlimp.hxx:97