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 |
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, FileExists(), INetURLObject::getName(), and INetURLObject::setName().
Referenced by GalleryBinaryEngineEntry::CreateUniqueURL(), SetSdgExtension(), SetSdvExtension(), SetStrExtension(), and SetThmExtension().
|
private |
Definition at line 49 of file gallerybinarystoragelocations.cxx.
References ImplGetURLIgnoreCase(), maSdgURL, INetURLObject::setExtension(), and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 55 of file gallerybinarystoragelocations.cxx.
References ImplGetURLIgnoreCase(), maSdvURL, INetURLObject::setExtension(), 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 ImplGetURLIgnoreCase(), maStrURL, INetURLObject::setExtension(), and u.
Referenced by SetStorageLocations().
|
private |
Definition at line 43 of file gallerybinarystoragelocations.cxx.
References ImplGetURLIgnoreCase(), maThmURL, INetURLObject::setExtension(), 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().