LibreOffice Module sw (master) 1
BorderCacheOwner.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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 <sal/types.h>
13
14class SwBorderAttrs;
16
17namespace sw
18{
21{
22private:
26
27public:
29 : m_bInCache(false)
30 {
31 }
33 : m_bInCache(false)
34 {
35 }
37 {
38 m_bInCache = false;
39 return *this;
40 }
42 bool IsInCache() const { return m_bInCache; }
43 void InvalidateInSwCache(const sal_uInt16);
44};
45}
46/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Bookkeeping helper for SwCache caching writer borders.
BorderCacheOwner(BorderCacheOwner &)
void InvalidateInSwCache(const sal_uInt16)
BorderCacheOwner & operator=(const BorderCacheOwner &)
Dialog to specify the properties of date form field.