Sophie

Sophie

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

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

<html>
<head>
<title>Struct ContentEvent</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="navimain"><a href="ContentEvent-xref.html" class="navimain">Use</a></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="#Elements" class="navisub">Elements' Summary</a></td>
<td class="navisub"><a href="#ElementDetails" class="navisub">Elements' 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">ucb</a> :: </p>
</td>
</tr>
<tr>
<td class="title">struct ContentEvent</td>
</tr>
<tr>
<td><dl>
<dt><b>Base Hierarchy</b></dt>
<dd><pre style="font-family:monospace;"><strong>ContentEvent</strong>
 &#x2517 ::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/EventObject.html">EventObject</a>
</pre></dd>
</dl>
</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>A structure for content events.
</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Elements"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Elements' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Action">Action</a></td>
<td class="imsum_right">The action.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Content">Content</a></td>
<td class="imsum_right">The content to that the action is related (e.g., the content that was
 just physically destroyed, the content that was just inserted into a
 folder content).

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Id">Id</a></td>
<td class="imsum_right">A content identifier, which must be filled according to the action
 notified (e.g., the id of the folder content into which another content
 was inserted).

 &nbsp;</td>
</tr>
</table>
<a name="ElementDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Elements' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="Action" class="membertitle">Action</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>Action</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The action.

 </dd>
<dd><p>The value can be one of the <a href="ContentAction.html">ContentAction</a> constants.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Content" class="membertitle">Content</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="XContent.html">XContent</a> <b>Content</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The content to that the action is related (e.g., the content that was
 just physically destroyed, the content that was just inserted into a
 folder content).

 </dd>
<dd><p>This member must be filled as follows:

 <table border=1>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#INSERTED">INSERTED</a></td>
 <td>The content inserted into a folder</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#REMOVED">REMOVED</a></td>
 <td>The content removed from a folder</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#DELETED">DELETED</a></td>
 <td>The deleted content</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#EXCHANGED">EXCHANGED</a></td>
 <td>The exchanged content (that already has the new content id)</td>
 </tr>
 </table>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Id" class="membertitle">Id</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="XContentIdentifier.html">XContentIdentifier</a> <b>Id</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A content identifier, which must be filled according to the action
 notified (e.g., the id of the folder content into which another content
 was inserted).

 </dd>
<dd><p>This member must be filled as follows:

 <table border=1>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#INSERTED">INSERTED</a></td>
 <td>Id of the folder the content was inserted into</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#REMOVED">REMOVED</a></td>
 <td>Id of the folder the content was removed from</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#DELETED">DELETED</a></td>
 <td>Id of the deleted content</td>
 </tr>
 <tr align=left>
 <td><a href="ContentAction.html">ContentAction</a>::<a href="ContentAction.html#EXCHANGED">EXCHANGED</a></td>
 <td>Previous(!) id of the exchanged content</td>
 </tr>
 </table>
 </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>