LibreOffice Module svx (master) 1
|
#include <galtheme.hxx>
Public Member Functions | |
SAL_DLLPRIVATE | GalleryTheme (Gallery *pGallery, GalleryThemeEntry *pThemeEntry) |
virtual SAL_DLLPRIVATE | ~GalleryTheme () override |
SAL_DLLPRIVATE sal_uInt32 | GetObjectCount () const |
std::unique_ptr< SgaObject > | AcquireObject (sal_uInt32 nPos) |
bool | InsertObject (const SgaObject &rObj, sal_uInt32 nPos=SAL_MAX_UINT32) |
void | RemoveObject (sal_uInt32 nPos) |
bool | ChangeObjectPos (sal_uInt32 nOldPos, sal_uInt32 nNewPos) |
const OUString & | GetName () const |
void | SetDestDir (const OUString &rDestDir, bool bRelative) |
sal_uInt32 | GetId () const |
SAL_DLLPRIVATE void | SetId (sal_uInt32 nNewId, bool bResetThemeName) |
SAL_DLLPRIVATE void | SetDragging (bool bSet) |
SAL_DLLPRIVATE bool | IsDragging () const |
SAL_DLLPRIVATE void | LockTheme () |
SAL_DLLPRIVATE bool | UnlockTheme () |
SAL_DLLPRIVATE void | LockBroadcaster () |
void | UnlockBroadcaster () |
SAL_DLLPRIVATE bool | IsBroadcasterLocked () const |
SAL_DLLPRIVATE void | SetDragPos (sal_uInt32 nPos) |
SAL_DLLPRIVATE sal_uInt32 | GetDragPos () const |
bool | IsReadOnly () const |
bool | IsDefault () const |
void | Actualize (const Link< const INetURLObject &, void > &rActualizeLink, GalleryProgress *pProgress=nullptr) |
SAL_DLLPRIVATE void | AbortActualize () |
SAL_DLLPRIVATE Gallery * | GetParent () const |
SAL_DLLPRIVATE SgaObjKind | GetObjectKind (sal_uInt32 nPos) const |
SAL_DLLPRIVATE const INetURLObject & | GetObjectURL (sal_uInt32 nPos) const |
SAL_DLLPRIVATE bool | GetThumb (sal_uInt32 nPos, BitmapEx &rBmp) |
bool | GetGraphic (sal_uInt32 nPos, Graphic &rGraphic) |
bool | InsertGraphic (const Graphic &rGraphic, sal_uInt32 nInsertPos) |
bool | GetModel (sal_uInt32 nPos, SdrModel &rModel) |
bool | InsertModel (const FmFormModel &rModel, sal_uInt32 nInsertPos) |
SAL_DLLPRIVATE bool | GetModelStream (sal_uInt32 nPos, tools::SvRef< SotTempStream > const &rModelStreamRef) |
SAL_DLLPRIVATE bool | InsertModelStream (const tools::SvRef< SotTempStream > &rModelStream, sal_uInt32 nInsertPos) |
SAL_DLLPRIVATE bool | GetURL (sal_uInt32 nPos, INetURLObject &rURL) |
bool | InsertURL (const INetURLObject &rURL, sal_uInt32 nInsertPos=SAL_MAX_UINT32) |
SAL_DLLPRIVATE bool | InsertFileOrDirURL (const INetURLObject &rFileOrDirURL, sal_uInt32 nInsertPos) |
SAL_DLLPRIVATE bool | InsertTransferable (const css::uno::Reference< css::datatransfer::XTransferable > &rxTransferable, sal_uInt32 nInsertPos) |
SAL_DLLPRIVATE void | CopyToClipboard (const weld::Widget &rWidget, sal_uInt32 nPos) |
DateTime | getModificationDate () const |
const INetURLObject & | getThemeURL () const |
SAL_DLLPRIVATE SvStream & | ReadData (SvStream &rIn) |
SAL_DLLPRIVATE void | GetPreviewBitmapExAndStrings (sal_uInt32 nPos, BitmapEx &rBitmapEx, Size &rSize, OUString &rTitle, OUString &rPath) |
SAL_DLLPRIVATE void | SetPreviewBitmapExAndStrings (sal_uInt32 nPos, const BitmapEx &rBitmapEx, const Size &rSize, const OUString &rTitle, const OUString &rPath) |
Public Member Functions inherited from SfxBroadcaster | |
SfxBroadcaster () | |
SfxBroadcaster (const SfxBroadcaster &rBC) | |
virtual | ~SfxBroadcaster () COVERITY_NOEXCEPT_FALSE |
void | Broadcast (const SfxHint &rHint) |
bool | HasListeners () const |
size_t | GetListenerCount () const |
void | ForAllListeners (std::function< bool(SfxListener *)> f) const |
Static Public Member Functions | |
static void | InsertAllThemes (weld::ComboBox &rListBox) |
Private Member Functions | |
const std::unique_ptr< GalleryFileStorage > & | getGalleryStorageEngine () const |
SAL_DLLPRIVATE void | ImplSetModified (bool bModified) |
SAL_DLLPRIVATE void | ImplBroadcast (sal_uInt32 nUpdatePos) |
GalleryTheme (GalleryTheme const &)=delete | |
void | operator= (GalleryTheme const &)=delete |
Private Attributes | |
std::unique_ptr< GalleryFileStorage > | mpGalleryStorageEngine |
GalleryObjectCollection | maGalleryObjectCollection |
Gallery * | pParent |
GalleryThemeEntry * | pThm |
sal_uInt32 | mnThemeLockCount |
sal_uInt32 | mnBroadcasterLockCount |
sal_uInt32 | nDragPos |
bool | bDragging |
bool | bAbortActualize |
Friends | |
class | Gallery |
class | GalleryThemeCacheEntry |
class | ::unogallery::GalleryTheme |
class | ::unogallery::GalleryItem |
Additional Inherited Members | |
Protected Member Functions inherited from SfxBroadcaster | |
void | Forward (SfxBroadcaster &rBC, const SfxHint &rHint) |
Definition at line 51 of file galtheme.hxx.
|
privatedelete |
GalleryTheme::GalleryTheme | ( | Gallery * | pGallery, |
GalleryThemeEntry * | pThemeEntry | ||
) |
Definition at line 52 of file galtheme.cxx.
References GalleryThemeEntry::createGalleryStorageEngine(), maGalleryObjectCollection, mpGalleryStorageEngine, and pThm.
|
overridevirtual |
Definition at line 64 of file galtheme.cxx.
References SfxBroadcaster::Broadcast(), GalleryObjectCollection::clear(), CLOSE_OBJECT, GetName(), GalleryObjectCollection::getObjectList(), ImplSetModified(), GalleryThemeEntry::IsModified(), maGalleryObjectCollection, mpGalleryStorageEngine, and pThm.
|
inline |
Definition at line 116 of file galtheme.hxx.
std::unique_ptr< SgaObject > GalleryTheme::AcquireObject | ( | sal_uInt32 | nPos | ) |
Definition at line 142 of file galtheme.cxx.
References GalleryObjectCollection::getForPosition(), maGalleryObjectCollection, mpGalleryStorageEngine, and nPos.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GalleryBrowser2::Execute(), GalleryExplorer::FillObjListTitle(), GetGraphic(), GetThumb(), GalleryBrowser2::UpdateRows(), and GalleryIconView::UserDraw().
void GalleryTheme::Actualize | ( | const Link< const INetURLObject &, void > & | rActualizeLink, |
GalleryProgress * | pProgress = nullptr |
||
) |
Definition at line 203 of file galtheme.cxx.
References aURL, bAbortActualize, SfxBroadcaster::Broadcast(), Link< typename Arg, typename Ret >::Call(), Graphic::Clear(), CLOSE_OBJECT, GalleryObject::eObjKind, GalleryGraphicImport(), GalleryObjectCollection::get(), GetName(), GalleryObjectCollection::getObjectList(), i, ImplSetModified(), IMPORT_NONE, Inet, InsertObject(), Graphic::IsAnimated(), GalleryThemeEntry::IsModified(), IsReadOnly(), LockBroadcaster(), GalleryObject::m_oStorageUrl, maGalleryObjectCollection, GalleryObject::mbDelete, mpGalleryStorageEngine, nCount, pThm, GalleryObjectCollection::size(), Sound, SvDraw, UnlockBroadcaster(), and GalleryProgress::Update().
bool GalleryTheme::ChangeObjectPos | ( | sal_uInt32 | nOldPos, |
sal_uInt32 | nNewPos | ||
) |
Definition at line 182 of file galtheme.cxx.
References GalleryObjectCollection::get(), GalleryObjectCollection::getObjectList(), ImplBroadcast(), ImplSetModified(), maGalleryObjectCollection, and GalleryObjectCollection::size().
Referenced by GalleryBrowser2::ExecuteDrop().
void GalleryTheme::CopyToClipboard | ( | const weld::Widget & | rWidget, |
sal_uInt32 | nPos | ||
) |
Definition at line 631 of file galtheme.cxx.
References weld::Widget::get_clipboard(), and nPos.
Referenced by GalleryBrowser2::Execute().
|
inline |
Definition at line 110 of file galtheme.hxx.
Referenced by GalleryBrowser2::ExecuteDrop().
|
inlineprivate |
Definition at line 70 of file galtheme.hxx.
Referenced by unogallery::GalleryItem::_setPropertyValues().
bool GalleryTheme::GetGraphic | ( | sal_uInt32 | nPos, |
Graphic & | rGraphic | ||
) |
Definition at line 311 of file galtheme.cxx.
References AcquireObject(), Animation, aURL, Bitmap, CreateIMapGraphic(), GalleryGraphicImport(), SdrExchangeView::GetAllMarkedGraphic(), GalleryObjectCollection::getForPosition(), SdrPaintView::GetModel(), SvxGalleryDrawModel::GetModel(), GetModel(), SdrModel::GetPage(), SdrMarkView::hideMarkHandles(), ImplGetURL(), IMPORT_NONE, Inet, maGalleryObjectCollection, SdrView::MarkAll(), nPos, pObject, FmFormView::ShowSdrPage(), Sound, and SvDraw.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GalleryBrowser2::DispatchAdd(), GalleryExplorer::GetGraphicObj(), GalleryTransferable::InitData(), GalleryBrowser2::SetMode(), and GalleryBrowser2::Travel().
sal_uInt32 GalleryTheme::GetId | ( | ) | const |
Definition at line 772 of file galtheme.cxx.
References GalleryThemeEntry::GetId(), and pThm.
Referenced by GalleryFileStorage::writeGalleryTheme().
bool GalleryTheme::GetModel | ( | sal_uInt32 | nPos, |
SdrModel & | rModel | ||
) |
Definition at line 437 of file galtheme.cxx.
References GalleryObjectCollection::getForPosition(), maGalleryObjectCollection, mpGalleryStorageEngine, nPos, pObject, and SvDraw.
Referenced by unogallery::GalleryItem::_getPropertyValues(), GetGraphic(), and GalleryExplorer::GetSdrObj().
bool GalleryTheme::GetModelStream | ( | sal_uInt32 | nPos, |
tools::SvRef< SotTempStream > const & | rModelStreamRef | ||
) |
Definition at line 459 of file galtheme.cxx.
References GalleryObjectCollection::getForPosition(), maGalleryObjectCollection, mpGalleryStorageEngine, nPos, pObject, and SvDraw.
Referenced by GalleryTransferable::InitData().
DateTime GalleryTheme::getModificationDate | ( | ) | const |
Definition at line 637 of file galtheme.cxx.
References mpGalleryStorageEngine.
Referenced by GalleryBrowser1::ImplFillExchangeData().
const OUString & GalleryTheme::GetName | ( | ) | const |
Definition at line 777 of file galtheme.cxx.
References GalleryThemeEntry::GetThemeName(), and pThm.
Referenced by Actualize(), ImplBroadcast(), GalleryBrowser1::ImplExecute(), GalleryBrowser1::ImplFillExchangeData(), GalleryBrowser2::ImplUpdateInfoBar(), ReadData(), RemoveObject(), Gallery::RenameTheme(), and ~GalleryTheme().
|
inline |
Definition at line 83 of file galtheme.hxx.
References GalleryObjectCollection::size().
Referenced by createTheme(), GalleryBrowser2::ExecuteDrop(), GalleryExplorer::FillObjList(), GalleryExplorer::FillObjListTitle(), GalleryExplorer::GetSdrObj(), GalleryExplorer::GetSdrObjCount(), ImplBroadcast(), GalleryBrowser1::ImplGetExecuteVector(), GalleryBrowser2::ImplGetSelectedItemId(), GalleryBrowser2::ImplUpdateViews(), GalleryBrowser2::KeyInput(), and GalleryBrowser2::Travel().
|
inline |
Definition at line 122 of file galtheme.hxx.
References GalleryObject::eObjKind, GalleryObjectCollection::getForPosition(), NONE, and nPos.
Referenced by GalleryBrowser2::DispatchAdd(), GalleryBrowser2::GetFilterName(), GalleryExplorer::GetSdrObj(), GalleryExplorer::GetSdrObjCount(), GalleryTransferable::SelectObject(), GalleryBrowser2::SetMode(), and GalleryBrowser2::Travel().
|
inline |
Definition at line 129 of file galtheme.hxx.
References DBG_ASSERT, GalleryObjectCollection::getURLForPosition(), and nPos.
Referenced by GalleryExplorer::FillObjList(), GalleryBrowser2::GetURL(), GalleryBrowser2::SetMode(), and GalleryBrowser2::Travel().
|
inline |
Definition at line 118 of file galtheme.hxx.
Referenced by InsertGraphic(), InsertModel(), InsertModelStream(), ReadData(), and GalleryFileStorage::writeGalleryTheme().
void GalleryTheme::GetPreviewBitmapExAndStrings | ( | sal_uInt32 | nPos, |
BitmapEx & | rBitmapEx, | ||
Size & | rSize, | ||
OUString & | rTitle, | ||
OUString & | rPath | ||
) |
Definition at line 147 of file galtheme.cxx.
References GalleryObjectCollection::get(), maGalleryObjectCollection, GalleryObject::maPath, GalleryObject::maPreparedSize, GalleryObject::maPreviewBitmapEx, GalleryObject::maTitle, and nPos.
Referenced by GalleryBrowser2::UpdateRows(), and GalleryIconView::UserDraw().
const INetURLObject & GalleryTheme::getThemeURL | ( | ) | const |
Definition at line 778 of file galtheme.cxx.
References mpGalleryStorageEngine.
bool GalleryTheme::GetThumb | ( | sal_uInt32 | nPos, |
BitmapEx & | rBmp | ||
) |
Definition at line 297 of file galtheme.cxx.
References AcquireObject(), and nPos.
Referenced by GalleryExplorer::GetSdrObj().
bool GalleryTheme::GetURL | ( | sal_uInt32 | nPos, |
INetURLObject & | rURL | ||
) |
Definition at line 483 of file galtheme.cxx.
References GalleryObjectCollection::getForPosition(), ImplGetURL(), maGalleryObjectCollection, nPos, and pObject.
Referenced by GalleryBrowser2::GetFilterName(), GalleryTransferable::InitData(), GalleryBrowser2::KeyInput(), and GalleryTransferable::StartDrag().
|
private |
Definition at line 84 of file galtheme.cxx.
References SfxBroadcaster::Broadcast(), GetName(), GetObjectCount(), IsBroadcasterLocked(), and THEME_UPDATEVIEW.
Referenced by ChangeObjectPos(), InsertObject(), RemoveObject(), and UnlockBroadcaster().
|
private |
Definition at line 767 of file galtheme.cxx.
References pThm, and GalleryThemeEntry::SetModified().
Referenced by Actualize(), ChangeObjectPos(), InsertObject(), ReadData(), RemoveObject(), Gallery::RenameTheme(), and ~GalleryTheme().
|
static |
Definition at line 184 of file gallery1.cxx.
References aLocalized, weld::ComboBox::append_text(), aUnlocalized, i, SAL_N_ELEMENTS, and SvxResId().
bool GalleryTheme::InsertFileOrDirURL | ( | const INetURLObject & | rFileOrDirURL, |
sal_uInt32 | nInsertPos | ||
) |
Definition at line 522 of file galtheme.cxx.
References GalleryFileStorage::insertFileOrDirURL(), and InsertURL().
Referenced by InsertTransferable().
bool GalleryTheme::InsertGraphic | ( | const Graphic & | rGraphic, |
sal_uInt32 | nInsertPos | ||
) |
Definition at line 383 of file galtheme.cxx.
References GfxLink::GetDataSize(), Graphic::GetGfxLink(), GetParent(), GfxLink::GetType(), Graphic::GetType(), InsertObject(), Graphic::IsAnimated(), and mpGalleryStorageEngine.
Referenced by InsertTransferable().
bool GalleryTheme::InsertModel | ( | const FmFormModel & | rModel, |
sal_uInt32 | nInsertPos | ||
) |
Definition at line 450 of file galtheme.cxx.
References GetParent(), InsertObject(), and mpGalleryStorageEngine.
Referenced by InsertTransferable().
bool GalleryTheme::InsertModelStream | ( | const tools::SvRef< SotTempStream > & | rModelStream, |
sal_uInt32 | nInsertPos | ||
) |
Definition at line 472 of file galtheme.cxx.
References GetParent(), InsertObject(), and mpGalleryStorageEngine.
Referenced by InsertTransferable().
bool GalleryTheme::InsertObject | ( | const SgaObject & | rObj, |
sal_uInt32 | nPos = SAL_MAX_UINT32 |
||
) |
Definition at line 118 of file galtheme.cxx.
References GalleryObjectCollection::get(), ImplBroadcast(), ImplSetModified(), maGalleryObjectCollection, mpGalleryStorageEngine, n, and GalleryObjectCollection::size().
Referenced by unogallery::GalleryItem::_setPropertyValues(), Actualize(), GalleryBrowser2::Execute(), InsertGraphic(), InsertModel(), InsertModelStream(), and InsertURL().
bool GalleryTheme::InsertTransferable | ( | const css::uno::Reference< css::datatransfer::XTransferable > & | rxTransferable, |
sal_uInt32 | nInsertPos | ||
) |
Definition at line 534 of file galtheme.cxx.
References FileList::AppendFile(), aURL, FileList::Count(), FileList::GetFile(), TransferableDataHelper::GetFileList(), TransferableDataHelper::GetGraphic(), TransferableDataHelper::GetImageMap(), SvxGalleryDrawModel::GetModel(), SdrModel::GetPage(), TransferableDataHelper::GetSotStorageStream(), TransferableDataHelper::GetString(), TransferableDataHelper::HasFormat(), i, InsertFileOrDirURL(), InsertGraphic(), InsertModel(), InsertModelStream(), SdrObjList::InsertObject(), and nCount.
Referenced by GalleryBrowser2::Execute(), and GalleryBrowser2::ExecuteDrop().
bool GalleryTheme::InsertURL | ( | const INetURLObject & | rURL, |
sal_uInt32 | nInsertPos = SAL_MAX_UINT32 |
||
) |
Definition at line 497 of file galtheme.cxx.
References GalleryGraphicImport(), INetURLObject::GetMainURL(), IMPORT_NONE, InsertObject(), Graphic::IsAnimated(), avmedia::MediaWindow::isMediaURL(), and INetURLObject::Unambiguous.
Referenced by createTheme(), InsertFileOrDirURL(), and GalleryExplorer::InsertURL().
|
inline |
Definition at line 107 of file galtheme.hxx.
Referenced by ImplBroadcast().
bool GalleryTheme::IsDefault | ( | ) | const |
Definition at line 775 of file galtheme.cxx.
References GalleryThemeEntry::IsDefault(), and pThm.
Referenced by GalleryBrowser1::ImplGetExecuteVector().
|
inline |
Definition at line 100 of file galtheme.hxx.
Referenced by GalleryBrowser2::AcceptDrop(), and GalleryBrowser2::ExecuteDrop().
bool GalleryTheme::IsReadOnly | ( | ) | const |
Definition at line 774 of file galtheme.cxx.
References GalleryThemeEntry::IsReadOnly(), and pThm.
Referenced by GalleryBrowser2::AcceptDrop(), Actualize(), GalleryBrowser2::Execute(), GalleryBrowser1::ImplExecute(), GalleryBrowser1::ImplGetExecuteVector(), and GalleryBrowser2::KeyInput().
|
inline |
Definition at line 105 of file galtheme.hxx.
Referenced by Actualize().
|
inline |
Definition at line 102 of file galtheme.hxx.
Referenced by GalleryExplorer::BeginLocking().
|
privatedelete |
Definition at line 642 of file galtheme.cxx.
References SfxBroadcaster::Broadcast(), GalleryObjectCollection::clear(), CLOSE_OBJECT, COMPAT_FORMAT(), SvStream::eof(), FileExists(), INetURLObject::GetMainURL(), GetName(), GalleryObjectCollection::getObjectList(), GetParent(), VersionCompatRead::GetVersion(), i, ImplSetModified(), maGalleryObjectCollection, nCount, INetURLObject::NONE, nVersion, read_uInt16_lenPrefixed_uInt8s_ToOString(), SvStream::ReadCharAsBool(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), SvStream::SetError(), SetId(), SvDraw, and SVSTREAM_READ_ERROR.
Referenced by ReadGalleryTheme().
void GalleryTheme::RemoveObject | ( | sal_uInt32 | nPos | ) |
Definition at line 167 of file galtheme.cxx.
References SfxBroadcaster::Broadcast(), CLOSE_OBJECT, GetName(), GalleryObjectCollection::getObjectList(), ImplBroadcast(), ImplSetModified(), maGalleryObjectCollection, mpGalleryStorageEngine, and nPos.
Referenced by GalleryBrowser2::Execute().
void GalleryTheme::SetDestDir | ( | const OUString & | rDestDir, |
bool | bRelative | ||
) |
Definition at line 79 of file galtheme.cxx.
References mpGalleryStorageEngine.
Referenced by createTheme().
|
inline |
Definition at line 99 of file galtheme.hxx.
Referenced by GalleryTransferable::DragFinished(), and GalleryTransferable::StartDrag().
|
inline |
Definition at line 109 of file galtheme.hxx.
References nPos.
Referenced by GalleryTransferable::DragFinished(), and GalleryTransferable::StartDrag().
void GalleryTheme::SetId | ( | sal_uInt32 | nNewId, |
bool | bResetThemeName | ||
) |
Definition at line 773 of file galtheme.cxx.
References pThm, and GalleryThemeEntry::SetId().
Referenced by GalleryBrowser1::ImplExecute(), and ReadData().
void GalleryTheme::SetPreviewBitmapExAndStrings | ( | sal_uInt32 | nPos, |
const BitmapEx & | rBitmapEx, | ||
const Size & | rSize, | ||
const OUString & | rTitle, | ||
const OUString & | rPath | ||
) |
Definition at line 157 of file galtheme.cxx.
References GalleryObjectCollection::get(), maGalleryObjectCollection, GalleryObject::maPath, GalleryObject::maPreparedSize, GalleryObject::maPreviewBitmapEx, GalleryObject::maTitle, and nPos.
Referenced by GalleryBrowser2::UpdateRows(), and GalleryIconView::UserDraw().
void GalleryTheme::UnlockBroadcaster | ( | ) |
Definition at line 110 of file galtheme.cxx.
References DBG_ASSERT, ImplBroadcast(), and mnBroadcasterLockCount.
Referenced by Actualize().
bool GalleryTheme::UnlockTheme | ( | ) |
Definition at line 95 of file galtheme.cxx.
References DBG_ASSERT, and mnThemeLockCount.
Referenced by GalleryExplorer::EndLocking().
|
friend |
Definition at line 56 of file galtheme.hxx.
|
friend |
Definition at line 55 of file galtheme.hxx.
|
friend |
Definition at line 53 of file galtheme.hxx.
|
friend |
Definition at line 54 of file galtheme.hxx.
|
private |
Definition at line 68 of file galtheme.hxx.
Referenced by Actualize().
|
private |
Definition at line 67 of file galtheme.hxx.
|
private |
Definition at line 61 of file galtheme.hxx.
Referenced by unogallery::GalleryItem::_getPropertyValues(), AcquireObject(), Actualize(), ChangeObjectPos(), GalleryTheme(), GetGraphic(), GetModel(), GetModelStream(), GetPreviewBitmapExAndStrings(), GetURL(), InsertObject(), ReadData(), RemoveObject(), SetPreviewBitmapExAndStrings(), and ~GalleryTheme().
|
private |
Definition at line 65 of file galtheme.hxx.
Referenced by UnlockBroadcaster().
|
private |
Definition at line 64 of file galtheme.hxx.
Referenced by UnlockTheme().
|
private |
Definition at line 60 of file galtheme.hxx.
Referenced by AcquireObject(), Actualize(), GalleryTheme(), GetModel(), GetModelStream(), getModificationDate(), getThemeURL(), InsertGraphic(), InsertModel(), InsertModelStream(), InsertObject(), RemoveObject(), Gallery::RenameTheme(), SetDestDir(), and ~GalleryTheme().
|
private |
Definition at line 66 of file galtheme.hxx.
|
private |
Definition at line 62 of file galtheme.hxx.
|
private |
Definition at line 63 of file galtheme.hxx.
Referenced by Actualize(), GalleryTheme(), GetId(), GetName(), ImplSetModified(), IsDefault(), IsReadOnly(), Gallery::RenameTheme(), SetId(), and ~GalleryTheme().