Sophie

Sophie

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

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

<html>
<head>
<title>Global Functions in Namespace  in Sourcefile data.h</title>
<link rel="stylesheet" type="text/css" href="../cpp.css">
</head>
<body>
<div id="adc-cppref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="1" cellspacing="0">
<tr align="center" valign="top">
<td class="navimain">&nbsp;<a href="../index.html">Overview</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="index.html">Namespace</a>&nbsp;</td>
<td class="navimainnone">&nbsp;Class&nbsp;</td>
<td class="navimain">&nbsp;<a href="../index-files/index-1.html">Index</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../help.html">Help</a>&nbsp;</td>
</tr>
</table>
<table class="navisub" cellpadding="0" cellspacing="3"></table>
<hr>
<div class="title"><h2>Global Functions in Global Namespace C++<br>
in Sourcefile data.h</h2>
</div><hr>
<dl class="member">
<dt class="member"><a name="uno_assignData-3114"> </a>uno_assignData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
<a href="t-sal_Bool.html">sal_Bool</a> <strong>uno_assignData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pDestTypeDescr,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pSourceTypeDescr,</td>
</tr>
<tr>
<td>uno_QueryInterfaceFunc</td>
<td>queryInterface,</td>
</tr>
<tr>
<td>uno_AcquireFunc</td>
<td>acquire,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Description</dt>
<dd><pre>Assigns a destination value with a source value.
Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short).
Querying for demanded interface type is allowed.
Assignment from any value to a value of type Any and vice versa is allowed.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDestTypeDescr</td>
<td><pre><pre>type description of destination value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value; if 0, then destination value will be assigned
                        to default value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSourceTypeDescr</td>
<td><pre><pre>type destination of source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">queryInterface</td>
<td><pre><pre>function called each time an interface needs to be queried;
                        defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">acquire</td>
<td><pre><pre>function called each time an interface needs to be acquired;
                        defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function called each time an interface needs to be released;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd><pre>true if destination has been successfully assigned
</pre></dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_constructData-3112"> </a>uno_constructData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_constructData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pMem,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pTypeDescr );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Default constructs a value. All simple types are set to 0, enums are set to their default value.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pMem</td>
<td><pre><pre>pointer to memory of value to be constructed
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pTypeDescr</td>
<td><pre><pre>type description of value to be constructed
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_copyAndConvertData-3108"> </a>uno_copyAndConvertData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_copyAndConvertData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pTypeDescr,</td>
</tr>
<tr>
<td><a href="c-_uno_Mapping.html">_uno_Mapping</a> *</td>
<td>mapping );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Copy construct memory with given value. The size of the destination value must be larger
or equal to the size of the source value. Interfaces are converted/ mapped by mapping parameter.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value memory
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pTypeDescr</td>
<td><pre><pre>type description of source
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">mapping</td>
<td><pre><pre>mapping to convert/ map interfaces
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_copyData-3106"> </a>uno_copyData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_copyData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pTypeDescr,</td>
</tr>
<tr>
<td>uno_AcquireFunc</td>
<td>acquire );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Copy construct memory with given value. The size of the destination value must be larger
or equal to the size of the source value.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value memory
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pTypeDescr</td>
<td><pre><pre>type description of source
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">acquire</td>
<td><pre><pre>function called each time an interface needs to be acquired;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_destructData-3110"> </a>uno_destructData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_destructData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pValue,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pTypeDescr,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Destructs a given value; does NOT free its memory!

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pValue</td>
<td><pre><pre>value to be destructed
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pTypeDescr</td>
<td><pre><pre>type description of value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function called each time an interface pointer needs to be released;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_equalData-3104"> </a>uno_equalData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
<a href="t-sal_Bool.html">sal_Bool</a> <strong>uno_equalData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pVal1,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pVal1TypeDescr,</td>
</tr>
<tr>
<td>void *</td>
<td>pVal2,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescription.html">_typelib_TypeDescription</a> *</td>
<td>pVal2TypeDescr,</td>
</tr>
<tr>
<td>uno_QueryInterfaceFunc</td>
<td>queryInterface,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Tests if two values are equal. May compare different types (e.g., short to long).

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal1</td>
<td><pre><pre>pointer to a value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal1TypeDescr</td>
<td><pre><pre>type description of pVal1
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal2</td>
<td><pre><pre>pointer to another value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal2TypeDescr</td>
<td><pre><pre>type description of pVal2
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">queryInterface</td>
<td><pre><pre>function called each time two interfaces are tested whether they belong
                        to the same object; defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function to release queried interfaces; defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd><pre>true if values are equal
</pre></dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_assignData-3115"> </a>uno_type_assignData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
<a href="t-sal_Bool.html">sal_Bool</a> <strong>uno_type_assignData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pDestType,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pSourceType,</td>
</tr>
<tr>
<td>uno_QueryInterfaceFunc</td>
<td>queryInterface,</td>
</tr>
<tr>
<td>uno_AcquireFunc</td>
<td>acquire,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Description</dt>
<dd><pre>Assigns a destination value with a source value.
Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short).
Querying for demanded interface type is allowed.
Assignment from any value to a value of type Any and vice versa is allowed.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDestType</td>
<td><pre><pre>type of destination value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value; if 0, then destination value will be assigned
                        to default value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSourceType</td>
<td><pre><pre>type of source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">queryInterface</td>
<td><pre><pre>function called each time an interface needs to be queried;
                        defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">acquire</td>
<td><pre><pre>function called each time an interface needs to be acquired;
                        defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function called each time an interface needs to be released;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd><pre>true if destination has been successfully assigned
</pre></dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_constructData-3113"> </a>uno_type_constructData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_type_constructData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pMem,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pType );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Default constructs a value. All simple types are set to 0, enums are set to their default value.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pMem</td>
<td><pre><pre>pointer to memory of value to be constructed
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pType</td>
<td><pre><pre>type of value to be constructed
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_copyAndConvertData-3109"> </a>uno_type_copyAndConvertData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_type_copyAndConvertData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pType,</td>
</tr>
<tr>
<td><a href="c-_uno_Mapping.html">_uno_Mapping</a> *</td>
<td>mapping );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Copy construct memory with given value. The size of the destination value must be larger
or equal to the size of the source value. Interfaces are converted/ mapped by mapping parameter.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value memory
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pType</td>
<td><pre><pre>type of source
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">mapping</td>
<td><pre><pre>mapping to convert/ map interfaces
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_copyData-3107"> </a>uno_type_copyData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_type_copyData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pDest,</td>
</tr>
<tr>
<td>void *</td>
<td>pSource,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pType,</td>
</tr>
<tr>
<td>uno_AcquireFunc</td>
<td>acquire );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Copy construct memory with given value. The size of the destination value must be larger
or equal to the size of the source value.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pDest</td>
<td><pre><pre>pointer to destination value memory
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pSource</td>
<td><pre><pre>pointer to source value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pType</td>
<td><pre><pre>type of source
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">acquire</td>
<td><pre><pre>function called each time an interface needs to be acquired;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_destructData-3111"> </a>uno_type_destructData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
void <strong>uno_type_destructData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pValue,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pType,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Destructs a given value; does NOT free its memory!

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pValue</td>
<td><pre><pre>value to be destructed
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pType</td>
<td><pre><pre>type of value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function called each time an interface pointer needs to be released;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_equalData-3105"> </a>uno_type_equalData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
<a href="t-sal_Bool.html">sal_Bool</a> <strong>uno_type_equalData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td>void * </td>
<td> pVal1,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pVal1Type,</td>
</tr>
<tr>
<td>void *</td>
<td>pVal2,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pVal2Type,</td>
</tr>
<tr>
<td>uno_QueryInterfaceFunc</td>
<td>queryInterface,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Summary</dt>
<dd><pre>Tests if two values are equal. May compare different types (e.g., short to long).

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal1</td>
<td><pre><pre>pointer to a value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal1Type</td>
<td><pre><pre>type of pVal1
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal2</td>
<td><pre><pre>pointer to another value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pVal2Type</td>
<td><pre><pre>type of pVal2
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">queryInterface</td>
<td><pre><pre>function called each time two interfaces are tested whether they belong
                        to the same object; defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function to release queried interfaces; defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd><pre>true if values are equal
</pre></dd>
</dl>
</dd>
</dl>
<hr>
<dl class="member">
<dt class="member"><a name="uno_type_isAssignableFromData-3116"> </a>uno_type_isAssignableFromData</dt>
<dd class="member"><dl>
<dt class="simple">extern &quot;C&quot;<br>
<a href="t-sal_Bool.html">sal_Bool</a> <strong>uno_type_isAssignableFromData</strong>(</dt>
<dd><table class="param-table">
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> * </td>
<td> pAssignable,</td>
</tr>
<tr>
<td>void *</td>
<td>pFrom,</td>
</tr>
<tr>
<td><a href="c-_typelib_TypeDescriptionReference.html">_typelib_TypeDescriptionReference</a> *</td>
<td>pFromType,</td>
</tr>
<tr>
<td>uno_QueryInterfaceFunc</td>
<td>queryInterface,</td>
</tr>
<tr>
<td>uno_ReleaseFunc</td>
<td>release );</td>
</tr>
</table>
</dd>
</dl>
<br>
</dd>
<dd class="member"><table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="12%" class="flagname">virtual</td>
<td width="12%" class="flagname">abstract</td>
<td width="12%" class="flagname">const</td>
<td width="12%" class="flagname">volatile</td>
<td width="12%" class="flagname">template</td>
<td width="12%" class="flagname">static</td>
<td width="12%" class="flagname">inline</td>
<td width="12%" class="flagname">C-linkage</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagyes">YES</td>
</tr>
</table>
<br>
</dd>
<dd class="member"><dl>
<dt>Description</dt>
<dd><pre>Tests whether a value of given type is assignable from given value.
Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short).
Querying for demanded interface type is allowed.
Assignment from any value to a value of type Any and vice versa is allowed.

</pre></dd>
<dt>Parameters</dt>
<dd><table border="0" width="100%" cellpadding="3" cellspacing="0" class="expl-table">
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pAssignable</td>
<td><pre><pre>type
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pFrom</td>
<td><pre><pre>pointer to value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">pFromType</td>
<td><pre><pre>type of value
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">queryInterface</td>
<td><pre><pre>function called each time an interface needs to be queried;
                        defaults (0) to uno
</pre></pre></td>
</tr>
<tr>
<td width="15%" style="vertical-align:top; font-weight:bold">release</td>
<td><pre><pre>function called each time an interface needs to be released;
                        defaults (0) to uno
</pre></pre></td>
</tr>
</table>
</dd>
<dt>Return</dt>
<dd><pre>true if value is destination has been successfully assigned
</pre></dd>
</dl>
</dd>
</dl>
<hr>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

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

</html>