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