LibreOffice Module sc (master) 1
|
Stores data about a hyperlink range. More...
#include <worksheethelper.hxx>
Public Member Functions | |
HyperlinkModel () | |
Additional tooltip text. More... | |
Public Attributes | |
ScRange | maRange |
OUString | maTooltip |
The cell area containing the hyperlink. More... | |
Public Attributes inherited from oox::ole::StdHlinkInfo | |
OUString | maTarget |
OUString | maLocation |
OUString | maDisplay |
Stores data about a hyperlink range.
Definition at line 117 of file worksheethelper.hxx.
|
explicit |
Additional tooltip text.
Definition at line 172 of file worksheethelper.cxx.
ScRange oox::xls::HyperlinkModel::maRange |
Definition at line 119 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetFragment::importHyperlink().
OUString oox::xls::HyperlinkModel::maTooltip |
The cell area containing the hyperlink.
Definition at line 120 of file worksheethelper.hxx.
Referenced by oox::xls::WorksheetFragment::importHyperlink().