Sophie

Sophie

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

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

<html>
<head>
<title>Constants' Group FailReason</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="navimainnone">Use</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="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' 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">script</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group FailReason</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These values specify the reason why a type conversion failed.
</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#OUT_OF_RANGE">OUT_OF_RANGE</a></td>
<td class="imsum_right">The given value does not fit in the range of the destination type.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#IS_NOT_NUMBER">IS_NOT_NUMBER</a></td>
<td class="imsum_right">The given value cannot be converted to a number.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#IS_NOT_ENUM">IS_NOT_ENUM</a></td>
<td class="imsum_right">The given value cannot be converted to an enumeration.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#IS_NOT_BOOL">IS_NOT_BOOL</a></td>
<td class="imsum_right">The given value cannot be converted to a boolean.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NO_SUCH_INTERFACE">NO_SUCH_INTERFACE</a></td>
<td class="imsum_right">The given value is not an interface or cannot queried to the right interface.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SOURCE_IS_NO_DERIVED_TYPE">SOURCE_IS_NO_DERIVED_TYPE</a></td>
<td class="imsum_right">The given value cannot be converted to right structure or exception type.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TYPE_NOT_SUPPORTED">TYPE_NOT_SUPPORTED</a></td>
<td class="imsum_right">The type class of the given value is not supported.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#INVALID">INVALID</a></td>
<td class="imsum_right">The given value cannot be converted and none of the other reasons match.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NO_DEFAULT_AVAILABLE">NO_DEFAULT_AVAILABLE</a></td>
<td class="imsum_right"><b>[ DEPRECATED ]<br>
</b>This value is deprecated. Do not use.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#UNKNOWN">UNKNOWN</a></td>
<td class="imsum_right"><b>[ DEPRECATED ]<br>
</b>This value is deprecated. Do not use.
 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="OUT_OF_RANGE" class="membertitle">OUT_OF_RANGE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>OUT_OF_RANGE</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value does not fit in the range of the destination type.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IS_NOT_NUMBER" class="membertitle">IS_NOT_NUMBER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>IS_NOT_NUMBER</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value cannot be converted to a number.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IS_NOT_ENUM" class="membertitle">IS_NOT_ENUM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>IS_NOT_ENUM</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value cannot be converted to an enumeration.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IS_NOT_BOOL" class="membertitle">IS_NOT_BOOL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>IS_NOT_BOOL</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value cannot be converted to a boolean.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="NO_SUCH_INTERFACE" class="membertitle">NO_SUCH_INTERFACE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>NO_SUCH_INTERFACE</b> = 5;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value is not an interface or cannot queried to the right interface.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SOURCE_IS_NO_DERIVED_TYPE" class="membertitle">SOURCE_IS_NO_DERIVED_TYPE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>SOURCE_IS_NO_DERIVED_TYPE</b> = 6;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value cannot be converted to right structure or exception type.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TYPE_NOT_SUPPORTED" class="membertitle">TYPE_NOT_SUPPORTED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>TYPE_NOT_SUPPORTED</b> = 7;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The type class of the given value is not supported.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="INVALID" class="membertitle">INVALID</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>INVALID</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The given value cannot be converted and none of the other reasons match.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="NO_DEFAULT_AVAILABLE" class="membertitle">NO_DEFAULT_AVAILABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>NO_DEFAULT_AVAILABLE</b> = 9;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>deprecated</i></dd>
<dt><b>Description</b></dt>
<dd>This value is deprecated. Do not use.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="UNKNOWN" class="membertitle">UNKNOWN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>UNKNOWN</b> = 10;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>deprecated</i></dd>
<dt><b>Description</b></dt>
<dd>This value is deprecated. Do not use.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<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>