summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/inspection
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r--offapi/com/sun/star/inspection/LineDescriptor.idl12
-rw-r--r--offapi/com/sun/star/inspection/ObjectInspector.idl6
-rw-r--r--offapi/com/sun/star/inspection/PropertyControlType.idl8
-rw-r--r--offapi/com/sun/star/inspection/XNumericControl.idl8
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspector.idl8
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorModel.idl4
6 files changed, 23 insertions, 23 deletions
diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl
index fcfb133c774b..d2dc6bad9868 100644
--- a/offapi/com/sun/star/inspection/LineDescriptor.idl
+++ b/offapi/com/sun/star/inspection/LineDescriptor.idl
@@ -86,13 +86,13 @@ struct LineDescriptor
/** describes the URL of an image to display on the primary button, if any.
- <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
- object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
+ <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
+ object from an com::sun::star::graphic::GraphicProvider.</p>
<p>The property will be ignored if <member>HasPrimaryButton</member> is <FALSE/>.</p>
<p>If you need to specify a graphic which does not have an URL, but is available as
- <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
+ com::sun::star::graphic::XGraphic only, then you must leave
<code>PrimaryButtonImageURL</code> empty, and use the <member>PrimaryButtonImage</member> property.
@see PrimaryButtonImage
@@ -131,13 +131,13 @@ struct LineDescriptor
/** describes the URL of an image to display on the secondary button, if any.
- <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
- object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
+ <p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
+ object from an com::sun::star::graphic::GraphicProvider.</p>
<p>The property will be ignored if <member>HasSecondaryButton</member> is <FALSE/>.</p>
<p>If you need to specify a graphic which does not have an URL, but is available as
- <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
+ com::sun::star::graphic::XGraphic only, then you must leave
<code>SecondaryButtonImageURL</code> empty, and use the <member>SecondaryButtonImage</member> property.
@see SecondaryButtonImage
diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl
index bb013894c985..79230df6a616 100644
--- a/offapi/com/sun/star/inspection/ObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/ObjectInspector.idl
@@ -24,10 +24,10 @@
module com { module sun { module star { module inspection {
-/** describes an <type scope="com::sun::star::frame">Controller</type> which can be used to
+/** describes an com::sun::star::frame::Controller which can be used to
browse and modify properties of components.
- <p>The controller can be plugged into an <type scope="com::sun::star::frame">XFrame</type>, and will
+ <p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
provide a visual component for inspecting and modifying component properties.<br/>
Note that "property" here is a generic term - any aspect of a component can be considered a property,
as long as some property handler is able to describe this aspect in a property-like way.</p>
@@ -53,7 +53,7 @@ module com { module sun { module star { module inspection {
<p>Since property handlers might have the need to raise UI, they will be created with a context
value named "DialogParentWindow", which contains an XWindow which should be used as parent of
any windows to raise.<br/>
- If the <type scope="com::sun::star::uno">XComponentContext</type> in which the ObjectInspector
+ If the com::sun::star::uno::XComponentContext in which the ObjectInspector
was created already contains such a value, it is not overwritten. Only if it doesn't, the inspector
will add an own value - which contains the inspector's main window - to the context when creating
handlers.</p>
diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl
index de6ac8bb3d50..4fbcd844465b 100644
--- a/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -84,7 +84,7 @@ constants PropertyControlType
/** denotes a control which allows the user to choose from a list of colors.
<p>Controls of type <member>ColorListBox</member> usually exchange their values as
- <type scope="com::sun::star::util">Color</type>.</p>
+ com::sun::star::util::Color.</p>
<p>Additionally, those controls support the XStringListControl interface. If you use
this interface to add additional entries to the list box, which have no color associated with it,
@@ -106,19 +106,19 @@ constants PropertyControlType
/** denotes a control which allows the user to enter a date value
- <p>Controls of type <member>DateField</member> exchange their values as <type scope="com::sun::star::util">Date</type>.</p>
+ <p>Controls of type <member>DateField</member> exchange their values as com::sun::star::util::Date.</p>
*/
const short DateField = 9;
/** denotes a control which allows the user to enter a time value
- <p>Controls of type <member>TimeField</member> exchange their values as <type scope="com::sun::star::util">Time</type>.</p>
+ <p>Controls of type <member>TimeField</member> exchange their values as com::sun::star::util::Time.</p>
*/
const short TimeField = 10;
/** denotes a control which allows the user to enter a combined date/time value
- <p>Controls of type <member>DateTimeField</member> exchange their values as <type scope="com::sun::star::util">DateTime</type>.</p>
+ <p>Controls of type <member>DateTimeField</member> exchange their values as com::sun::star::util::DateTime.</p>
*/
const short DateTimeField = 11;
diff --git a/offapi/com/sun/star/inspection/XNumericControl.idl b/offapi/com/sun/star/inspection/XNumericControl.idl
index c2f64bb5e2fc..47a55cda5e46 100644
--- a/offapi/com/sun/star/inspection/XNumericControl.idl
+++ b/offapi/com/sun/star/inspection/XNumericControl.idl
@@ -45,22 +45,22 @@ interface XNumericControl : XPropertyControl
*/
[attribute] com::sun::star::beans::Optional<double> MaxValue;
- /** describes a <type scope="com::sun::star::util">MeasureUnit</type> to be applied
+ /** describes a com::sun::star::util::MeasureUnit to be applied
for displaying values.
- <p>Only a certain set of <type scope="com::sun::star::util">MeasureUnit</type> values is
+ <p>Only a certain set of com::sun::star::util::MeasureUnit values is
supported. In particular, every value which denotes a fraction of another
unit (like 100th millimeters) cannot be used as DisplayUnit.</p>
@throws com::sun::star::lang::IllegalArgumentException
- if the caller attempts to set an unsupported <type scope="com::sun::star::util">MeasureUnit</type>
+ if the caller attempts to set an unsupported com::sun::star::util::MeasureUnit
*/
[attribute] short DisplayUnit
{
set raises (com::sun::star::lang::IllegalArgumentException);
};
- /** describes a <type scope="com::sun::star::util">MeasureUnit</type> to be
+ /** describes a com::sun::star::util::MeasureUnit to be
applied for transferring values.
<p>The core measurement unit for a property value might differ from the unit which
diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl
index e005874b0a4d..c6cac35f3cd2 100644
--- a/offapi/com/sun/star/inspection/XObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspector.idl
@@ -37,13 +37,13 @@ interface XObjectInspectorUI;
*/
interface XObjectInspector
{
- /** allows to plug the inspector into an <type scope="com::sun::star::frame">XFrame</type>
+ /** allows to plug the inspector into an com::sun::star::frame::XFrame
<p>The <member scope="com::sun::star::frame">XController::setModel</member> 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 <type scope="com::sun::star::frame">XModel</type>,
+ <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
@@ -54,7 +54,7 @@ interface XObjectInspector
/** allows to intercept functionality
- <p>This interface is inherited from the <type scope="com::sun::star::frame">Controller</type>
+ <p>This interface is inherited from the com::sun::star::frame::Controller
service, currently, there is no functionality to intercept at an XObjectInspector.</p>
*/
interface com::sun::star::frame::XDispatchProvider;
@@ -66,7 +66,7 @@ interface XObjectInspector
<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
- or need to implement the full-blown <type scope="com::sun::star::frame">XModel</type> interface,
+ 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>
<p>If a new model is set at the inspector, the complete UI will be rebuilt to reflect
diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
index d59c19326d51..e5169c5c4635 100644
--- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
+++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl
@@ -42,11 +42,11 @@ interface XObjectInspectorModel
<ul>
<li>A service name:</br>
If a sequence element contains a string, this string is interpreted
- as service name, and an <type scope="com::sun::star::lang">XMultiComponentFactory</type>
+ as service name, and an com::sun::star::lang::XMultiComponentFactory
is asked to create an instance of this service.</li>
<li>A factory:<br/>
If a sequence element contains an instance implementing the
- <type scope="com::sun::star::lang">XSingleComponentFactory</type> interface, this factory
+ com::sun::star::lang::XSingleComponentFactory interface, this factory
is used to create a property handler.</li>
</ul></p>