LibreOffice Module svx (master) 1
|
#include <gallery.hxx>
Static Public Member Functions | |
static bool | FillThemeList (std::vector< OUString > &rThemeList) |
static bool | FillObjList (std::u16string_view rThemeName, std::vector< OUString > &rObjList) |
static bool | FillObjList (const sal_uInt32 nThemeId, std::vector< OUString > &rObjList) |
static bool | FillObjListTitle (const sal_uInt32 nThemeId, std::vector< OUString > &rList) |
static bool | InsertURL (std::u16string_view rThemeName, std::u16string_view rURL) |
static bool | InsertURL (sal_uInt32 nThemeId, std::u16string_view rURL) |
static bool | GetGraphicObj (std::u16string_view rThemeName, sal_uInt32 nPos, Graphic *pGraphic) |
static bool | GetGraphicObj (sal_uInt32 nThemeId, sal_uInt32 nPos, Graphic *pGraphic) |
static sal_uInt32 | GetSdrObjCount (std::u16string_view rThemeName) |
static sal_uInt32 | GetSdrObjCount (sal_uInt32 nThemeId) |
static bool | GetSdrObj (std::u16string_view rThemeName, sal_uInt32 nSdrModelPos, SdrModel *pModel, BitmapEx *pThumb=nullptr) |
static bool | GetSdrObj (sal_uInt32 nThemeId, sal_uInt32 nSdrModelPos, SdrModel *pModel, BitmapEx *pThumb=nullptr) |
static bool | BeginLocking (std::u16string_view rThemeName) |
static bool | BeginLocking (sal_uInt32 nThemeId) |
static bool | EndLocking (std::u16string_view rThemeName) |
static bool | EndLocking (sal_uInt32 nThemeId) |
Definition at line 99 of file gallery.hxx.
|
static |
Definition at line 258 of file galexpl.cxx.
References BeginLocking(), Gallery::GetGalleryInstance(), and Gallery::GetThemeName().
|
static |
Definition at line 239 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), and GalleryTheme::LockTheme().
Referenced by BeginLocking(), SvxBmpNumValueSet::init(), and svx::FontWorkGalleryDialog::initFavorites().
|
static |
Definition at line 293 of file galexpl.cxx.
References EndLocking(), Gallery::GetGalleryInstance(), and Gallery::GetThemeName().
|
static |
Definition at line 264 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), Gallery::ReleaseTheme(), and GalleryTheme::UnlockTheme().
Referenced by EndLocking(), svx::FontWorkGalleryDialog::initFavorites(), and SvxBmpNumValueSet::~SvxBmpNumValueSet().
|
static |
Definition at line 75 of file galexpl.cxx.
References FillObjList(), Gallery::GetGalleryInstance(), and Gallery::GetThemeName().
|
static |
Definition at line 54 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), INetURLObject::GetMainURL(), GalleryTheme::GetObjectCount(), GalleryTheme::GetObjectURL(), i, nCount, INetURLObject::NONE, and Gallery::ReleaseTheme().
Referenced by FillObjList().
|
static |
Definition at line 85 of file galexpl.cxx.
References GalleryTheme::AcquireObject(), Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), GalleryTheme::GetObjectCount(), Gallery::GetThemeName(), i, nCount, and Gallery::ReleaseTheme().
Referenced by svx::FontWorkGalleryDialog::fillFavorites(), and svx::GetGeometryForCustomShape().
|
static |
Definition at line 36 of file galexpl.cxx.
References Gallery::GetGalleryInstance(), Gallery::GetThemeCount(), Gallery::GetThemeInfo(), GalleryThemeEntry::GetThemeName(), i, GalleryThemeEntry::IsHidden(), GalleryThemeEntry::IsReadOnly(), and nCount.
|
static |
Definition at line 161 of file galexpl.cxx.
References Gallery::GetGalleryInstance(), GetGraphicObj(), Gallery::GetThemeName(), and nPos.
|
static |
Definition at line 138 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), GalleryTheme::GetGraphic(), nPos, and Gallery::ReleaseTheme().
Referenced by GetGraphicObj(), and SvxBmpNumValueSet::UserDraw().
|
static |
Definition at line 232 of file galexpl.cxx.
References Gallery::GetGalleryInstance(), GetSdrObj(), and Gallery::GetThemeName().
|
static |
Definition at line 197 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), GalleryTheme::GetModel(), GalleryTheme::GetObjectCount(), GalleryTheme::GetObjectKind(), GalleryTheme::GetThumb(), i, nCount, Gallery::ReleaseTheme(), and SvDraw.
Referenced by svx::GetGeometryForCustomShape(), GetSdrObj(), svx::FontWorkGalleryDialog::initFavorites(), and svx::FontWorkGalleryDialog::insertSelectedFontwork().
|
static |
Definition at line 191 of file galexpl.cxx.
References Gallery::GetGalleryInstance(), GetSdrObjCount(), and Gallery::GetThemeName().
|
static |
Definition at line 168 of file galexpl.cxx.
References Gallery::AcquireTheme(), Gallery::GetGalleryInstance(), GalleryTheme::GetObjectCount(), GalleryTheme::GetObjectKind(), i, nCount, Gallery::ReleaseTheme(), and SvDraw.
Referenced by svx::GetGeometryForCustomShape(), GetSdrObjCount(), and svx::FontWorkGalleryDialog::initFavorites().
|
static |
Definition at line 132 of file galexpl.cxx.
References Gallery::GetGalleryInstance(), Gallery::GetThemeName(), and InsertURL().
|
static |
Definition at line 110 of file galexpl.cxx.
References Gallery::AcquireTheme(), aURL, DBG_ASSERT, Gallery::GetGalleryInstance(), GalleryTheme::InsertURL(), and Gallery::ReleaseTheme().
Referenced by InsertURL().