LibreOffice Module writerfilter (master) 1
LatentStyleHandler.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#pragma once
10
11#include "LoggedResources.hxx"
12#include <vector>
13#include <com/sun/star/beans/PropertyValue.hpp>
14
16{
19{
20 std::vector<css::beans::PropertyValue> m_aAttributes;
21
22 // Properties
23 void lcl_attribute(Id nId, Value& rVal) override;
24 void lcl_sprm(Sprm& sprm) override;
25
26public:
29
30 const std::vector<css::beans::PropertyValue>& getAttributes() const;
31};
32
33} // namespace writerfilter::dmapper
34
35/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
void sprm(Sprm &sprm) override
Receives a SPRM.
An SPRM: Section, Paragraph and Run Modifier.
Handler for a latent style (w:lsdException element)
std::vector< css::beans::PropertyValue > m_aAttributes
void lcl_attribute(Id nId, Value &rVal) override
const std::vector< css::beans::PropertyValue > & getAttributes() const
sal_uInt32 Id