LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
List of all members
TextSearch2 Service Reference

search a string with a defined algorithm in another string. More...

Inheritance diagram for TextSearch2:
XTextSearch2 XTextSearch XInterface

Additional Inherited Members

- Public Member Functions inherited from XTextSearch2
void setOptions2 ([in] SearchOptions2 options)
 set the options for the forward or backward search.
 
- Public Member Functions inherited from XTextSearch
void setOptions ([in] SearchOptions options)
 set the options for the forward or backward search.
 
SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos)
 search forward in the searchStr, starts at startPos and ends by endpos.
 
SearchResult searchBackward ([in] string searchStr, [in] long startPos, [in] long endPos)
 search backward in the searchStr, starts at startPos and ends by endpos.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

search a string with a defined algorithm in another string.

It is possible to search forward or backward in the string.


The documentation for this service was generated from the following file: