22module
com { module sun { module star { module util {
provides access to the elements of a collection through an index.
Definition XIndexAccess.idl:32
base interface of all UNO interfaces
Definition XInterface.idl:46
specifies a string search operation.
Definition XSearchDescriptor.idl:28
enables the object to look for specified contents of the object (in particular, for a text range whic...
Definition XSearchable.idl:46
com::sun::star::uno::XInterface findFirst([in] com::sun::star::util::XSearchDescriptor xDesc)
searches the contained texts for the next occurrence of whatever is specified.
com::sun::star::util::XSearchDescriptor createSearchDescriptor()
creates a SearchDescriptor which contains properties that specify a search in this container.
com::sun::star::container::XIndexAccess findAll([in] com::sun::star::util::XSearchDescriptor xDesc)
searches the contained texts for all occurrences of whatever is specified.
com::sun::star::uno::XInterface findNext([in] com::sun::star::uno::XInterface xStartAt, [in] com::sun::star::util::XSearchDescriptor xDesc)
searches the contained texts for the next occurrence of whatever is specified.
Definition Ambiguous.idl:20