|
LibreOffice Module extensions (master) 1
|
#include <updateinfo.hxx>
Public Member Functions | |
| DownloadSource (bool bIsDirect, const OUString &aURL) | |
| DownloadSource (const DownloadSource &ds) | |
| DownloadSource & | operator= (const DownloadSource &ds) |
Public Attributes | |
| bool | IsDirect |
| OUString | URL |
Definition at line 25 of file updateinfo.hxx.
|
inline |
Definition at line 30 of file updateinfo.hxx.
References aURL.
|
inline |
Definition at line 31 of file updateinfo.hxx.
|
inline |
Definition at line 33 of file updateinfo.hxx.
| bool DownloadSource::IsDirect |
Definition at line 27 of file updateinfo.hxx.
Referenced by operator=().
| OUString DownloadSource::URL |
Definition at line 28 of file updateinfo.hxx.
Referenced by operator=().