odfmetadata4: #i109601#:

add XChild interface to MetadataField, InContentMetadata.
This commit is contained in:
Michael Stahl 2010-03-09 13:27:21 +01:00
parent de8c35bb47
commit 0797739d84
2 changed files with 21 additions and 0 deletions

View file

@ -32,6 +32,10 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
#ifndef __com_sun_star_container_XChild_idl__
#include <com/sun/star/container/XChild.idl>
#endif
#ifndef __com_sun_star_text_TextContent_idl__
#include <com/sun/star/text/TextContent.idl>
#endif
@ -68,6 +72,12 @@ service InContentMetadata
annotated range of text can be enumerated. */
interface com::sun::star::container::XEnumerationAccess;
//-------------------------------------------------------------------------
/** The <type>TextContent</type> that is the parent of this text range.
@since OOo 3.3
*/
interface com::sun::star::container::XChild;
};

View file

@ -32,6 +32,10 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
#ifndef __com_sun_star_container_XChild_idl__
#include <com/sun/star/container/XChild.idl>
#endif
#ifndef __com_sun_star_text_TextField_idl__
#include <com/sun/star/text/TextField.idl>
#endif
@ -77,6 +81,13 @@ service MetadataField
<type>MetadataField</type> can be enumerated. */
interface com::sun::star::container::XEnumerationAccess;
//-------------------------------------------------------------------------
/** The <type scope="com::sun::star::text">TextContent</type>
that is the parent of this <type>MetadataField</type>.
@since OOo 3.3
*/
interface com::sun::star::container::XChild;
//-------------------------------------------------------------------------
/** this is the number format for this field.
@see com::sun::star::util::NumberFormatter