LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_gallery_XGalleryTheme_idl__
21 #define __com_sun_star_gallery_XGalleryTheme_idl__
31 module
com { module sun { module star { module gallery {
string getName()
retrieves the name of the Gallery theme
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
void removeByIndex([in] long Index)
deletes an item from the collection
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:38
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
long insertDrawingByIndex([in] com::sun::star::lang::XComponent Drawing, [in] long Index)
inserts an item
provides access to the items of a Gallery themes.
Definition: XGalleryTheme.idl:45
long insertURLByIndex([in] string URL, [in] long Index)
inserts an item
void update()
updates the theme
Definition: Ambiguous.idl:22
long insertGraphicByIndex([in] com::sun::star::graphic::XGraphic Graphic, [in] long Index)
inserts an item
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35