LibreOffice Module sw (master)
1
|
#include <content.hxx>
Public Member Functions | |
SwURLFieldContent (const SwContentType *pCnt, const OUString &rName, const OUString &rURL, const SwTextINetFormat *pAttr, tools::Long nYPos) | |
virtual bool | IsProtect () const override |
const OUString & | GetURL () const |
const SwTextINetFormat * | GetINetAttr () const |
![]() | |
SwContent (const SwContentType *pCnt, const OUString &rName, tools::Long nYPos) | |
const SwContentType * | GetParent () const |
const OUString & | GetName () const |
bool | operator== (const SwContent &) const |
bool | operator< (const SwContent &rCont) const |
bool | IsInvisible () const |
void | SetInvisible () |
![]() | |
SwTypeNumber (sal_uInt8 nId) | |
virtual | ~SwTypeNumber () |
sal_uInt8 | GetTypeId () const |
Private Attributes | |
OUString | sURL |
const SwTextINetFormat * | pINetAttr |
Definition at line 72 of file content.hxx.
|
inline |
Definition at line 78 of file content.hxx.
|
inline |
Definition at line 88 of file content.hxx.
References pINetAttr.
|
inline |
Definition at line 87 of file content.hxx.
References sURL.
|
overridevirtual |
Reimplemented from SwContent.
Definition at line 210 of file content.cxx.
References SwTextINetFormat::IsProtect(), and pINetAttr.
|
private |
Definition at line 75 of file content.hxx.
Referenced by GetINetAttr(), and IsProtect().
|
private |
Definition at line 74 of file content.hxx.
Referenced by GetURL().