|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 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:28
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:31
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:28
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
boolean getValueSearch()
provides the information if specific property values are searched, or just the existence of the speci...