LibreOffice Module sw (master)
1
sw
inc
txtinet.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_TXTINET_HXX
20
#define INCLUDED_SW_INC_TXTINET_HXX
21
22
#include "
txatbase.hxx
"
23
#include "
calbck.hxx
"
24
25
class
SwTextNode
;
26
class
SwCharFormat
;
27
28
class
SW_DLLPUBLIC
SwTextINetFormat
final:
public
SwTextAttrNesting
,
public
SwClient
29
{
30
private
:
31
SwTextNode
*
m_pTextNode
;
32
bool
m_bVisited
: 1;
// visited link?
33
bool
m_bVisitedValid
: 1;
// is m_bVisited valid?
34
virtual
void
SwClientNotify
(
const
SwModify
&,
const
SfxHint
&)
override
;
35
36
public
:
37
SwTextINetFormat
(
SwFormatINetFormat
& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
38
virtual
~SwTextINetFormat
()
override
;
39
40
virtual
bool
GetInfo
(
SfxPoolItem
& rInfo )
const override
;
41
42
SAL_DLLPRIVATE
void
InitINetFormat(
SwTextNode
& rNode);
43
44
// get and set TextNode pointer
45
const
SwTextNode
*
GetpTextNode
()
const
{
return
m_pTextNode; }
46
inline
const
SwTextNode
& GetTextNode()
const
;
47
inline
SwTextNode
& GetTextNode();
48
void
ChgTextNode
(
SwTextNode
* pNew ) { m_pTextNode = pNew; }
49
50
SwCharFormat
*
GetCharFormat
();
51
const
SwCharFormat
*
GetCharFormat
()
const
52
{
return
const_cast<
SwTextINetFormat
*
>
(
this
)->
GetCharFormat
(); }
53
54
bool
IsVisited
()
const
{
return
m_bVisited; }
55
void
SetVisited
(
bool
bNew ) { m_bVisited = bNew; }
56
57
bool
IsVisitedValid
()
const
{
return
m_bVisitedValid; }
58
void
SetVisitedValid
(
bool
bNew ) { m_bVisitedValid = bNew; }
59
60
bool
IsProtect()
const
;
61
};
62
63
inline
const
SwTextNode
&
SwTextINetFormat::GetTextNode
()
const
64
{
65
assert(
m_pTextNode
);
66
return
*
m_pTextNode
;
67
}
68
69
inline
SwTextNode
&
SwTextINetFormat::GetTextNode
()
70
{
71
assert(
m_pTextNode
);
72
return
*
m_pTextNode
;
73
}
74
75
#endif
76
77
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
calbck.hxx
SfxHint
SfxPoolItem
SwCharFormat
Represents the style of a text portion.
Definition:
charfmt.hxx:27
SwClient
Definition:
calbck.hxx:134
SwClient::SwClientNotify
virtual void SwClientNotify(const SwModify &, const SfxHint &rHint) override
Definition:
calbck.cxx:120
SwClient::GetInfo
virtual bool GetInfo(SfxPoolItem &) const
Definition:
calbck.hxx:173
SwFormatINetFormat
Definition:
fmtinfmt.hxx:38
SwModify
Definition:
calbck.hxx:181
SwTextAttrNesting
Definition:
txatbase.hxx:149
SwTextAttr::GetCharFormat
const SwFormatCharFormat & GetCharFormat() const
Definition:
txatbase.hxx:187
SwTextINetFormat
Definition:
txtinet.hxx:29
SwTextINetFormat::m_pTextNode
SwTextNode * m_pTextNode
Definition:
txtinet.hxx:31
SwTextINetFormat::m_bVisitedValid
bool m_bVisitedValid
Definition:
txtinet.hxx:33
SwTextINetFormat::SetVisitedValid
void SetVisitedValid(bool bNew)
Definition:
txtinet.hxx:58
SwTextINetFormat::IsVisited
bool IsVisited() const
Definition:
txtinet.hxx:54
SwTextINetFormat::SetVisited
void SetVisited(bool bNew)
Definition:
txtinet.hxx:55
SwTextINetFormat::IsVisitedValid
bool IsVisitedValid() const
Definition:
txtinet.hxx:57
SwTextINetFormat::GetTextNode
const SwTextNode & GetTextNode() const
Definition:
txtinet.hxx:63
SwTextINetFormat::ChgTextNode
void ChgTextNode(SwTextNode *pNew)
Definition:
txtinet.hxx:48
SwTextINetFormat::m_bVisited
bool m_bVisited
Definition:
txtinet.hxx:32
SwTextINetFormat::GetCharFormat
const SwCharFormat * GetCharFormat() const
Definition:
txtinet.hxx:51
SwTextINetFormat::GetpTextNode
const SwTextNode * GetpTextNode() const
Definition:
txtinet.hxx:45
SwTextNode
SwTextNode is a paragraph in the document model.
Definition:
ndtxt.hxx:111
SW_DLLPUBLIC
#define SW_DLLPUBLIC
Definition:
swdllapi.h:28
txatbase.hxx
Generated on Thu Jan 26 2023 21:26:36 for LibreOffice Module sw (master) by
1.9.3