summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/reflection/XPublished.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /udkapi/com/sun/star/reflection/XPublished.idl
parent*api: convert more <method> (diff)
downloadcore-b7ba598ced9708da45372a6c3f8e1a17c306be8f.tar.gz
core-b7ba598ced9708da45372a6c3f8e1a17c306be8f.zip
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'udkapi/com/sun/star/reflection/XPublished.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XPublished.idl52
1 files changed, 24 insertions, 28 deletions
diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl
index b5e008a40f67..75d5266bdf86 100644
--- a/udkapi/com/sun/star/reflection/XPublished.idl
+++ b/udkapi/com/sun/star/reflection/XPublished.idl
@@ -43,47 +43,43 @@ module com { module sun { module star { module reflection {
(com::sun::star::reflection::XStructTypeDescription),
polymorphic struct type templates
(com::sun::star::reflection::XStructTypeDescription),
- exception types (<type
- scope="com::sun::star::reflection">XCompoundTypeDescription</type>),
- interface types (<type
- scope="com::sun::star::reflection">XInterfaceTypeDescription2</type>),
- typedefs (<type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
- individual constants (<type
- scope="com::sun::star::reflection">XConstantTypeDescription</type>),
- constant groups (<type
- scope="com::sun::star::reflection">XConstantsTypeDescription</type>),
- single-interface&ndash;based services (<type
- scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
- accumulation-based services (<type
- scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
- interface-based singletons (<type
- scope="com::sun::star::reflection">XSingletonTypeDescription2</type>),
- and service-based singletons (<type
- scope="com::sun::star::reflection">XSingletonTypeDescription2</type>)
+ exception types (com::sun::star::reflection::XCompoundTypeDescription),
+ interface types (com::sun::star::reflection::XInterfaceTypeDescription2),
+ typedefs (com::sun::star::reflection::XIndirectTypeDescription),
+ individual constants
+ (com::sun::star::reflection::XConstantTypeDescription),
+ constant groups (com::sun::star::reflection::XConstantsTypeDescription),
+ single-interface&ndash;based services
+ (com::sun::star::reflection::XServiceTypeDescription2),
+ accumulation-based services
+ (com::sun::star::reflection::XServiceTypeDescription2),
+ interface-based singletons
+ (com::sun::star::reflection::XSingletonTypeDescription2),
+ and service-based singletons
+ (com::sun::star::reflection::XSingletonTypeDescription2)
support the notion of being published. Therefore, for an object that
represents any such entity,
com::sun::star::reflection::XPublished should be
supported.</li>
- <li>Sequence types (<type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
+ <li>Sequence types
+ (com::sun::star::reflection::XIndirectTypeDescription),
type parameters of polymorphic struct type templates
(com::sun::star::reflection::XTypeDescription),
instantiated polymorphic struct types
(com::sun::star::reflection::XStructTypeDescription),
- attributes of interface types (<type scope="com::sun::star::reflection">
- XInterfaceAttributeTypeDescription2</type>), methods of interface types
- (<type scope="com::sun::star::reflection">
- XInterfaceMethodTypeDescription</type>), properties of
- accumulation-based services (<type
- scope="com::sun::star::reflection">XPropertyTypeDescription</type>),
+ attributes of interface types
+ (com::sun::star::reflection::XInterfaceAttributeTypeDescription2),
+ methods of interface types
+ (com::sun::star::reflection::XInterfaceMethodTypeDescription),
+ properties of accumulation-based services
+ (com::sun::star::reflection::XPropertyTypeDescription),
deprecated
com::sun::star::reflection::XArrayTypeDescriptions,
and deprecated
com::sun::star::reflection::XUnionTypeDescriptions do
- not support the notion of being published. Therefore, for an object that
- represents any such entity,
+ not support the notion of being published.
+ Therefore, for an object that represents any such entity,
com::sun::star::reflection::XPublished should not be
supported.</li>
</ul>