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