LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwURLFieldContent Class Referencefinal

#include <content.hxx>

Inheritance diagram for SwURLFieldContent:
[legend]
Collaboration diagram for SwURLFieldContent:
[legend]

Public Member Functions

 SwURLFieldContent (const SwContentType *pCnt, const OUString &rName, OUString aURL, const SwTextINetFormat *pAttr, tools::Long nYPos)
 
virtual bool IsProtect () const override
 
const OUString & GetURL () const
 
const SwTextINetFormatGetINetAttr () const
 
- Public Member Functions inherited from SwContent
 SwContent (const SwContentType *pCnt, OUString aName, double nYPos)
 
virtual bool IsProtect () const
 
const SwContentTypeGetParent () const
 
const OUString & GetName () const
 
bool operator== (const SwContent &) const
 
bool operator< (const SwContent &rCont) const
 
bool IsInvisible () const
 
void SetInvisible ()
 
- Public Member Functions inherited from SwTypeNumber
 SwTypeNumber (sal_uInt8 nId)
 
virtual ~SwTypeNumber ()
 
sal_uInt8 GetTypeId () const
 

Private Attributes

OUString m_sURL
 
const SwTextINetFormatm_pINetAttr
 

Detailed Description

Definition at line 74 of file content.hxx.

Constructor & Destructor Documentation

◆ SwURLFieldContent()

SwURLFieldContent::SwURLFieldContent ( const SwContentType pCnt,
const OUString &  rName,
OUString  aURL,
const SwTextINetFormat pAttr,
tools::Long  nYPos 
)
inline

Definition at line 80 of file content.hxx.

References aURL.

Member Function Documentation

◆ GetINetAttr()

const SwTextINetFormat * SwURLFieldContent::GetINetAttr ( ) const
inline

◆ GetURL()

const OUString & SwURLFieldContent::GetURL ( ) const
inline

Definition at line 89 of file content.hxx.

References m_sURL.

◆ IsProtect()

bool SwURLFieldContent::IsProtect ( ) const
overridevirtual

Reimplemented from SwContent.

Definition at line 233 of file content.cxx.

References SwTextINetFormat::IsProtect(), and m_pINetAttr.

Member Data Documentation

◆ m_pINetAttr

const SwTextINetFormat* SwURLFieldContent::m_pINetAttr
private

Definition at line 77 of file content.hxx.

Referenced by GetINetAttr(), and IsProtect().

◆ m_sURL

OUString SwURLFieldContent::m_sURL
private

Definition at line 76 of file content.hxx.

Referenced by GetURL().


The documentation for this class was generated from the following files: