19 #ifndef __com_sun_star_util_XPropertyReplace_idl__
20 #define __com_sun_star_util_XPropertyReplace_idl__
32 module com { module sun { module star { module util {
42 boolean getValueSearch();
47 void setValueSearch( [in]
boolean bValueSearch );
52 sequence<com::sun::star::beans::PropertyValue> getSearchAttributes();
56 void setSearchAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
63 sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
67 void setReplaceAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
makes it possible to search and replace properties.
Definition: XPropertyReplace.idl:37
specifies a string replace operation.
Definition: XReplaceDescriptor.idl:31