:: com :: sun :: star :: util ::

struct AliasProgrammaticPair
Description
represents an entry from a component which implements the XLocalizedAliases.

Elements' Summary
Alias determines the name which is registered as an alias for a programmatic name.  
ProgrammaticName determines which programmatic name belongs to the alias.  
Elements' Details
Alias
string Alias;
Description
determines the name which is registered as an alias for a programmatic name.
ProgrammaticName
string ProgrammaticName;
Description
determines which programmatic name belongs to the alias.
See also
XLocalizedAliases
Top of Page