Searched refs:GalleryItem (Results 1 – 8 of 8) sorted by relevance
63 GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) : in GalleryItem() function in unogallery::GalleryItem73 GalleryItem::~GalleryItem() in ~GalleryItem()82 bool GalleryItem::isValid() const in isValid()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()158 ::rtl::OUString SAL_CALL GalleryItem::getImplementationName() in getImplementationName()189 uno::Sequence< uno::Type > SAL_CALL GalleryItem::getTypes() in getTypes()224 sal_Int8 SAL_CALL GalleryItem::getType() in getType()443 const ::GalleryObject* GalleryItem::implGetObject() const in implGetObject()[all …]
46 class GalleryItem : public ::cppu::OWeakAggObject, class56 GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject );57 ~GalleryItem() throw();101 GalleryItem();102 GalleryItem( const GalleryItem& );103 GalleryItem& operator=( const GalleryItem& );
37 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 );
213 … 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()
93 class GalleryItem;101 friend class ::unogallery::GalleryItem;
48 service GalleryItem
6231 (SvxGalleryItem GalleryItem SID_GALLERY_FORMATS)
587 offapi/com/sun/star/gallery/GalleryItem \
Completed in 50 milliseconds