summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /offapi/com/sun/star/inspection
parent3122600a5e11309b86e33061defd710cf0872975 (diff)
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspector.idl8
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl6
2 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl
index c6cac35f3cd2..398bcccda11c 100644
--- a/offapi/com/sun/star/inspection/XObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspector.idl
@@ -39,15 +39,15 @@ interface XObjectInspector
{
/** allows to plug the inspector into an com::sun::star::frame::XFrame
- <p>The <member scope="com::sun::star::frame">XController::setModel</member> method
+ <p>The com::sun::star::frame::XController::setModel() method
accepts only XObjectInspectorModels, and will return <FALSE/> if the
to-be-attached model is not <NULL/>, but does not support this interface.</p>
<p>If you do not want to support a full-blown com::sun::star::frame::XModel,
use the <member>InspectorModel</member> attribute instead.</p>
- <p>The <member scope="com::sun::star::frame">XController::getViewData</member> and
- <member scope="com::sun::star::frame">XController::restoreViewData</member> exchange
+ <p>The com::sun::star::frame::XController::getViewData() and
+ com::sun::star::frame::XController::restoreViewData() exchange
string values, which describes as much of the current view state as possible.</p>
*/
interface com::sun::star::frame::XController;
@@ -65,7 +65,7 @@ interface XObjectInspector
it can provide user interface names and help URLs for property categories.</p>
<p>Note that there are two ways of setting or retrieving the current model: You can either
- use <member scope="com::sun::star::frame">XModel::setModel</member>, or, if you do not want
+ use com::sun::star::frame::XModel::setModel(), or, if you do not want
or need to implement the full-blown com::sun::star::frame::XModel interface,
you can use this property directly. Both approaches are semantically equivalent.</p>
diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index 9207f2a694a3..93fc7114d4a7 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -51,7 +51,7 @@ interface XPropertyHandler
{
/** used for controlling resources acquired by the handler
- <p><member scope="com::sun::star::lang">XComponent::dispose</member> is invoked when the property handler is not
+ <p>com::sun::star::lang::XComponent::dispose() is invoked when the property handler is not
needed by the object inspector anymore. Handler implementations should clean up any
resources here.</p>
*/
@@ -391,7 +391,7 @@ interface XPropertyHandler
If <TRUE/>, the method is called for the first-time update of the respective property, that
is, when the property browser is just initializing with the properties of the introspected
object.<br/>
- If <FALSE/>, there was a real <member scope="com::sun::star::beans">XPropertyChangeListener::propertyChange</member>
+ If <FALSE/>, there was a real com::sun::star::beans::XPropertyChangeListener::propertyChange()
event which triggered the call.<br/>
<br/>
In some cases it may be necessary to differentiate between both situations. For instance,
@@ -414,7 +414,7 @@ interface XPropertyHandler
<p>A XPropertyHandler is used by a XObjectInspector instance,
which implements the XController interface. By definition, a XObjectInspector always forwards
- all suspend requests (<member scope="com::sun::star::frame">XController::suspend</member>) to
+ all suspend requests (com::sun::star::frame::XController::suspend()) to
all it's handlers.</p>
<p>The usual use case for this method are non-modal user interface components used