LibreOffice Module xmloff (master) 1
xmllinebreakcontext.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 <xmloff/dllapi.h>
13#include <xmloff/xmlictxt.hxx>
14
16
19{
21
22public:
23 SvXMLLineBreakContext(SvXMLImport& rImport, XMLTextImportHelper& rHelper);
24
25protected:
26 void SAL_CALL startFastElement(
27 sal_Int32 nElement,
28 const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList) override;
29};
30
31/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This class deliberately does not support XWeak, to improve performance when loading large documents.
Definition: xmlictxt.hxx:48
virtual void SAL_CALL startFastElement(sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
Definition: xmlictxt.cxx:45
Handles <text:line-break loext:clear="..."> when the attribute is present.
XMLTextImportHelper & m_rHelper
#define XMLOFF_DLLPUBLIC
Definition: dllapi.h:29