LibreOffice Module sw (master)
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
sw
inc
swtblfmt.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
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
#ifndef INCLUDED_SW_INC_SWTBLFMT_HXX
20
#define INCLUDED_SW_INC_SWTBLFMT_HXX
21
22
#include "
frmfmt.hxx
"
23
24
class
SAL_DLLPUBLIC_RTTI
SwTableFormat
final :
public
SwFrameFormat
25
{
26
friend
class
SwDoc
;
27
28
SwTableFormat
(
SwAttrPool
& rPool,
const
OUString &rFormatNm,
29
SwFrameFormat
*pDrvdFrame )
30
:
SwFrameFormat
( rPool, rFormatNm, pDrvdFrame,
RES_FRMFMT
,
aTableSetRange
)
31
{}
32
33
public
:
34
virtual
bool
supportsFullDrawingLayerFillAttributeSet
()
const override
;
35
};
36
37
class
SwTableLineFormat
final :
public
SwFrameFormat
38
{
39
friend
class
SwDoc
;
40
41
SwTableLineFormat
(
SwAttrPool
& rPool,
SwFrameFormat
*pDrvdFrame )
42
:
SwFrameFormat
( rPool, OUString(), pDrvdFrame,
RES_FRMFMT
,
aTableLineSetRange
)
43
{}
44
45
public
:
46
virtual
bool
supportsFullDrawingLayerFillAttributeSet
()
const override
;
47
};
48
49
class
SAL_DLLPUBLIC_RTTI
SwTableBoxFormat
final :
public
SwFrameFormat
50
{
51
friend
class
SwDoc
;
52
53
SwTableBoxFormat
(
SwAttrPool
& rPool,
SwFrameFormat
*pDrvdFrame )
54
:
SwFrameFormat
( rPool, OUString(), pDrvdFrame,
RES_FRMFMT
,
aTableBoxSetRange
)
55
{}
56
57
// For recognition of changes (especially TableBoxAttribute).
58
virtual
void
SwClientNotify
(
const
SwModify
&,
const
SfxHint
&)
override
;
59
60
public
:
61
virtual
bool
supportsFullDrawingLayerFillAttributeSet
()
const override
;
62
};
63
64
#endif
65
66
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SwFrameFormat::SwClientNotify
virtual void SwClientNotify(const SwModify &, const SfxHint &) override
Definition:
atrfrm.cxx:2538
SwTableLineFormat::SwTableLineFormat
SwTableLineFormat(SwAttrPool &rPool, SwFrameFormat *pDrvdFrame)
Definition:
swtblfmt.hxx:41
SwDoc
Definition:
doc.hxx:187
SwTableLineFormat
Definition:
swtblfmt.hxx:37
frmfmt.hxx
SwTableBoxFormat::SwTableBoxFormat
SwTableBoxFormat(SwAttrPool &rPool, SwFrameFormat *pDrvdFrame)
Definition:
swtblfmt.hxx:53
RES_FRMFMT
constexpr TypedWhichId< SwFrameFormat > RES_FRMFMT(155)
SwTableBoxFormat
Definition:
swtblfmt.hxx:49
aTableSetRange
sal_uInt16 const aTableSetRange[]
Definition:
init.cxx:191
SwFrameFormat
Style of a layout element.
Definition:
frmfmt.hxx:58
SfxHint
SwTableFormat
Definition:
swtblfmt.hxx:24
aTableBoxSetRange
sal_uInt16 const aTableBoxSetRange[]
Definition:
init.cxx:219
SwAttrPool
Definition:
swatrset.hxx:135
aTableLineSetRange
sal_uInt16 const aTableLineSetRange[]
Definition:
init.cxx:207
SwTableLineFormat::supportsFullDrawingLayerFillAttributeSet
virtual bool supportsFullDrawingLayerFillAttributeSet() const override
Definition:
swtable.cxx:2380
SwModify
Definition:
calbck.hxx:173
SwFrameFormat::supportsFullDrawingLayerFillAttributeSet
virtual bool supportsFullDrawingLayerFillAttributeSet() const override
Definition:
atrfrm.cxx:2533
SwTableFormat::SwTableFormat
SwTableFormat(SwAttrPool &rPool, const OUString &rFormatNm, SwFrameFormat *pDrvdFrame)
Definition:
swtblfmt.hxx:28
Generated on Thu Apr 22 2021 21:45:40 for LibreOffice Module sw (master) by
1.8.10