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, double 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 | m_sURL |
const SwTextINetFormat * | m_pINetAttr |
Definition at line 73 of file content.hxx.
|
inline |
Definition at line 79 of file content.hxx.
|
inline |
Definition at line 89 of file content.hxx.
References m_pINetAttr.
Referenced by lcl_SelectByContentTypeAndAddress().
|
inline |
Definition at line 88 of file content.hxx.
References m_sURL.
|
overridevirtual |
Reimplemented from SwContent.
Definition at line 217 of file content.cxx.
References SwTextINetFormat::IsProtect(), and m_pINetAttr.
|
private |
Definition at line 76 of file content.hxx.
Referenced by GetINetAttr(), and IsProtect().
|
private |
Definition at line 75 of file content.hxx.
Referenced by GetURL().