LibreOffice Module svl (master) 1
|
This class represents a bookmark that consists of a URL and a corresponding description text. More...
#include <urlbmk.hxx>
Public Member Functions | |
INetBookmark (OUString _aUrl, OUString _aDescr) | |
INetBookmark () | |
const OUString & | GetURL () const |
const OUString & | GetDescription () const |
Private Attributes | |
OUString | aUrl |
OUString | aDescr |
This class represents a bookmark that consists of a URL and a corresponding description text.
There is an own clipboard format and helper methods to copy to and from clipboard and DragServer.
Definition at line 34 of file urlbmk.hxx.
|
inline |
Definition at line 40 of file urlbmk.hxx.
|
inline |
Definition at line 43 of file urlbmk.hxx.
|
inline |
Definition at line 47 of file urlbmk.hxx.
References aDescr.
|
inline |
Definition at line 46 of file urlbmk.hxx.
References aUrl.
|
private |
Definition at line 37 of file urlbmk.hxx.
Referenced by GetDescription().
|
private |
Definition at line 36 of file urlbmk.hxx.
Referenced by GetURL().