LibreOffice Module writerfilter (master) 1
TrackChangesHandler.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 <com/sun/star/beans/PropertyValue.hpp>
14
16{
24{
26
27 // Properties
28 virtual void lcl_attribute(Id Name, Value& val) override;
29 virtual void lcl_sprm(Sprm& sprm) override;
30
31public:
32 explicit TrackChangesHandler(sal_Int32 nToken);
33 virtual ~TrackChangesHandler() override;
34
36 css::uno::Sequence<css::beans::PropertyValue> getRedlineProperties() const;
37};
38}
39
40/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
void sprm(Sprm &sprm) override
Receives a SPRM.
An SPRM: Section, Paragraph and Run Modifier.
Handler for sprms that contain 'track changes' attributes.
virtual void lcl_sprm(Sprm &sprm) override
css::uno::Sequence< css::beans::PropertyValue > getRedlineProperties() const
Compute the UNO properties for the track changes object based on the received tokens.
virtual void lcl_attribute(Id Name, Value &val) override
sal_uInt32 Id