LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_linguistic2_XConversionPropertyType_idl__
20 #define __com_sun_star_linguistic2_XConversionPropertyType_idl__
31 module
com { module sun { module star { module linguistic2 {
60 [in]
string aLeftText,
61 [in]
string aRightText,
62 [in]
short nPropertyType )
80 [in]
string aLeftText,
81 [in]
string aRightText )
void setPropertyType([in] string aLeftText, [in] string aRightText, [in] short nPropertyType)
sets the property type for the specified entry.
allows set and retrieve the property type of an entry in a conversion dictionary
Definition: XConversionPropertyType.idl:45
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
short getPropertyType([in] string aLeftText, [in] string aRightText)
returns the property type for the specified entry.
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48