(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished service CellRangeListSource
Usage Restrictions
not published
Description
defines the a source of list entries coming from a cell range in a tbale document

The component cannot be instantiated at a global service factory, instead it's usually provided by a document instance.

See also
::com::sun::star::document::OfficeDocument

Included Services - Summary
::com::sun::star::form::binding::ListEntrySource

ensures the basic functionality for supplying list entries

Exported Interfaces - Summary
::com::sun::star::lang::XInitialization

allows setting initial, creation-time properties of the component (details)

Properties' Summary
[ readonly bound ] CellRangeAddress
CellRange
specifies the cell range within a document to which the component is bound.  
Included Services - Details
::com::sun::star::form::binding::ListEntrySource
Description
ensures the basic functionality for supplying list entries
Exported Interfaces - Details
::com::sun::star::lang::XInitialization
Description
allows setting initial, creation-time properties of the component

This interface is used to initialize the component after creation. It has to be used exactly once in the life time of the component, every second call to ::com::sun::star::lang::XInitialization::initialize will throw an exception.

The arguments passed to the ::com::sun::star::lang::XInitialization::initialize method must be instances of ::com::sun::star::beans::NamedValue, where the ::com::sun::star::beans::NamedValue::Name denotes the type of information to initialize, and the ::com::sun::star::beans::NamedValue::Value the inital value.

The following aspects of the components can be initialized:

  • CellRange
    specifies the address of the cell range to bind this instance to. Must be a CellRangeAddress instance.

Properties' Details
CellRange
[ readonly bound ] CellRangeAddress CellRange;
Description
specifies the cell range within a document to which the component is bound.

 
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.