LibreOffice Module sw (master) 1
|
#include <content.hxx>
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 SwTextINetFormat * | GetINetAttr () const |
Public Member Functions inherited from SwContent | |
SwContent (const SwContentType *pCnt, OUString aName, double nYPos) | |
virtual bool | IsProtect () const |
const SwContentType * | GetParent () 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 SwTextINetFormat * | m_pINetAttr |
Definition at line 74 of file content.hxx.
|
inline |
Definition at line 80 of file content.hxx.
References aURL.
|
inline |
Definition at line 90 of file content.hxx.
References m_pINetAttr.
Referenced by SwContentTree::BringEntryToAttention(), SwContentTree::GotoContent(), and lcl_SelectByContentTypeAndAddress().
|
inline |
Definition at line 89 of file content.hxx.
References m_sURL.
|
overridevirtual |
Reimplemented from SwContent.
Definition at line 233 of file content.cxx.
References SwTextINetFormat::IsProtect(), and m_pINetAttr.
|
private |
Definition at line 77 of file content.hxx.
Referenced by GetINetAttr(), and IsProtect().
|
private |
Definition at line 76 of file content.hxx.
Referenced by GetURL().