Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Summary
attachDataProvider
attaches a component that provides data for the document.
setArguments
getUsedRangeRepresentations
returns a list of all range strings for which data has been
requested by the most recently attached data provider, and
which is still used.
getUsedData
Returns the data requested by the most recently attached data
provider, that is still used.
attachNumberFormatsSupplier
attaches an ::XNumberFormatsSupplier to this
XDataReceiver .
getRangeHighlighter
Returns a component at which a view representing the data of
the attached data provider may listen for highlighting the
data ranges used by the currently selected objects in the data
receiver component.
Methods' Details
attachDataProvider
Description
attaches a component that provides data for the document.
The previously set data provider will be released.
Parameter xProvider
The new DataProvider. If it is an empty reference, the
ChartDocument will have no data.
setArguments
getUsedRangeRepresentations
sequence< string >
getUsedRangeRepresentations ();
Description
returns a list of all range strings for which data has been
requested by the most recently attached data provider, and
which is still used.
This list may be used by the data provider to swap charts
out of memory, but still get informed by changes of ranges
while the chart is not loaded.
Returns
a list of used range strings.
getUsedData
Description
Returns the data requested by the most recently attached data
provider, that is still used.
attachNumberFormatsSupplier
Description
attaches an ::XNumberFormatsSupplier to this
XDataReceiver .
The given number formats will be used for display purposes.
getRangeHighlighter
Description
Returns a component at which a view representing the data of
the attached data provider may listen for highlighting the
data ranges used by the currently selected objects in the data
receiver component.
This is typically used by a spreadsheet to hightlight the
ranges used by the currently selected object in a chart.
The range hightlighter is optional, i.e., this method may
return an empty object.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.