22module
com { module sun { module star { module util {
provides access to the elements of a collection through an index.
Definition generated_idl_chapter_refs.idl:3903
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
specifies a string search operation.
Definition XSearchDescriptor.idl:28
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