|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwphyperlinkmgr.hxx>
Public Member Functions | |
| LwpHyperlinkMgr () | |
| ~LwpHyperlinkMgr () | |
| void | SetHyperlinkFlag (bool bFlag) |
| bool | GetHyperlinkFlag () const |
| void | SetHyperlink (const OUString &hyperlink) |
| const OUString & | GetHyperlink () const |
Private Attributes | |
| OUString | m_Hyperlink |
| bool | m_bIsHyperlink |
Definition at line 66 of file lwphyperlinkmgr.hxx.
| LwpHyperlinkMgr::LwpHyperlinkMgr | ( | ) |
Definition at line 63 of file lwphyperlinkmgr.cxx.
References m_bIsHyperlink.
| LwpHyperlinkMgr::~LwpHyperlinkMgr | ( | ) |
Definition at line 65 of file lwphyperlinkmgr.cxx.
|
inline |
Definition at line 74 of file lwphyperlinkmgr.hxx.
References m_Hyperlink.
Referenced by LwpFrib::ConvertHyperLink().
|
inline |
Definition at line 72 of file lwphyperlinkmgr.hxx.
References m_bIsHyperlink.
Referenced by LwpFribPtr::XFConvert(), LwpFribText::XFConvert(), and LwpFribUnicode::XFConvert().
| void LwpHyperlinkMgr::SetHyperlink | ( | const OUString & | hyperlink | ) |
Definition at line 67 of file lwphyperlinkmgr.cxx.
References m_Hyperlink.
Referenced by LwpFribCHBlock::XFConvert().
|
inline |
Definition at line 71 of file lwphyperlinkmgr.hxx.
References m_bIsHyperlink.
Referenced by LwpFribCHBlock::XFConvert().
|
private |
Definition at line 78 of file lwphyperlinkmgr.hxx.
Referenced by GetHyperlinkFlag(), LwpHyperlinkMgr(), and SetHyperlinkFlag().
|
private |
Definition at line 77 of file lwphyperlinkmgr.hxx.
Referenced by GetHyperlink(), and SetHyperlink().