21 module
com { module sun { module star { module embed {
106 sequence< ::com::sun::star::beans::StringPair >
131 sequence< sequence< ::com::sun::star::beans::StringPair > >
149 sequence< sequence< ::com::sun::star::beans::StringPair > >
151 raises( ::
com::sun::star::io::IOException );
177 void insertRelationshipByID(
179 [in] sequence< ::
com::sun::star::beans::StringPair > aEntry,
180 [in]
boolean bReplace )
181 raises( ::
com::sun::star::container::ElementExistException,
182 ::
com::sun::star::io::IOException );
195 void removeRelationshipByID( [in]
string sID )
196 raises( ::
com::sun::star::container::NoSuchElementException,
197 ::
com::sun::star::io::IOException );
220 void insertRelationships(
221 [in] sequence< sequence< ::
com::sun::star::beans::StringPair > > aEntries,
222 [in]
boolean bReplace )
223 raises( ::
com::sun::star::container::ElementExistException,
224 ::
com::sun::star::io::IOException );
231 void clearRelationships()
232 raises( ::
com::sun::star::io::IOException );
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
is thrown when an input or output error has occurred.
Definition IOException.idl:27
This interface allows to get access to relationship data.
Definition XRelationshipAccess.idl:34
sequence< sequence< ::com::sun::star::beans::StringPair > > getAllRelationships()
retrieves the sequence containing all the entries controlled by the object.
string getTargetByID([in] string sID)
retrieves the value of "Target" tag from the entry with specified "ID" tag.
sequence< ::com::sun::star::beans::StringPair > getRelationshipByID([in] string sID)
retrieves the sequence containing all the tags from the entry with specified value of "ID" tag.
boolean hasByID([in] string sID)
allows to detect whether there is an entry with specified value of "ID" tag.
sequence< sequence< ::com::sun::star::beans::StringPair > > getRelationshipsByType([in] string sType)
retrieves the sequence containing all the entries which "Type" tag takes the specified value.
string getTypeByID([in] string sID)
retrieves the value of "Type" tag from the entry with specified "ID" tag.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20