interface XNamed in module com::sun::star::container::

(Global Index)

Syntax

interface XNamed : com::sun::star::uno::XInterface ;

Description

specifies the name of the object.

The name is generally unique in the container of the object.

Method Summary

getName

setName sets the programmatic name of the object.

Known Services Which Export this Interface

com::sun::star::table::TableColumn

com::sun::star::table::TableChart

com::sun::star::form::FormComponent

com::sun::star::presentation::CustomPresentation

com::sun::star::drawing::GenericDrawPage

com::sun::star::ucb::PersistentPropertySet

com::sun::star::sheet::DataPilotDescriptor

com::sun::star::sheet::Spreadsheet

com::sun::star::sheet::DataPilotField

com::sun::star::sheet::SheetLink

com::sun::star::sheet::DataPilotSourceLevel

com::sun::star::sheet::TableAutoFormat

com::sun::star::sheet::DatabaseRange

com::sun::star::sheet::DataPilotSourceHierarchy

com::sun::star::sheet::DataPilotTable

com::sun::star::sheet::DDELink

com::sun::star::sheet::NamedRange

com::sun::star::sheet::DataPilotSourceMember

com::sun::star::sheet::DataPilotSourceDimension

com::sun::star::configuration::HierarchyElement

com::sun::star::image::ImageMap

com::sun::star::packages::PackageFolder

com::sun::star::packages::PackageStream

com::sun::star::text::AutoTextGroup

com::sun::star::text::ReferenceMark

com::sun::star::text::Bookmark

com::sun::star::text::TextSection

com::sun::star::text::BaseFrame

com::sun::star::text::TextTable

Method Details



getName

Syntax

string getName ();

Returns

the programmatic name of the object.

setName

Syntax

oneway void setName (
string aName );

Description

sets the programmatic name of the object.

Top of Page