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.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GalleryTheme::Actualize(), ImplGetURL(), GalleryBinaryEngine::implReadSgaObject(), GalleryBinaryEngine::updateSvDrawObject(), and GalleryBinaryEngine::writeGalleryTheme().
SgaObjKind GalleryObject::eObjKind |
Definition at line 35 of file galleryobjectcollection.hxx.
Referenced by GalleryTheme::Actualize(), GalleryTheme::GetGraphic(), GalleryTheme::GetModel(), GalleryTheme::GetModelStream(), GalleryTheme::GetObjectKind(), GalleryBinaryEngine::implReadSgaObject(), GalleryBinaryEngine::implWriteSgaObject(), GalleryBinaryEngine::updateTheme(), and GalleryBinaryEngine::writeGalleryTheme().
std::unique_ptr<GalleryObjectStorage> GalleryObject::m_pGalleryObjectStorage |
Definition at line 33 of file galleryobjectcollection.hxx.
Referenced by 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().