Sophie

Sophie

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

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

<html>
<head>
<title>class TypeDescription</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="navimainself">&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">
<tr>
<td width="20%"><font size="-2">PUBLIC MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<a href="#publ_ops"><font size="-2"><b>METHODS</b></font></a>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<font size="-2">DATA</font>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
<tr>
<td width="20%"><font size="-2">PRIVATE MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<font size="-2">METHODS</font>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<a href="#priv_vars"><font size="-2"><b>DATA</b></font></a>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
</table>
<hr>
<a href="../../../../../names/index.html" alt="Global Namespace in C++"><font size="+1"><b>::</b></font></a> <a href="../../../index.html" alt="namespace"><font size="+1"><b>com</b></font></a><font size="+1"> :: </font><a href="../../index.html" alt="namespace"><font size="+1"><b>sun</b></font></a><font size="+1"> :: </font><a href="../index.html" alt="namespace"><font size="+1"><b>star</b></font></a><font size="+1"> :: </font><a href="index.html" alt="namespace"><font size="+1"><b>uno</b></font></a><font size="+1"> :: </font><div class="title"><h2>class TypeDescription</h2>
</div><hr>
<dl>
<dt>Base Classes</dt>
<dd>None.</dd>
</dl>
<dl>
<dt>Known Derived Classes</dt>
<dd>None.</dd>
</dl>
<br>
<table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="25%" class="flagname">virtual</td>
<td width="25%" class="flagname">abstract</td>
<td width="25%" class="flagname">interface</td>
<td width="25%" class="flagname">template</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<dl>
<dt>Summary</dt>
<dd>C++ wrapper for typelib_TypeDescription.
Constructors by name, type, type description reference will get the full type description.

</dd>
<dt>See Also</dt>
<dd><a href="../../../../t-typelib_TypeDescription.html">typelib_TypeDescription</a> <br>
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>typedescription.hxx</dd>
</dl>
<hr>
<dl>
<dt class="subtitle"><a name="publ_"><h3>Public Members</h3>
</a></dt>
<dd><a name="publ_ops"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Methods</h4>
</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2737">TypeDescription</a>( typelib_TypeDescription * pTypeDescr = 0 ) throw( );</td>
<td width="50%"> Constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2738">TypeDescription</a>( typelib_TypeDescriptionReference * pTypeDescrRef ) throw( );</td>
<td width="50%"> Constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2739">TypeDescription</a>( const ::com::sun::star::uno::Type &amp; rType ) throw( );</td>
<td width="50%"> Constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2740">TypeDescription</a>( const TypeDescription &amp; rDescr ) throw( );</td>
<td width="50%"> Copy constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2741">TypeDescription</a>( rtl_uString * pTypeName ) throw( );</td>
<td width="50%"> Constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#TypeDescription-2742">TypeDescription</a>( const ::rtl::OUString &amp; rTypeName ) throw( );</td>
<td width="50%"> Constructor:

</td>
</tr>
<tr>
<td> <br>
<a href="TypeDescription/o.html#~TypeDescription-2743">~TypeDescription</a>( ) throw( );</td>
<td width="50%"> Destructor: releases type description
</td>
</tr>
<tr>
<td>TypeDescription &amp; <br>
<a href="TypeDescription/o.html#operator=-2744">operator=</a>( typelib_TypeDescription * pTypeDescr ) throw( );</td>
<td width="50%"> Assignment operator: acquires given type description and releases a set one.

</td>
</tr>
<tr>
<td>TypeDescription &amp; <br>
<a href="TypeDescription/o.html#operator=-2745">operator=</a>( const TypeDescription &amp; rTypeDescr ) throw( );</td>
<td width="50%"> Assignment operator: acquires given type description and releases a set one.

</td>
</tr>
<tr>
<td>sal_Bool <br>
<a href="TypeDescription/o.html#equals-2746">equals</a>( const typelib_TypeDescription * pTypeDescr ) const throw( );</td>
<td width="50%"> Tests whether two type descriptions are equal.

</td>
</tr>
<tr>
<td>sal_Bool <br>
<a href="TypeDescription/o.html#equals-2747">equals</a>( const TypeDescription &amp; rTypeDescr ) const throw( );</td>
<td width="50%"> Tests whether two type descriptions are equal.

</td>
</tr>
<tr>
<td>void <br>
<a href="TypeDescription/o.html#makeComplete-2748">makeComplete</a>( ) const throw( );</td>
<td width="50%"> Makes stored type description complete.
</td>
</tr>
<tr>
<td>typelib_TypeDescription * <br>
<a href="TypeDescription/o.html#get-2749">get</a>( ) const throw( );</td>
<td width="50%"> Gets the UNacquired type description pointer.

</td>
</tr>
<tr>
<td>sal_Bool <br>
<a href="TypeDescription/o.html#is-2750">is</a>( ) const throw( );</td>
<td width="50%"> Tests if a type description is set.

</td>
</tr>
</table>
<hr>
</dd>
</dl>
<dl>
<dt class="subtitle"><a name="priv_"><h3>Private Members</h3>
</a></dt>
<dd><a name="priv_vars"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Data</h4>
</td>
</tr>
<tr bgcolor="white">
<td><a href="../../../../t-typelib_TypeDescription.html">typelib_TypeDescription</a> * <a href="TypeDescription/d.html#_pTypeDescr"><strong>_pTypeDescr;</strong></a></td>
<td>C typelib type description
</td>
</tr>
</table>
<hr>
</dd>
</dl>
<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>