|
LibreOffice Module sfx2 (master) 1
|
#include <openurlhint.hxx>
Public Member Functions | |
| SfxOpenUrlHint (OUString sDocumentURL) | |
| const OUString & | GetDocumentURL () const |
| virtual | ~SfxOpenUrlHint () override |
Public Member Functions inherited from SfxHint | |
| SfxHint () | |
| SfxHint (SfxHintId nId) | |
| virtual | ~SfxHint () |
| SfxHint (SfxHint const &)=default | |
| SfxHint (SfxHint &&)=default | |
| SfxHint & | operator= (SfxHint const &)=default |
| SfxHint & | operator= (SfxHint &&)=default |
| SfxHintId | GetId () const |
Private Attributes | |
| OUString | msDocumentURL |
Definition at line 26 of file openurlhint.hxx.
| SfxOpenUrlHint::SfxOpenUrlHint | ( | OUString | sDocumentURL | ) |
Definition at line 23 of file openurlhint.cxx.
|
overridevirtual |
Definition at line 31 of file openurlhint.cxx.
| const OUString & SfxOpenUrlHint::GetDocumentURL | ( | ) | const |
Definition at line 26 of file openurlhint.cxx.
References msDocumentURL.
Referenced by SfxPickListImpl::Notify().
|
private |
Definition at line 28 of file openurlhint.hxx.
Referenced by GetDocumentURL().