LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XExactName Interface Referencepublished

provides a method of changing names for converting an approximate name to an existing name. More...

import"XExactName.idl";

Inheritance diagram for XExactName:
XInterface HierarchyAccess ConfigurationAccess GroupAccess SetAccess ConfigurationUpdateAccess ConfigurationAccess GroupUpdate ConfigurationAccess SetUpdate ConfigurationUpdateAccess ConfigurationUpdateAccess ConfigurationUpdateAccess ConfigurationUpdateAccess

Public Member Functions

string getExactName ([in] string aApproximateName)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides a method of changing names for converting an approximate name to an existing name.

One field of application is the conversion of case-insensitive names to the existing names.

Example: A basic interpreter ignores the case of the names. So it must query the XExactName interface and then call the method.

See also
com::sun::star::beans::XPropertySet
com::sun::star::beans::XIntrospectionAccess
com::sun::star::container::XNameAccess

Member Function Documentation

◆ getExactName()

string getExactName ( [in] string  aApproximateName)
Returns
the exact name for a given approximate name.

For example "getExactName" could be returned for "GETEXACTNAME" when "GETEXACTNAME" was used by a case insensitive scripting language.


The documentation for this interface was generated from the following file: