LibreOffice Module writerfilter (master) 1
rtfskipdestination.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
13{
14class RTFListener;
15
18{
19public:
20 explicit RTFSkipDestination(RTFListener& rImport);
22 void setParsed(bool bParsed);
23 void setReset(bool bReset);
24
25private:
30};
31} // namespace writerfilter::rtftok
32
33/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
RTFTokenizer needs a class implementing this interface.
Definition: rtflistener.hxx:41
Skips a destination after a not parsed control word if it was prefixed with *.
bool m_bReset
If false, the destructor is a noop, required by the * symbol itself.