LibreOffice Module writerfilter (master) 1
rtfreferencetable.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 <map>
14
16{
19{
20public:
21 using Entries_t = std::map<int, writerfilter::Reference<Properties>::Pointer_t>;
22 using Entry_t = std::pair<int, writerfilter::Reference<Properties>::Pointer_t>;
23 explicit RTFReferenceTable(Entries_t aEntries);
25 void resolve(Table& rHandler) override;
26
27private:
29};
30} // namespace writerfilter::rtftok
31
32/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Reference to a resource that generates events and sends them to a handler.
Handler for tables.
Sends tables (e.g. font table) to the domain mapper.
void resolve(Table &rHandler) override
Resolves the reference.
std::pair< int, writerfilter::Reference< Properties >::Pointer_t > Entry_t
std::map< int, writerfilter::Reference< Properties >::Pointer_t > Entries_t
The classes in this file define the interfaces for the resource model of the DocTokenizer: