22 module 
com {  module sun {  module star {  module util {
    32     boolean getValueSearch();
    37     void setValueSearch( [in] 
boolean bValueSearch );
    42     sequence<com::sun::star::beans::PropertyValue> getSearchAttributes();
    46     void setSearchAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
    53     sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
    57     void setReplaceAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
 Definition: Ambiguous.idl:20
 
This exception is thrown to indicate that the property name is unknown to the implementation. 
Definition: UnknownPropertyException.idl:30
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
 
makes it possible to search and replace properties. 
Definition: XPropertyReplace.idl:27
 
specifies a string replace operation. 
Definition: XReplaceDescriptor.idl:27