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 {
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
makes it possible to search and replace properties.
Definition: XPropertyReplace.idl:38
void setSearchAttributes([in] sequence< com::sun::star::beans::PropertyValue > aSearchAttribs)
sets the properties to search for.
void setReplaceAttributes([in] sequence< com::sun::star::beans::PropertyValue > aSearchAttribs)
sets the properties to replace the found occurrences.
void setValueSearch([in] boolean bValueSearch)
specifies if specific property values are searched, or just the existence of the specified properties...
sequence< com::sun::star::beans::PropertyValue > getSearchAttributes()
boolean getValueSearch()
provides the information if specific property values are searched, or just the existence of the speci...
sequence< com::sun::star::beans::PropertyValue > getReplaceAttributes()
specifies a string replace operation.
Definition: XReplaceDescriptor.idl:32
Definition: Ambiguous.idl:22