Methods' Details |
getName
- Description
- retrieves the name of the Gallery theme
- Returns
- The name of the Gallery theme
|
|
update
- Description
- updates the theme
This method iterates over each item of the Gallery theme
and updates it accordingly. Main purpose is to automatically
regenerate the thumbnails and to remove invalid items, that is items
who have got an URL that has become invalid. This method also
optimizes underlying data structures.
|
|
insertURLByIndex
- Description
- inserts an item
- Parameter URL
- The URL of a graphic or media object, that should
be added to the collection
- Parameter Index
- The zero based index of the position where to insert
the new object inside the collection. If the index is larger than
or equal to the number of already inserted items, the
item is inserted at the end of the collection. If the index
is smaller than 0, the item is inserted at the beginning of
the collection.
- Returns
- The zero based position at which the object was inserted.
If the object could not be inserted, -1 is returned.
- See also
- XGalleryItem, ::com::sun::star::lang::WrappedTargetException
|
|
insertGraphicByIndex
- Description
- inserts an item
- Parameter Graphic
- The ::com::sun::star::graphic::XGraphic object
that should be added to the collection
- Parameter Index
- The zero based index of the position where to insert
the new object inside the collection. If the index is larger than
or equal to the number of already inserted items, the
item is inserted at the end of the collection. If the index
is smaller than 0, the item is inserted at the beginning of
the collection.
- Returns
- The zero based position at which the object was inserted.
If the object could not be inserted, -1 is returned.
- See also
- ::com::sun::star::graphic::XGraphic, XGalleryItem, ::com::sun::star::lang::WrappedTargetException
|
|
insertDrawingByIndex
- Description
- inserts an item
- Parameter Drawing
- A drawing model that should be added to the collection
- Parameter Index
- The zero based index of the position where to insert
the new object inside the collection. If the index is larger than
or equal to the number of already inserted items, the
item is inserted at the end of the collection. If the index
is smaller than 0, the item is inserted at the beginning of
the collection.
- Returns
- The zero based position at which the object was inserted.
If the object could not be inserted, -1 is returned.
- See also
- XGalleryItem, ::com::sun::star::lang::WrappedTargetException
|
|
removeByIndex
- Description
- deletes an item from the collection
- Parameter Index
- The position of the item to be removed. The
position is zero based.
- See also
- ::com::sun::star::container::NoSuchElementException
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.