LibreOffice Module editeng (master) 1
fieldupdater.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#ifndef INCLUDED_EDITENG_FIELDUPDATER_HXX
11#define INCLUDED_EDITENG_FIELDUPDATER_HXX
12
14#include <memory>
15
16class EditTextObject;
17
18namespace editeng
19{
20class FieldUpdaterImpl;
21
27{
28 std::unique_ptr<FieldUpdaterImpl> mpImpl;
29
30public:
32 FieldUpdater(const FieldUpdater& r);
34
40 void updateTableFields(int nTab);
41};
42}
43
44#endif
45
46/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Wrapper for EditTextObject to handle updating of fields without exposing the internals of EditTextObj...
std::unique_ptr< FieldUpdaterImpl > mpImpl
#define EDITENG_DLLPUBLIC
Definition: editengdllapi.h:28