Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 1857

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Service DataSequence</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="DataSequence-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Included Services</td>
<td class="navisub"><a href="#ExportedInterfaces" class="navisub">Exported Interfaces</a></td>
<td class="navisub"><a href="#PropertiesSummary" class="navisub">Properties' Summary</a></td>
<td class="navisub"><a href="#PropertiesDetails" class="navisub">Properties' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../../module-ix.html" class="namechain">::</a> <a href="../../../../module-ix.html" class="namechain">com</a> :: <a href="../../../module-ix.html" class="namechain">sun</a> :: <a href="../../module-ix.html" class="namechain">star</a> :: <a href="../module-ix.html" class="namechain">chart2</a> :: <a href="module-ix.html" class="namechain">data</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">service DataSequence</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>describes a container for a sequence of values.

 </dd>
<dd><p>With the interface <a href="XDataSequence.html">XDataSequence</a> it is possible to
 transfer a complete sequence of values.

 <p>With the optional
 ::com::sun::star::<a href="../../container/module-ix.html">container</a>::<a href="../../container/XIndexReplace.html">XIndexReplace</a> it is
 possible to modify single elements, if the corresponding
 <a href="DataProvider.html">DataProvider</a> supports modification of its values.</p>
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="ExportedInterfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XDataSequence.html">XDataSequence</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>provides read- and write-access to the underlying data.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XNumericalDataSequence.html">XNumericalDataSequence</a></td>
<td class="imsum_right"><dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>you may implement this interface to allow a fast acces to
 numerical data. With this interface you can get a
 <code>sequence</code> of <code>double</code> values.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XTextualDataSequence.html">XTextualDataSequence</a></td>
<td class="imsum_right"><dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>you may implement this interface to allow a fast acces to
 textual data. With this interface you can get a
 <code>sequence</code> of <code>string</code> values.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../../container/module-ix.html">container</a>::<a href="../../container/XIndexReplace.html">XIndexReplace</a></td>
<td class="imsum_right"><dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>provides read- and write-access to single elements of the
 underlying data.

 </dd>
<dd><p>Only when supporting this interface, it is possible for
 client applications to modify the content of the data that is
 provided by this <a href="DataSequence.html">DataSequence</a>.</p>
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../../util/module-ix.html">util</a>::<a href="../../util/XCloneable.html">XCloneable</a></td>
<td class="imsum_right"><dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>Allows creating copies of data sequences. If this interface
 is not supported, the same object will be shared if used by
 multiple objects.

 </dd>
<dd><p>Cloning is especially useful when using identifiers. A
 cloned data sequence will get a new identifier while the
 source range representation is identical to the original
 one.</p>

 <p>Note that, when this interface is not implemented the
 releasing of identifiers at the <a href="XDataProvider.html">XDataProvider</a>
 will not work properly, because more than one object may use
 the same identifier. So, when an object releases the
 identifier, another object might use a stale identifier.</p>
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../../util/module-ix.html">util</a>::<a href="../../util/XModifyBroadcaster.html">XModifyBroadcaster</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>is used to broadcast change events whenever the content (data)
 or the range representations change.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../../beans/module-ix.html">beans</a>::<a href="../../beans/XPropertySet.html">XPropertySet</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>the property interface by which the properties of all
 supported services are exchanged
 </dd>
</dl>
</td>
</tr>
</table>
<a name="PropertiesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Properties' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="DataSequenceRole.html">DataSequenceRole</a><br>
<a href="#Role">Role</a></td>
<td class="imsum_right">The role of the series inside a data series. This may be any
 string. However some strings are predefined and should always
 be used in the same way.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">boolean<br>
<a href="#IsHidden">IsHidden</a></td>
<td class="imsum_right"><b>[ OPTIONAL ]<br>
</b>If <b>true</b>, the values are hidden, and should therefore not be
 used. This may result in omitting a complete data series
 object on rendering.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">sequence&lt; long &gt;<br>
<a href="#HiddenValues">HiddenValues</a></td>
<td class="imsum_right"><b>[ OPTIONAL ]<br>
</b>a sequence of indexes that identify data points that should
 not be rendered, because they are hidden in the underlying
 data provider.
 &nbsp;</td>
</tr>
</table>
<a name="PropertiesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Properties' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="Role" class="membertitle">Role</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="DataSequenceRole.html">DataSequenceRole</a> <b>Role</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The role of the series inside a data series. This may be any
 string. However some strings are predefined and should always
 be used in the same way.

 </dd>
<dt><b>See also</b></dt>
<dd><a href="DataSequenceRole.html">DataSequenceRole</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IsHidden" class="membertitle">IsHidden</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>boolean <b>IsHidden</b>;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>If <b>true</b>, the values are hidden, and should therefore not be
 used. This may result in omitting a complete data series
 object on rendering.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="HiddenValues" class="membertitle">HiddenValues</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>sequence&lt; long &gt; <b>HiddenValues</b>;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>optional</i></dd>
<dt><b>Description</b></dt>
<dd>a sequence of indexes that identify data points that should
 not be rendered, because they are hidden in the underlying
 data provider.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>&nbsp;<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>