Sophie

Sophie

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

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>class RegistryTypeWriter</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 RegistryTypeWriter</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>RegistryTypeWriter writes/creates a binary type blob.

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

    
    use typereg::Writer instead
</dd>
</dl>
<dl>
<dt>File</dt>
<dd>reflwrit.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="RegistryTypeWriter/o.html#RegistryTypeWriter-2238">RegistryTypeWriter</a>( RTTypeClass RTTypeClass, const ::rtl::OUString &amp; typeName, const ::rtl::OUString &amp; superTypeName, sal_uInt16 fieldCount, sal_uInt16 methodCount, sal_uInt16 referenceCount );</td>
<td width="50%"> Constructor.

</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeWriter/o.html#RegistryTypeWriter-2239">RegistryTypeWriter</a>( const RegistryTypeWriter &amp; toCopy );</td>
<td width="50%"> Copy constructcor</td>
</tr>
<tr>
<td> <br>
<a href="RegistryTypeWriter/o.html#~RegistryTypeWriter-2240">~RegistryTypeWriter</a>( );</td>
<td width="50%"> Destructor. The Destructor frees the internal data block.

</td>
</tr>
<tr>
<td>RegistryTypeWriter &amp; <br>
<a href="RegistryTypeWriter/o.html#operator==-2241">operator==</a>( const RegistryTypeWriter &amp; toAssign );</td>
<td width="50%"> Assign operator</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setUik-2242">setUik</a>( const RTUik &amp; uik );</td>
<td width="50%"> sets the unique identifier for an interface type.

</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setDoku-2243">setDoku</a>( const ::rtl::OUString &amp; doku );</td>
<td width="50%"> sets a documentation string for the type.

</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setFileName-2244">setFileName</a>( const ::rtl::OUString &amp; fileName );</td>
<td width="50%"> sets the IDL filename where this type is defined.
</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setFieldData-2245">setFieldData</a>( sal_uInt16 index, const ::rtl::OUString &amp; name, const ::rtl::OUString &amp; typeName, const ::rtl::OUString &amp; doku, const ::rtl::OUString &amp; fileName, RTFieldAccess access, RTConstValue constValue = RTConstValue );</td>
<td width="50%"> sets the data for a field member of a type blob.

</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setMethodData-2246">setMethodData</a>( sal_uInt16 index, const ::rtl::OUString &amp; name, const ::rtl::OUString &amp; returnTypeName, RTMethodMode mode, sal_uInt16 paramCount, sal_uInt16 excCount, const ::rtl::OUString &amp; doku );</td>
<td width="50%"> sets the data for a method.

</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setParamData-2247">setParamData</a>( sal_uInt16 index, sal_uInt16 paramIndex, const ::rtl::OUString &amp; type, const ::rtl::OUString &amp; name, RTParamMode mode );</td>
<td width="50%"> sets the data for the specified parameter of a method.

</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setExcData-2248">setExcData</a>( sal_uInt16 index, sal_uInt16 excIndex, const ::rtl::OUString &amp; type );</td>
<td width="50%"> sets the data for the specified exception of a mehtod.

</td>
</tr>
<tr>
<td>const sal_uInt8 * <br>
<a href="RegistryTypeWriter/o.html#getBlop-2249">getBlop</a>( );</td>
<td width="50%"> returns a pointer to the new type blob.

</td>
</tr>
<tr>
<td>sal_uInt32 <br>
<a href="RegistryTypeWriter/o.html#getBlopSize-2250">getBlopSize</a>( );</td>
<td width="50%"> returns the size of the new type blob in bytes.
</td>
</tr>
<tr>
<td>void <br>
<a href="RegistryTypeWriter/o.html#setReferenceData-2251">setReferenceData</a>( sal_uInt16 index, const ::rtl::OUString &amp; name, RTReferenceType refType, const ::rtl::OUString &amp; doku, RTFieldAccess access = RT_ACCESS_INVALID );</td>
<td width="50%"> sets the data for a reference member.

</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-RegistryTypeWriter_Api.html">RegistryTypeWriter_Api</a> * <a href="RegistryTypeWriter/d.html#m_pApi"><strong>m_pApi;</strong></a></td>
<td>stores the registry type writer Api.</td>
</tr>
<tr bgcolor="white">
<td><a href="t-TypeWriterImpl.html">TypeWriterImpl</a> <a href="RegistryTypeWriter/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>