22module
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:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
makes it possible to search and replace properties.
Definition XPropertyReplace.idl:28
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.
sequence< com::sun::star::beans::PropertyValue > getReplaceAttributes()
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...
specifies a string replace operation.
Definition XReplaceDescriptor.idl:28
Definition Ambiguous.idl:20