Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 8752

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>class RegistryTypeReader</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">PROTECTED 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="#prot_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> <div class="title"><h2>class RegistryTypeReader</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><strong>D E P R E C A T E D</strong></dt>
<dt>Summary</dt>
<dd>RegistryTypeReades reads a binary type blob.

</dd>
<dt>Description</dt>
<dd>    This class provides the necessary functions to read type informations
    for all kinds of types of a type blob.
    The class is inline and use a C-Api.

    
    use typereg::Reader instead
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>reflread.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="RegistryTypeReader/o.html#RegistryTypeReader-2093">RegistryTypeReader</a>( const sal_uInt8 * buffer, sal_uInt32 bufferLen, sal_Bool copyData );</td>
<td width="50%"> Constructor.

</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeReader/o.html#RegistryTypeReader-2094">RegistryTypeReader</a>( const RegistryTypeReader &amp; toCopy );</td>
<td width="50%"> Copy constructcor</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeReader/o.html#~RegistryTypeReader-2095">~RegistryTypeReader</a>( );</td>
<td width="50%"> Destructor. The Destructor frees the data block if the copyData flag was TRUE.</td>
</tr>
<tr>
<td>RegistryTypeReader &amp; <br>
<a href="RegistryTypeReader/o.html#operator==-2096">operator==</a>( const RegistryTypeReader &amp; toAssign );</td>
<td width="50%"> Assign operator</td>
</tr>
<tr>
<td>sal_Bool <br>
<a href="RegistryTypeReader/o.html#isValid-2097">isValid</a>( ) const;</td>
<td width="50%"> checks if the registry type reader points to a valid Api.</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="RegistryTypeReader/o.html#getMinorVersion-2098">getMinorVersion</a>( ) const;</td>
<td width="50%"> returns the minor version number.

</td>
</tr>
<tr>
<td>sal_uInt16 <br>
<a href="RegistryTypeReader/o.html#getMajorVersion-2099">getMajorVersion</a>( ) const;</td>
<td width="50%"> returns the major version number.

</td>
</tr>
<tr>
<td>RTTypeClass <br>
<a href="RegistryTypeReader/o.html#getTypeClass-2100">getTypeClass</a>( ) const;</td>
<td width="50%"> returns the typeclass of the type represented by this blob.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getTypeName-2101">getTypeName</a>( ) const;</td>
<td width="50%"> returns the full qualified name of the type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getSuperTypeName-2102">getSuperTypeName</a>( ) const;</td>
<td width="50%"> returns the full qualified name of the supertype.
</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeReader/o.html#getUik-2103">getUik</a>( RTUik &amp; uik ) const;</td>
<td width="50%"> returns the unique identifier for an interface type as an out parameter.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getDoku-2104">getDoku</a>( ) const;</td>
<td width="50%"> returns the documentation string of this type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFileName-2105">getFileName</a>( ) const;</td>
<td width="50%"> returns the IDL filename where the type is defined.
</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getFieldCount-2106">getFieldCount</a>( ) const;</td>
<td width="50%"> returns the number of fields (attributes/properties, enum values or number
of constants in a module).

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldName-2107">getFieldName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the name of the field specified by index.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldType-2108">getFieldType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified name of the field specified by index.
</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="RegistryTypeReader/o.html#getFieldAccess-2109">getFieldAccess</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the access mode of the field specified by index.
</td>
</tr>
<tr>
<td>RTConstValue <br>
<a href="RegistryTypeReader/o.html#getFieldConstValue-2110">getFieldConstValue</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the value of the field specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldDoku-2111">getFieldDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string for the field specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getFieldFileName-2112">getFieldFileName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the IDL filename of the field specified by index.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodCount-2113">getMethodCount</a>( ) const;</td>
<td width="50%"> returns the number of methods of an interface type.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodName-2114">getMethodName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the name of the method specified by index.
</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodParamCount-2115">getMethodParamCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns number of parameters of the method specified by index.
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodParamType-2116">getMethodParamType</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the full qualified parameter typename.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodParamName-2117">getMethodParamName</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the name of a parameter.

</td>
</tr>
<tr>
<td>RTParamMode <br>
<a href="RegistryTypeReader/o.html#getMethodParamMode-2118">getMethodParamMode</a>( sal_uInt16 index, sal_uInt16 paramIndex ) const;</td>
<td width="50%"> returns the parameter mode, if it is an in, out or inout parameter.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getMethodExcCount-2119">getMethodExcCount</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the number of exceptions which are declared for the method specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodExcType-2120">getMethodExcType</a>( sal_uInt16 index, sal_uInt16 excIndex ) const;</td>
<td width="50%"> returns the full qualified exception type of the specified exception.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodReturnType-2121">getMethodReturnType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified return type of the method specified by index.
</td>
</tr>
<tr>
<td>RTMethodMode <br>
<a href="RegistryTypeReader/o.html#getMethodMode-2122">getMethodMode</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified exception type of the specified exception.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getMethodDoku-2123">getMethodDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string of the method specified by index.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeReader/o.html#getReferenceCount-2124">getReferenceCount</a>( ) const;</td>
<td width="50%"> returns the number of references (supported interfaces, exported services).
</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getReferenceName-2125">getReferenceName</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the full qualified typename of the reference specified by index.

</td>
</tr>
<tr>
<td>RTReferenceType <br>
<a href="RegistryTypeReader/o.html#getReferenceType-2126">getReferenceType</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the type of the reference specified by index.

</td>
</tr>
<tr>
<td>::rtl::OUString <br>
<a href="RegistryTypeReader/o.html#getReferenceDoku-2127">getReferenceDoku</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the documentation string of the reference specified by index.

</td>
</tr>
<tr>
<td>RTFieldAccess <br>
<a href="RegistryTypeReader/o.html#getReferenceAccess-2128">getReferenceAccess</a>( sal_uInt16 index ) const;</td>
<td width="50%"> returns the access mode of the reference specified by index.

</td>
</tr>
</table>
<hr>
</dd>
</dl>
<dl>
<dt class="subtitle"><a name="prot_"><h3>Protected Members</h3>
</a></dt>
<dd><a name="prot_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>const <a href="c-RegistryTypeReader_Api.html">RegistryTypeReader_Api</a> * <a href="RegistryTypeReader/d.html#m_pApi"><strong>m_pApi;</strong></a></td>
<td>stores the registry type reader Api.</td>
</tr>
<tr bgcolor="white">
<td><a href="t-TypeReaderImpl.html">TypeReaderImpl</a> <a href="RegistryTypeReader/d.html#m_hImpl"><strong>m_hImpl;</strong></a></td>
<td>stores the handle of an implementation class</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; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

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

</html>