INTEGRATION: CWS extmgrui04 (1.2.52); FILE MERGED

2008/06/18 08:40:17 dv 1.2.52.1: #i90143# Allowed access to publisher text and link for automatic testing
This commit is contained in:
Vladimir Glazounov 2008-06-30 14:04:32 +00:00
parent cc0401859c
commit cdfdd31844

View file

@ -8,7 +8,7 @@
*
* $RCSfile: extensionlistbox.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
@ -75,6 +75,16 @@ public:
Throws an com::sun::star::lang::IllegalArgumentException, when the position is invalid. */
virtual ::rtl::OUString getItemDescription( sal_Int32 index ) const = 0;
/** @return The publisher string of the entry with the given index
The index starts with 0.
Throws an com::sun::star::lang::IllegalArgumentException, when the position is invalid. */
virtual ::rtl::OUString getItemPublisher( sal_Int32 index ) const = 0;
/** @return The link behind the publisher text of the entry with the given index
The index starts with 0.
Throws an com::sun::star::lang::IllegalArgumentException, when the position is invalid. */
virtual ::rtl::OUString getItemPublisherLink( sal_Int32 index ) const = 0;
/** The entry at the given position will be selected
Index starts with 0.
Throws an com::sun::star::lang::IllegalArgumentException, when the position is invalid. */