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

interface XReplaceable
Base Interfaces
XReplaceableXSearchable

XSearchable
(referenced interface's summary:)
Developers Guide
Text - Navigating - Search and Replace
Spreadsheets - Search and Replace

Methods' Summary
createReplaceDescriptor creates a descriptor which contains properties that specify a search in this container. 
replaceAll searches for all occurrences of whatever is specified. 
Methods' Details
createReplaceDescriptor
XReplaceDescriptor
createReplaceDescriptor();

Description
creates a descriptor which contains properties that specify a search in this container.
See also
SearchDescriptor
replaceAll
long
replaceAll( [in] XSearchDescriptor  xDesc );

Description
searches for all occurrences of whatever is specified.
See also
SearchDescriptor
Top of Page