LibreOffice Module svx (master) 1
|
#include <gallerystoragelocations.hxx>
Public Member Functions | |
const INetURLObject & | GetThmURL () const |
const INetURLObject & | GetSdgURL () const |
const INetURLObject & | GetSdvURL () const |
const INetURLObject & | GetStrURL () const |
void | SetStorageLocations (INetURLObject &aURL) |
const INetURLObject & | getThemeURL () const |
Static Public Member Functions | |
static INetURLObject | ImplGetURLIgnoreCase (const INetURLObject &rURL) |
Private Member Functions | |
void | SetThmExtension (INetURLObject &aURL) |
void | SetSdgExtension (INetURLObject &aURL) |
void | SetSdvExtension (INetURLObject &aURL) |
void | SetStrExtension (INetURLObject &aURL) |
Private Attributes | |
INetURLObject | maThmURL |
INetURLObject | maSdgURL |
INetURLObject | maSdvURL |
INetURLObject | maStrURL |
Definition at line 25 of file gallerystoragelocations.hxx.
|
inline |
Definition at line 42 of file gallerystoragelocations.hxx.
Referenced by GalleryFileStorage::GetSdgURL(), and GalleryFileStorageEntry::GetSdgURL().
|
inline |
Definition at line 43 of file gallerystoragelocations.hxx.
Referenced by GalleryFileStorage::GetSdvURL(), and GalleryFileStorageEntry::GetSdvURL().
|
inline |
Definition at line 44 of file gallerystoragelocations.hxx.
Referenced by GalleryFileStorageEntry::GetStrURL().
|
inline |
Definition at line 48 of file gallerystoragelocations.hxx.
Referenced by GalleryFileStorage::getThemeURL().
|
inline |
Definition at line 41 of file gallerystoragelocations.hxx.
Referenced by GalleryFileStorage::GetThmURL(), and GalleryFileStorageEntry::GetThmURL().
|
static |
Definition at line 23 of file gallerystoragelocations.cxx.
References aURL, and FileExists().
Referenced by GalleryFileStorageEntry::CreateUniqueURL(), SetSdgExtension(), SetSdvExtension(), SetStrExtension(), and SetThmExtension().
|
private |
Definition at line 49 of file gallerystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maSdgURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 55 of file gallerystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maSdvURL, and u.
Referenced by SetStorageLocations().
void GalleryStorageLocations::SetStorageLocations | ( | INetURLObject & | aURL | ) |
Definition at line 67 of file gallerystoragelocations.cxx.
References SetSdgExtension(), SetSdvExtension(), SetStrExtension(), and SetThmExtension().
Referenced by GalleryFileStorageEntry::setStorageLocations().
|
private |
Definition at line 61 of file gallerystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maStrURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 43 of file gallerystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maThmURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 29 of file gallerystoragelocations.hxx.
Referenced by SetSdgExtension().
|
private |
Definition at line 30 of file gallerystoragelocations.hxx.
Referenced by SetSdvExtension().
|
private |
Definition at line 31 of file gallerystoragelocations.hxx.
Referenced by SetStrExtension().
|
private |
Definition at line 28 of file gallerystoragelocations.hxx.
Referenced by SetThmExtension().