interface XSearchDescriptor in module com::sun::star::util::

(Global Index)

Syntax

interface XSearchDescriptor : com::sun::star::beans::XPropertySet ;

Description

specifies a string search operation.

Method Summary

getSearchString

setSearchString sets the string of characters to look for.

Known Services Which Export this Interface

com::sun::star::util::SearchDescriptor

Method Details



getSearchString

Syntax

string getSearchString ();

Returns

the string of characters to search for.

setSearchString

Syntax

oneway void setSearchString (
string aString );

Description

sets the string of characters to look for.

Top of Page