54 std::vector<std::unique_ptr<GalleryObject>>&
getObjectList() {
return m_aObjectList; }
55 std::unique_ptr<GalleryObject>&
get(sal_uInt32
nPos) {
return m_aObjectList[
nPos]; }
56 const std::unique_ptr<GalleryObject>&
get(sal_uInt32
nPos)
const {
return m_aObjectList[
nPos]; }
57 sal_uInt32
size()
const {
return m_aObjectList.size(); }
62 const INetURLObject& getURLForPosition(sal_uInt32 nPos)
const;
std::vector< std::unique_ptr< GalleryObject > > & getObjectList()
const INetURLObject & getURL() const
BitmapEx maPreviewBitmapEx
std::vector< std::unique_ptr< GalleryObject > > m_aObjectList
#define SVXCORE_DLLPUBLIC
std::unique_ptr< GalleryObjectStorage > m_pGalleryObjectStorage