LibreOffice Module svx (master) 1
|
#include <galleryfilestorageentry.hxx>
#include <gallerystoragelocations.hxx>
#include <svx/galmisc.hxx>
#include <svx/gallery1.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <tools/urlobj.hxx>
#include <tools/vcompat.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
Go to the source code of this file.
Functions | |
static bool | FileExists (const INetURLObject &rURL, std::u16string_view rExt) |
SvStream & | ReadGalleryTheme (SvStream &rIn, GalleryTheme &rTheme) |
|
static |
Definition at line 31 of file galleryfilestorageentry.cxx.
References aURL, and FileExists().
Referenced by GalleryFileStorageEntry::CreateThemeEntry(), GalleryFileStorageEntry::CreateUniqueURL(), FileExists(), GalleryFileStorageEntry::getCachedTheme(), GalleryFileStorage::implCreateUniqueURL(), GalleryStorageLocations::ImplGetURLIgnoreCase(), GalleryFileStorage::implWrite(), GalleryTheme::ReadData(), SgaObjectBmp::SgaObjectBmp(), and SgaObjectSound::SgaObjectSound().
SvStream & ReadGalleryTheme | ( | SvStream & | rIn, |
GalleryTheme & | rTheme | ||
) |
Definition at line 176 of file galleryfilestorageentry.cxx.
References GalleryTheme::ReadData().
Referenced by GalleryFileStorageEntry::getCachedTheme().