LibreOffice Module svx (master)
1
|
#include <svx/gallerybinaryengineentry.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 30 of file gallerybinaryengineentry.cxx.
References aURL, and INetURLObject::setExtension().
Referenced by GalleryBinaryEngineEntry::CreateThemeEntry(), GalleryBinaryEngineEntry::CreateUniqueURL(), GalleryBinaryEngineEntry::getCachedTheme(), GalleryBinaryEngine::implCreateUniqueURL(), GalleryBinaryStorageLocations::ImplGetURLIgnoreCase(), GalleryBinaryEngine::implWrite(), GalleryTheme::ReadData(), SgaObjectBmp::SgaObjectBmp(), and SgaObjectSound::SgaObjectSound().
SvStream& ReadGalleryTheme | ( | SvStream & | rIn, |
GalleryTheme & | rTheme | ||
) |
Definition at line 178 of file gallerybinaryengineentry.cxx.
References GalleryTheme::ReadData().
Referenced by GalleryBinaryEngineEntry::getCachedTheme().