LibreOffice Module svx (master) 1
|
#include <galleryobjectcollection.hxx>
Public Attributes | |
std::optional< INetURLObject > | m_oStorageUrl |
sal_uInt32 | nOffset |
SgaObjKind | eObjKind |
bool | mbDelete |
BitmapEx | maPreviewBitmapEx |
Size | maPreparedSize |
OUString | maTitle |
OUString | maPath |
Definition at line 33 of file galleryobjectcollection.hxx.
SgaObjKind GalleryObject::eObjKind |
Definition at line 37 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::Actualize(), GalleryTheme::GetObjectKind(), GalleryFileStorage::implReadSgaObject(), GalleryFileStorage::implWriteSgaObject(), GalleryFileStorage::updateTheme(), and GalleryFileStorage::writeGalleryTheme().
std::optional<INetURLObject> GalleryObject::m_oStorageUrl |
Definition at line 35 of file galleryobjectcollection.hxx.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GalleryTheme::Actualize(), GalleryFileStorage::implReadSgaObject(), GalleryFileStorage::implWriteSgaObject(), GalleryFileStorage::updateSvDrawObject(), and GalleryFileStorage::writeGalleryTheme().
OUString GalleryObject::maPath |
Definition at line 44 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
Size GalleryObject::maPreparedSize |
Definition at line 42 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
BitmapEx GalleryObject::maPreviewBitmapEx |
Definition at line 41 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
OUString GalleryObject::maTitle |
Definition at line 43 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::GetPreviewBitmapExAndStrings(), and GalleryTheme::SetPreviewBitmapExAndStrings().
bool GalleryObject::mbDelete |
Definition at line 38 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::Actualize().
sal_uInt32 GalleryObject::nOffset |
Definition at line 36 of file galleryobjectcollection.hxx.
Referenced by GalleryFileStorage::implReadSgaObject(), GalleryFileStorage::implWriteSgaObject(), GalleryFileStorage::insertObject(), GalleryFileStorage::updateTheme(), and GalleryFileStorage::writeGalleryTheme().