Home
last modified time | relevance | path

Searched refs:GalleryItem (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/svx/source/unogallery/
H A Dunogalitem.cxx63 GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) : in GalleryItem() function in unogallery::GalleryItem
73 GalleryItem::~GalleryItem() in ~GalleryItem()
82 bool GalleryItem::isValid() const in isValid()
89 uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType ) in queryAggregation()
114 uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType ) in queryInterface()
122 void SAL_CALL GalleryItem::acquire() in acquire()
130 void SAL_CALL GalleryItem::release() in release()
138 ::rtl::OUString GalleryItem::getImplementationName_Static() in getImplementationName_Static()
146 uno::Sequence< ::rtl::OUString > GalleryItem::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
158 ::rtl::OUString SAL_CALL GalleryItem::getImplementationName() in getImplementationName()
[all …]
H A Dunogalitem.hxx46 class GalleryItem : public ::cppu::OWeakAggObject, class
56 GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject );
57 ~GalleryItem() throw();
101 GalleryItem();
102 GalleryItem( const GalleryItem& );
103 GalleryItem& operator=( const GalleryItem& );
H A Dunogaltheme.hxx37 namespace unogallery { class GalleryItem; }
48 friend class ::unogallery::GalleryItem;
90 typedef ::std::list< ::unogallery::GalleryItem* > GalleryItemList;
100 void implRegisterGalleryItem( ::unogallery::GalleryItem& rItem );
101 void implDeregisterGalleryItem( ::unogallery::GalleryItem& rItem );
H A Dunogaltheme.cxx213 … aRet = uno::makeAny( uno::Reference< gallery::XGalleryItem >( new GalleryItem( *this, *pObj ) ) ); in getByIndex()
442 void GalleryTheme::implRegisterGalleryItem( ::unogallery::GalleryItem& rItem ) in implRegisterGalleryItem()
452 void GalleryTheme::implDeregisterGalleryItem( ::unogallery::GalleryItem& rItem ) in implDeregisterGalleryItem()
/AOO42X/main/svx/inc/svx/
H A Dgaltheme.hxx93 class GalleryItem;
101 friend class ::unogallery::GalleryItem;
/AOO42X/main/offapi/com/sun/star/gallery/
H A DGalleryItem.idl48 service GalleryItem
/AOO42X/main/svx/sdi/
H A Dsvx.sdi6231 (SvxGalleryItem GalleryItem SID_GALLERY_FORMATS)
/AOO42X/main/offapi/
H A DUnoApi_offapi.mk587 offapi/com/sun/star/gallery/GalleryItem \