summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/inspection
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r--offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl2
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorModel.idl4
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorUI.idl2
-rw-r--r--offapi/com/sun/star/inspection/XStringRepresentation.idl4
4 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
index 54bf61b0c8c7..3737e154855e 100644
--- a/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
+++ b/offapi/com/sun/star/inspection/PropertyCategoryDescriptor.idl
@@ -32,7 +32,7 @@ struct PropertyCategoryDescriptor
{
/** contains the programmatic name of the category.
- <p>This programmatic name is used internally: <member>XPropertyHandler::describePropertyLine</member>
+ <p>This programmatic name is used internally: XPropertyHandler::describePropertyLine()
sets a programmatic category name at <member>LineDescriptor::Category</member>,
and an object inspector uses this to find the proper PropertyCategoryDescriptor.</p>
*/
diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
index d27e7a82b68d..89f2bf8e2b0f 100644
--- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
@@ -66,7 +66,7 @@ interface XObjectInspectorModel
/** describes the property categories used by the property handlers.
<p>Properties can be sorted into different categories, described by the <member>LineDescriptor::Category</member>
- attribute, which is filled in <member>XPropertyHandler::describePropertyLine</member>
+ attribute, which is filled in XPropertyHandler::describePropertyLine()
method of your property handler.<br/>
Those names provided by the handlers are programmatic names. All other information
about categories is part of the PropertyCategoryDescriptor, and
@@ -103,7 +103,7 @@ interface XObjectInspectorModel
<p>If for two different properties the same order index is returned, the
ObjectInspector will assume the order in which those properties
were provided by the respective property handler
- (<member>XPropertyHandler::getSupportedProperties</member>).<br/>
+ (XPropertyHandler::getSupportedProperties()).<br/>
If two such properties originate from different handlers, they will be ordered according
to the order of the handlers, as provided in the <member>HandlerFactories</member> attribute.</p>
diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
index dd3e549d3965..070d8b80edab 100644
--- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl
@@ -90,7 +90,7 @@ interface XObjectInspectorUI
<p>Note that the property whose UI should be rebuilt must not necessarily be (though usually <em>is</em>)
in the responsibility of the handler which calls this method. The object inspector will look up the
handler with the responsibility for <arg>PropertyName</arg> and call its
- <member>XPropertyHandler::describePropertyLine</member></p>
+ XPropertyHandler::describePropertyLine()</p>
@param PropertyName
the name of the property whose UI is to be completely rebuilt.
diff --git a/offapi/com/sun/star/inspection/XStringRepresentation.idl b/offapi/com/sun/star/inspection/XStringRepresentation.idl
index 8191978dc898..9a0cde4d794d 100644
--- a/offapi/com/sun/star/inspection/XStringRepresentation.idl
+++ b/offapi/com/sun/star/inspection/XStringRepresentation.idl
@@ -34,7 +34,7 @@ interface XStringRepresentation
The to-be-converted property value.
@return
The converted string representation of the property value.
- @see <member>XPropertyHandler::convertToControlValue</member>
+ @see XPropertyHandler::convertToControlValue()
*/
string convertToControlValue([in]any PropertyValue) raises( com::sun::star::uno::Exception );
@@ -43,7 +43,7 @@ interface XStringRepresentation
The to-be-converted control value.
@param ControlValueType
The target type of the conversion.
- @see <member>XPropertyHandler::convertToPropertyValue</member>
+ @see XPropertyHandler::convertToPropertyValue()
*/
any convertToPropertyValue(
[in]string ControlValue,