Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: container ::

interface XNamed

Base Interface
com::sun::star::uno::XInterface

Description
specifies the name of the object.

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



Known Services which Export this Interface

com::sun::star::table::TableChart represents a chart based on data in a table or spreadsheet.
com::sun::star::table::TableColumn represents a special cell range containing all cells of a single specific column in a table or spreadsheet.
com::sun::star::form::FormComponent specifies a component which can be part of a form.
com::sun::star::presentation::CustomPresentation A custom presentation can show the pages of its presentation in a customized order.
com::sun::star::drawing::GenericDrawPage This abstract service is implemented by every page of a DrawingDocument .
com::sun::star::ucb::PersistentPropertySet This service containss the interfaces to implement by objects returned by XPropertySetRegistry::openPropertySet .
com::sun::star::sheet::DataPilotDescriptor This is a description of the layout of a data pilot table.
com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.
com::sun::star::sheet::DataPilotField a single field in a DataPilotDescriptor.
com::sun::star::sheet::DataPilotSourceLevel a level in a data pilot source.
com::sun::star::sheet::TableAutoFormat an autoformat for tables.
com::sun::star::sheet::DataPilotSourceHierarchy a hierarchy in a data pilot source.
com::sun::star::sheet::DataPilotTable a data pilot table on a spreadsheet.
com::sun::star::sheet::NamedRange a range which can be addressed by a name.
com::sun::star::sheet::DataPilotSourceMember a field in a data pilot source.
com::sun::star::sheet::DataPilotSourceDimension a dimension in a data pilot source.
com::sun::star::sheet::DDELink A DDE link controls the results of a DDE spreadsheet formula.
com::sun::star::sheet::DatabaseRange A database range is a name for a cell range that also stores filtering, sorting, subtotal and import settings and options.
com::sun::star::sheet::SheetLink A sheet link represents the source data of linked sheets.
com::sun::star::configuration::HierarchyElement provides information about an element within a (by name) hierarchy.
com::sun::star::image::ImageMap This service specifies a html image map.
com::sun::star::packages::PackageFolder The PackageFolder service represents a single folder or directory within a Package. Instances of this service can only be constructed by an implementation of the Package service and not via the service manager.
com::sun::star::packages::PackageStream This service represents a stream contained within a Package. Instances of this class can only be constructed by the implementation of the Package service.
com::sun::star::text::AutoTextGroup provides access to text blocks in a group.
com::sun::star::text::ReferenceMark is used for cross references in text documents.
com::sun::star::text::Bookmark A bookmark is a TextContent , which is like a jump target or a label.
com::sun::star::text::TextSection A TextSection is a range of complete paragraphs within a text. @
com::sun::star::text::BaseFrame specifies the base service of text frames, graphic objects, and embedded objects
com::sun::star::text::TextTable is a table of text cells which is anchored to a surrounding text.

Methods' Summary

getName
setName sets the programmatic name of the object.

Methods' Details

getName
 
string
getName();
Returns
the programmatic name of the object.
setName
 
[ oneway ] void
setName(
[ in ] string aName );

Description
sets the programmatic name of the object.

Top of Page