LibreOffice Module svx (master) 1
|
#include <gallerybinarystoragelocations.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 |
![]() | |
virtual | ~GalleryStorageLocations ()=0 |
virtual void | SetStorageLocations (INetURLObject &aURL)=0 |
virtual const INetURLObject & | getThemeURL () const =0 |
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 26 of file gallerybinarystoragelocations.hxx.
|
inline |
Definition at line 43 of file gallerybinarystoragelocations.hxx.
Referenced by GalleryBinaryEngine::GetSdgURL().
|
inline |
Definition at line 44 of file gallerybinarystoragelocations.hxx.
Referenced by GalleryBinaryEngine::GetSdvURL().
|
inline |
Definition at line 45 of file gallerybinarystoragelocations.hxx.
Referenced by GalleryBinaryEngine::GetStrURL().
|
inlinevirtual |
Implements GalleryStorageLocations.
Definition at line 49 of file gallerybinarystoragelocations.hxx.
Referenced by GalleryBinaryEngine::getThemeURL().
|
inline |
Definition at line 42 of file gallerybinarystoragelocations.hxx.
Referenced by GalleryBinaryEngine::GetThmURL().
|
static |
Definition at line 23 of file gallerybinarystoragelocations.cxx.
References aURL, and FileExists().
Referenced by GalleryBinaryEngineEntry::CreateUniqueURL(), SetSdgExtension(), SetSdvExtension(), SetStrExtension(), and SetThmExtension().
|
private |
Definition at line 49 of file gallerybinarystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maSdgURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 55 of file gallerybinarystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maSdvURL, and u.
Referenced by SetStorageLocations().
|
virtual |
Implements GalleryStorageLocations.
Definition at line 67 of file gallerybinarystoragelocations.cxx.
References SetSdgExtension(), SetSdvExtension(), SetStrExtension(), and SetThmExtension().
|
private |
Definition at line 61 of file gallerybinarystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maStrURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 43 of file gallerybinarystoragelocations.cxx.
References aURL, ImplGetURLIgnoreCase(), maThmURL, and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 30 of file gallerybinarystoragelocations.hxx.
Referenced by SetSdgExtension().
|
private |
Definition at line 31 of file gallerybinarystoragelocations.hxx.
Referenced by SetSdvExtension().
|
private |
Definition at line 32 of file gallerybinarystoragelocations.hxx.
Referenced by SetStrExtension().
|
private |
Definition at line 29 of file gallerybinarystoragelocations.hxx.
Referenced by SetThmExtension().