LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
TextSearch Service Referencepublished

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

import "TextSearch.idl";

Inheritance diagram for TextSearch:
XTextSearch XInterface

Additional Inherited Members

- Public Member Functions inherited from XTextSearch
void setOptions ([in] SearchOptions options)
 set the options for the forward or backward search. More...
 
SearchResult searchForward ([in] string searchStr,[in] long startPos,[in] long endPos)
 search forward in the searchStr, starts at startPos and ends by endpos. More...
 
SearchResult searchBackward ([in] string searchStr,[in] long startPos,[in] long endPos)
 search backward in the searchStr, starts at startPos and ends by endpos. More...
 

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: