31class GalleryObjectStorage;
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;
GalleryObjectCollection(GalleryObjectCollection const &)=delete
std::unique_ptr< GalleryObject > & get(sal_uInt32 nPos)
const std::unique_ptr< GalleryObject > & get(sal_uInt32 nPos) const
std::vector< std::unique_ptr< GalleryObject > > m_aObjectList
void operator=(GalleryObjectCollection const &)=delete
std::vector< std::unique_ptr< GalleryObject > > & getObjectList()
BitmapEx maPreviewBitmapEx
std::optional< INetURLObject > m_oStorageUrl
#define SVXCORE_DLLPUBLIC