Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 561b71d6bc68fd08a952745d06b60112 > files > 5825

openoffice.org-devel-doc-3.1.1-0.4mdvmes5.1.i586.rpm

<html>
<head>
<title>Service FormulaParser</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="FormulaParser-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"><a href="#ServicesSummary" class="navisub">Services' Summary</a></td>
<td class="navisub"><a href="#InterfacesSummary" class="navisub">Interfaces' Summary</a></td>
<td class="navisub"><a href="#PropertiesSummary" class="navisub">Properties' Summary</a></td>
<td class="navisub"><a href="#ServicesDetails" class="navisub">Services' Details</a></td>
<td class="navisub"><a href="#InterfacesDetails" class="navisub">Interfaces' Details</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">sheet</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service FormulaParser</td>
</tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="ServicesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services - Summary</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/PropertySet.html">PropertySet</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This is a generic service which should be supported by all servies
 which have properties.

 </dd>
</dl>
</td>
</tr>
</table>
<a name="InterfacesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFormulaParser.html">XFormulaParser</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>converts between text and token representations of formulas.
 </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">::com::sun::star::<a href="../table/module-ix.html">table</a>::<a href="../table/CellAddress.html">CellAddress</a><br>
<a href="#ReferencePosition">ReferencePosition</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left">boolean<br>
<a href="#CompileEnglish">CompileEnglish</a></td>
<td class="imsum_right">Whether to use English parser and formatter.

 Note: When changing this, an already existing
 <a href="#OpCodeMap">OpCodeMap</a> needs to be recreated internally, so
 for performance reasons set this _before_ setting the OpCodeMap.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">short<br>
<a href="#FormulaConvention">FormulaConvention</a></td>
<td class="imsum_right">Specifies which address reference style convention to use when
 parsing a formula string.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">boolean<br>
<a href="#IgnoreLeadingSpaces">IgnoreLeadingSpaces</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left">string<br>
<a href="#ParameterSeparator">ParameterSeparator</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left">sequence&lt; <a href="FormulaOpCodeMapEntry.html">FormulaOpCodeMapEntry</a> &gt;<br>
<a href="#OpCodeMap">OpCodeMap</a></td>
<td class="imsum_right">The complete mapping of Names to OpCodes.

 Names and symbols not defined here lead to a parser/print error.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">sequence&lt; <a href="ExternalLinkInfo.html">ExternalLinkInfo</a> &gt;<br>
<a href="#ExternalLinks">ExternalLinks</a></td>
<td class="imsum_right">List of external links referenced in formulas.

 Use of this property depends on the
 <a href="#FormulaConvention">FormulaConvention</a> in use. It is relevant only
 for AddressConvention::XL_OOX to map indices to
 external documents. The sequence must be in the order of indices
 used. Note that indices are 1-based, the sequence must start
 with an empty element.

 &nbsp;</td>
</tr>
</table>
<a name="ServicesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services - Details</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="PropertySet" class="membertitle">::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/PropertySet.html">PropertySet</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This is a generic service which should be supported by all servies
 which have properties.

 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a name="InterfacesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Details</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="XFormulaParser" class="membertitle"><a href="XFormulaParser.html">XFormulaParser</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt>(referenced entity's summary:)</dt>
<dd>converts between text and token representations of formulas.
 </dd>
</dl>
</td>
</tr>
</table>
</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="ReferencePosition" class="membertitle">ReferencePosition</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>::com::sun::star::<a href="../table/module-ix.html">table</a>::<a href="../table/CellAddress.html">CellAddress</a> <b>ReferencePosition</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CompileEnglish" class="membertitle">CompileEnglish</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>boolean <b>CompileEnglish</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Whether to use English parser and formatter.

 Note: When changing this, an already existing
 <a href="#OpCodeMap">OpCodeMap</a> needs to be recreated internally, so
 for performance reasons set this _before_ setting the OpCodeMap.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FormulaConvention" class="membertitle">FormulaConvention</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>short <b>FormulaConvention</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Specifies which address reference style convention to use when
 parsing a formula string.

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IgnoreLeadingSpaces" class="membertitle">IgnoreLeadingSpaces</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>boolean <b>IgnoreLeadingSpaces</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ParameterSeparator" class="membertitle">ParameterSeparator</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>string <b>ParameterSeparator</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="OpCodeMap" class="membertitle">OpCodeMap</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>sequence&lt; <a href="FormulaOpCodeMapEntry.html">FormulaOpCodeMapEntry</a> &gt; <b>OpCodeMap</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The complete mapping of Names to OpCodes.

 Names and symbols not defined here lead to a parser/print error.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ExternalLinks" class="membertitle">ExternalLinks</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>sequence&lt; <a href="ExternalLinkInfo.html">ExternalLinkInfo</a> &gt; <b>ExternalLinks</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>List of external links referenced in formulas.

 Use of this property depends on the
 <a href="#FormulaConvention">FormulaConvention</a> in use. It is relevant only
 for AddressConvention::XL_OOX to map indices to
 external documents. The sequence must be in the order of indices
 used. Note that indices are 1-based, the sequence must start
 with an empty element.

 </dd>
<dt><b/></dt>
<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; 2010 Sun Microsystems, Inc.</p>

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

</html>