struct LocalizedName in module com::sun::star::sheet::

(Global Index)

Syntax

struct LocalizedName;

Description

A name that is valid for a specified locale.

Field Summary

Locale The locale for which this name is valid.

Name The name itself.

Field Details



Locale

Syntax

com::sun::star::lang::Locale Locale;

Description

The locale for which this name is valid.


Name

Syntax

string Name;

Description

The name itself.

Top of Page