LibreOffice Module svx (master) 1
|
#include <galleryobjectcollection.hxx>
Public Member Functions | |
const INetURLObject & | getURL () const |
Public Attributes | |
std::unique_ptr< GalleryObjectStorage > | m_pGalleryObjectStorage |
sal_uInt32 | nOffset |
SgaObjKind | eObjKind |
bool | mbDelete |
BitmapEx | maPreviewBitmapEx |
Size | maPreparedSize |
OUString | maTitle |
OUString | maPath |
Definition at line 31 of file galleryobjectcollection.hxx.
|
inline |
Definition at line 44 of file galleryobjectcollection.hxx.
References m_pGalleryObjectStorage.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GalleryTheme::Actualize(), GalleryBinaryEngine::implReadSgaObject(), GalleryBinaryEngine::updateSvDrawObject(), and GalleryBinaryEngine::writeGalleryTheme().
SgaObjKind GalleryObject::eObjKind |
std::unique_ptr<GalleryObjectStorage> GalleryObject::m_pGalleryObjectStorage |
Definition at line 33 of file galleryobjectcollection.hxx.
Referenced by getURL(), and GalleryBinaryEngine::implWriteSgaObject().
OUString GalleryObject::maPath |
Definition at line 42 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
Size GalleryObject::maPreparedSize |
Definition at line 40 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
BitmapEx GalleryObject::maPreviewBitmapEx |
Definition at line 39 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
OUString GalleryObject::maTitle |
Definition at line 41 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
bool GalleryObject::mbDelete |
Definition at line 36 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::Actualize().
sal_uInt32 GalleryObject::nOffset |
Definition at line 34 of file galleryobjectcollection.hxx.
Referenced by GalleryBinaryEngine::implReadSgaObject(), GalleryBinaryEngine::implWriteSgaObject(), GalleryBinaryEngine::insertObject(), GalleryBinaryEngine::updateTheme(), and GalleryBinaryEngine::writeGalleryTheme().