19#ifndef INCLUDED_SVX_GALLERYITEM_HXX
20#define INCLUDED_SVX_GALLERYITEM_HXX
25#include <com/sun/star/uno/Reference.hxx>
37#define SVXGALLERYITEM_PARAMS 5
45 css::uno::Reference< css::graphic::XGraphic >
m_xGraphic;
56 const css::uno::Reference< css::graphic::XGraphic >&
GetGraphic()
const {
return m_xGraphic; }
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
css::uno::Reference< css::graphic::XGraphic > m_xGraphic
const OUString & GetURL() const
const css::uno::Reference< css::graphic::XGraphic > & GetGraphic() const
css::uno::Reference< css::lang::XComponent > m_xDrawing
constexpr OUStringLiteral SVXGALLERYITEM_DRAWING
constexpr OUStringLiteral SVXGALLERYITEM_GRAPHIC
constexpr OUStringLiteral SVXGALLERYITEM_TYPE
constexpr OUStringLiteral SVXGALLERYITEM_FILTER
constexpr OUStringLiteral SVXGALLERYITEM_URL
constexpr OUStringLiteral SVXGALLERYITEM_ARGNAME
#define SVXCORE_DLLPUBLIC