| <html> |
| <head> |
| <title>class IPropertyArrayHelper</title> |
| <style> h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; } |
| h2 { font-family:"Arial"; font-size:16pt; margin-top:3pt; margin-bottom:5pt; } |
| h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; } |
| h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } |
| dl { margin-top:1pt; margin-bottom:1pt; } |
| dl.member { margin-top:1pt; margin-bottom:1pt; background-color:#eeeeff; } |
| dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } |
| dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } |
| dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; } |
| dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; } |
| dd.member { font-size:10pt; margin-top:1pt; margin-bottom:1pt; background-color:#ffffff; } |
| p { font-size:10pt; margin-top:3pt; margin-bottom:1pt; } |
| pre { font-family: Times, serif; font-size:10pt; margin-top:1pt; margin-bottom:1pt; } |
| tr { font-size:10pt; } |
| td { font-size:10pt; } |
| </style> |
| |
| <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> |
| </head> |
| <body bgcolor="#ffffff"> |
| <a name="_top_"> </a> |
| <table border="0" cellpadding="1" cellspacing="0"> |
| <tr align="center" valign="top"> |
| <td bgcolor="#eeeeff"> <a href="../../index.html" alt><font family="Arial" color="#000000" size="+1"><b>Overview</b></font></a> </td> |
| <td bgcolor="#eeeeff"> <a href="index.html" alt><font family="Arial" color="#000000" size="+1"><b>Namespace</b></font></a> </td> |
| <td bgcolor="#2222ad"> <font family="Arial" color="#ffffff" size="+1"><b>Class</b></font> </td> |
| <td bgcolor="#eeeeff"> <a href="../../index-files/index-1.html" alt><font family="Arial" color="#000000" size="+1"><b>Index</b></font></a> </td> |
| <td bgcolor="#eeeeff"> <a href="../../help.html" alt><font family="Arial" color="#000000" size="+1"><b>Help</b></font></a> </td> |
| </tr> |
| </table> |
| <table cellpadding="0" cellspacing="3"> |
| <tr> |
| <td width="20%"><font size="-2">PUBLIC MEMBERS:</font></td> |
| <td> |
| <font size="-2">CLASSES</font> |
| | <font size="-2">STRUCTS</font> |
| | <font size="-2">UNIONS</font> |
| | <font size="-2">ENUMS</font> |
| | <font size="-2">TYPEDEFS</font> |
| | <a href="#publ_ops"><font size="-2"><b>METHODS</b></font></a> |
| | <a href="#publ_static_ops"><font size="-2"><b>STATIC METHODS</b></font></a> |
| | <font size="-2">DATA</font> |
| | <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>cppu</b></font></a><font size="+1"> :: </font><div align="center" style="background-color:#ccccff; line-height:26pt;"><h2>class IPropertyArrayHelper</h2> |
| </div><hr> |
| <dl> |
| <dt>Base Classes</dt> |
| <dd>None.</dd> |
| </dl> |
| <dl> |
| <dt>Known Derived Classes</dt> |
| <dd><a href="c-OPropertyArrayHelper.html">OPropertyArrayHelper</a><br> |
| </dd> |
| </dl> |
| <br> |
| <table border cellspacing="0"> |
| <tr> |
| <td bgcolor="#eeeeff" width="25%" style="font-family:Arial; font-size:8pt; font-weight:bold;">virtual</td> |
| <td bgcolor="#eeeeff" width="25%" style="font-family:Arial; font-size:8pt; font-weight:bold;">abstract</td> |
| <td bgcolor="#eeeeff" width="25%" style="font-family:Arial; font-size:8pt; font-weight:bold;">interface</td> |
| <td bgcolor="#eeeeff" width="25%" style="font-family:Arial; font-size:8pt; font-weight:bold;">template</td> |
| </tr> |
| <tr> |
| <td style="font-family:Arial; font-size:8pt; font-weight:bold;">YES</td> |
| <td style="font-family:Arial; font-size:8pt; font-weight:bold;">YES</td> |
| <td style="font-family:Arial; font-size:8pt; font-weight:bold;">YES</td> |
| <td style="font-family:Arial; font-size:8pt;">NO</td> |
| </tr> |
| </table> |
| <dl> |
| <dt>Summary</dt> |
| <dd>This interface is used by the OPropertyHelper, to access the property description. |
| </dd> |
| </dl> |
| <dl> |
| <dt>File</dt> |
| <dd>propshlp.hxx</dd> |
| </dl> |
| <hr> |
| <dl> |
| <dt bgcolor="#CCCCFF"><a name="publ_"><h3>Public Members</h3> |
| </a> |
| </dt> |
| <dd><a name="publ_ops"> </a> |
| <table cellpadding="5" cellspacing="0" width="100%"> |
| <tr bgcolor="#CCCCFF"> |
| <td colspan="2"><h4>Methods</h4> |
| </td> |
| </tr> |
| <tr> |
| <td>virtual <br> |
| <a href="IPropertyArrayHelper/o.html#~IPropertyArrayHelper-1">~IPropertyArrayHelper</a>( );</td> |
| <td width="50%"> Folowing the rule, the first virtual method impies the virtual destructor. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual sal_Bool <br> |
| <a href="IPropertyArrayHelper/o.html#fillPropertyMembersByHandle-973">fillPropertyMembersByHandle</a>( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) = 0;</td> |
| <td width="50%"> Return the property members Name and Attribute from the handle nHandle. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > <br> |
| <a href="IPropertyArrayHelper/o.html#getProperties-974">getProperties</a>( void ) = 0;</td> |
| <td width="50%"> Return the sequence of properties. The sequence is sorted by name. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual ::com::sun::star::beans::Property <br> |
| <a href="IPropertyArrayHelper/o.html#getPropertyByName-975">getPropertyByName</a>( const ::rtl::OUString & rPropertyName ) throw( ::com::sun::star::beans::UnknownPropertyException ) = 0;</td> |
| <td width="50%"> Return the property with the name rPropertyName. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual sal_Bool <br> |
| <a href="IPropertyArrayHelper/o.html#hasPropertyByName-975">hasPropertyByName</a>( const ::rtl::OUString & rPropertyName ) = 0;</td> |
| <td width="50%"> Return true if the property with the name rPropertyName exist, otherwise false. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual sal_Int32 <br> |
| <a href="IPropertyArrayHelper/o.html#getHandleByName-975">getHandleByName</a>( const ::rtl::OUString & rPropertyName ) = 0;</td> |
| <td width="50%"> Return the handle of the property with the name rPropertyName. |
| If the property does not exist -1 is returned. |
| </td> |
| </tr> |
| <tr> |
| <td>virtual sal_Int32 <br> |
| <a href="IPropertyArrayHelper/o.html#fillHandles-976">fillHandles</a>( sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames ) = 0;</td> |
| <td width="50%"> Fill the array with the handles of the properties. |
| </td> |
| </tr> |
| </table> |
| <hr> |
| <a name="publ_static_ops"> </a> |
| <table cellpadding="5" cellspacing="0" width="100%"> |
| <tr bgcolor="#CCCCFF"> |
| <td colspan="2"><h4>Static Methods</h4> |
| </td> |
| </tr> |
| <tr> |
| <td>static void * <br> |
| <a href="IPropertyArrayHelper/o.html#operator new-94">operator new</a>( size_t nSize ) throw( );</td> |
| <td width="50%"> </td> |
| </tr> |
| <tr> |
| <td>static void <br> |
| <a href="IPropertyArrayHelper/o.html#operator delete-970">operator delete</a>( void * pMem ) throw( );</td> |
| <td width="50%"> </td> |
| </tr> |
| <tr> |
| <td>static void * <br> |
| <a href="IPropertyArrayHelper/o.html#operator new-971">operator new</a>( size_t , void * pMem ) throw( );</td> |
| <td width="50%"> </td> |
| </tr> |
| <tr> |
| <td>static void <br> |
| <a href="IPropertyArrayHelper/o.html#operator delete-972">operator delete</a>( void * , void * ) throw( );</td> |
| <td width="50%"> </td> |
| </tr> |
| </table> |
| <hr> |
| </dd> |
| </dl> |
| <a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.</p> |
| </body> |