summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
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/drawing
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/drawing')
-rw-r--r--offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl4
-rw-r--r--offapi/com/sun/star/drawing/AccessibleGraphControl.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleGraphicShape.idl6
-rw-r--r--offapi/com/sun/star/drawing/AccessibleShape.idl4
-rw-r--r--offapi/com/sun/star/drawing/Background.idl2
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawingDocument.idl32
-rw-r--r--offapi/com/sun/star/drawing/GradientTable.idl6
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl2
-rw-r--r--offapi/com/sun/star/drawing/TextProperties.idl4
-rw-r--r--offapi/com/sun/star/drawing/TransparencyGradientTable.idl6
-rw-r--r--offapi/com/sun/star/drawing/XDrawSubController.idl2
-rw-r--r--offapi/com/sun/star/drawing/XGraphicExportFilter.idl4
-rw-r--r--offapi/com/sun/star/drawing/XShapeDescriptor.idl2
-rw-r--r--offapi/com/sun/star/drawing/framework/XPane.idl8
14 files changed, 42 insertions, 42 deletions
diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
index 001a3bae76ea..22f84c3e4df5 100644
--- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
+++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module drawing {
manually or programmatically through the usual channels, e.g. pressing
keys or selecting menu entries.</li>
<li>The hierarchy exposed through the
- <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
+ ::com::sun::star::accessibility::XAccessibleContext
interface does not necessarily correspond directly to the underlying
draw page structure. Internal nodes in this hierarchy are introduced
by group shapes, 3D scenes, and OLE objects.</li>
@@ -60,7 +60,7 @@ module com { module sun { module star { module drawing {
service AccessibleDrawDocumentView
{
/** Base interface for being accessible. It gives access to the
- <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
+ ::com::sun::star::accessibility::XAccessibleContext
interface.
*/
interface ::com::sun::star::accessibility::XAccessible;
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
index e7a31d5d0d9a..34cece8b304a 100644
--- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
+++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module drawing {
service AccessibleGraphControl
{
/** Base interface for being accessible. It gives access to the
- <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
+ ::com::sun::star::accessibility::XAccessibleContext
interface.
*/
interface ::com::sun::star::accessibility::XAccessible;
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
index 9fe1021ffb3e..00c6e80db337 100644
--- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
+++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
@@ -43,10 +43,10 @@ service AccessibleGraphicShape
<p>See AccessibleShape for documentation and support of
the interfaces
- <type scope="::com::sun::star::accessibility">XAccessible</type>,
- <type scope="::com::sun::star::accessibility">XAccessibleContext</type>,
+ ::com::sun::star::accessibility::XAccessible,
+ ::com::sun::star::accessibility::XAccessibleContext,
and
- <type scope="::com::sun::star::accessibility">XAccessibleComponent</type>.</p>
+ ::com::sun::star::accessibility::XAccessibleComponent.</p>
@see AccessibleShape
*/
diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl
index e19e93d820d7..e3bd35acecaf 100644
--- a/offapi/com/sun/star/drawing/AccessibleShape.idl
+++ b/offapi/com/sun/star/drawing/AccessibleShape.idl
@@ -59,7 +59,7 @@ module com { module sun { module star { module drawing {
service AccessibleShape
{
/** Base interface for being accessible. It gives access to the
- <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
+ ::com::sun::star::accessibility::XAccessibleContext
interface.
*/
interface ::com::sun::star::accessibility::XAccessible;
@@ -104,7 +104,7 @@ service AccessibleShape
scope="com::sun::star::accessibility"
>AccessibleStateType::DEFUNC</const> state set has already
been disposed and subsequent calls to this object result in
- <type scope="::com::sun::star::lang">DisposedException</type>
+ ::com::sun::star::lang::DisposedException
exceptions.</p>
<p>If this state is set then no other of the states below is
set. This is also true for the states that are otherwise
diff --git a/offapi/com/sun/star/drawing/Background.idl b/offapi/com/sun/star/drawing/Background.idl
index b919df358e9f..eff312c59a06 100644
--- a/offapi/com/sun/star/drawing/Background.idl
+++ b/offapi/com/sun/star/drawing/Background.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module drawing {
/** this service provides the properties to describe a background filling for
- a drawing page. It can be obtained by the <type scope="com::sun::star::lang">XMultiServiceFactory</type>
+ a drawing page. It can be obtained by the com::sun::star::lang::XMultiServiceFactory
of a document and be set on draw pages that support a filled background.
*/
published service Background
diff --git a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
index 46d27fd57875..39b7ad5ca388 100644
--- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl
@@ -74,8 +74,8 @@ service GenericDrawingDocument
<li>AppletShape</li>
</ul>
- <p>The following services are all <type scope="com::sun::star::text">TextField</type>
- and can be inserted into text as <type scope="com::sun::star::text">TextContent</type>.
+ <p>The following services are all com::sun::star::text::TextField
+ and can be inserted into text as com::sun::star::text::TextContent.
<ul>
<li><member scope="com::sun::star::text">TextField::DateTime</member></li>
@@ -93,38 +93,38 @@ service GenericDrawingDocument
and let you add new resources.
<ul>
- <li><type scope="com::sun::star::drawing">DashTable</type></li>
- <li><type scope="com::sun::star::drawing">GradientTable</type></li>
- <li><type scope="com::sun::star::drawing">HatchTable</type></li>
- <li><type scope="com::sun::star::drawing">BitmapTable</type></li>
- <li><type scope="com::sun::star::drawing">TransparencyGradientTable</type></li>
- <li><type scope="com::sun::star::drawing">MarkerTable</type></li>
+ <li>com::sun::star::drawing::DashTable</li>
+ <li>com::sun::star::drawing::GradientTable</li>
+ <li>com::sun::star::drawing::HatchTable</li>
+ <li>com::sun::star::drawing::BitmapTable</li>
+ <li>com::sun::star::drawing::TransparencyGradientTable</li>
+ <li>com::sun::star::drawing::MarkerTable</li>
</ul>
<p>The following service can be set at the <code>Numbering</code> property
- inside a <type scope="com::sun::star::style">ParagraphProperties</type>
+ inside a com::sun::star::style::ParagraphProperties
<ul>
- <li><type scope="com::sun::star::text">NumberingRules</type></li>
+ <li>com::sun::star::text::NumberingRules</li>
</ul>
- <p>The following services can be used for a <type scope="com::sun::star::image">ImageMap</type>
+ <p>The following services can be used for a com::sun::star::image::ImageMap
inside the document.
- <br>A <type scope="com::sun::star::image">ImageMap</type> can be obtained from a
+ <br>A com::sun::star::image::ImageMap can be obtained from a
GraphicObjectShape
<ul>
- <li><type scope="com::sun::star::image">ImageMapRectangleObject</type></li>
- <li><type scope="com::sun::star::image">ImageMapCircleObject</type></li>
- <li><type scope="com::sun::star::image">ImageMapPolygonObject</type></li>
+ <li>com::sun::star::image::ImageMapRectangleObject</li>
+ <li>com::sun::star::image::ImageMapCircleObject</li>
+ <li>com::sun::star::image::ImageMapPolygonObject</li>
</ul>
<p>The following services lets you access the drawing property defaults
of a document.
<ul>
- <li><type scope="com::sun::star::drawing">Defaults</type></li>
+ <li>com::sun::star::drawing::Defaults</li>
</ul>
*/
interface com::sun::star::lang::XMultiServiceFactory;
diff --git a/offapi/com/sun/star/drawing/GradientTable.idl b/offapi/com/sun/star/drawing/GradientTable.idl
index d28afc1c7bbd..6b843c474246 100644
--- a/offapi/com/sun/star/drawing/GradientTable.idl
+++ b/offapi/com/sun/star/drawing/GradientTable.idl
@@ -25,9 +25,9 @@
module com { module sun { module star { module drawing {
-/** this is a container for <type scope="com::sun::star::awt">Gradient</type>s
+/** this is a container for com::sun::star::awt::Gradients
- <p>It is used for example to access the <type scope="com::sun::star::awt">Gradient</type>s that
+ <p>It is used for example to access the com::sun::star::awt::Gradients that
are used inside a document.
@see DrawingDocumentFactory
@@ -35,7 +35,7 @@
*/
published service GradientTable
{
- /** this container lets you access the <type scope="com::sun::star::awt">Gradient</type>s that
+ /** this container lets you access the com::sun::star::awt::Gradients that
are indexed with a name.
<p>Note: You can add new entries for later use, but you cannot
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 3f7b16d32946..6345a85d1e36 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -68,7 +68,7 @@ published service Shape
/** This interfaces gives access to an optional container of glue points.
To have unique ids you should query the returned interface for
- <type scope="com::sun::star::container">XIdentifierContainer</type>.
+ com::sun::star::container::XIdentifierContainer.
*/
[optional] interface com::sun::star::drawing::XGluePointsSupplier;
diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl
index 6cb102034e52..e0d712353638 100644
--- a/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/offapi/com/sun/star/drawing/TextProperties.idl
@@ -94,9 +94,9 @@ published service TextProperties
/** describes the numbering levels.
<p>The different rules accessible with this
- <type scope="com::sun::star::container">XIndexReplace</type> interface
+ com::sun::star::container::XIndexReplace interface
are sequences of property values as described in the service
- <type scope="com::sun::star::style">NumberingRule</type>.</p>
+ com::sun::star::style::NumberingRule.</p>
*/
[optional, property] com::sun::star::container::XIndexReplace NumberingRules;
diff --git a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
index 0ad6e2233f30..540d309e5a64 100644
--- a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
+++ b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl
@@ -25,9 +25,9 @@
module com { module sun { module star { module drawing {
-/** this is a container for <type scope="com::sun::star::awt">Gradient</type>s
+/** this is a container for com::sun::star::awt::Gradients
- <p>It is used for example to access the <type scope="com::sun::star::awt">Gradient</type>s that
+ <p>It is used for example to access the com::sun::star::awt::Gradients that
are used inside a document for fill transparency.
@see DrawingDocumentFactory
@@ -35,7 +35,7 @@
*/
published service TransparencyGradientTable
{
- /** this container lets you access the <type scope="com::sun::star::awt">Gradient</type>s that
+ /** this container lets you access the com::sun::star::awt::Gradients that
are indexed with a name.
<p>Note: You can add new entries for later use, but you cannot
diff --git a/offapi/com/sun/star/drawing/XDrawSubController.idl b/offapi/com/sun/star/drawing/XDrawSubController.idl
index 94cb7030be9a..3126cfa53697 100644
--- a/offapi/com/sun/star/drawing/XDrawSubController.idl
+++ b/offapi/com/sun/star/drawing/XDrawSubController.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module drawing {
/** View dependent part of the Draw and Impress controller.
<p>During the lifetime of an Impress application the
- <type scope="com::sun::star::drawing">DrawingDocumentDrawView</type>
+ com::sun::star::drawing::DrawingDocumentDrawView
changes its sub controllers whenever the view in the center pane is
replaced by another one. The sub controller handles the things that are
not common to all views, i.e. properties, the current page/slide, and
diff --git a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
index 8adff804d2bc..63ae243c482f 100644
--- a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
+++ b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
@@ -36,7 +36,7 @@ published interface XGraphicExportFilter
starts the export of the graphic file.
<p>The following properties from the
- <type scope="com::sun::star::document">MediaDescriptor</type> are
+ com::sun::star::document::MediaDescriptor are
supported:</p>
<ul>
@@ -64,7 +64,7 @@ published interface XGraphicExportFilter
<li>image/x-xpixmap</li>
<li>image/svg+xml</li>
</ul>
- <p>Ask the interface <type scope="com::sun::star::document">XMimeTypeInfo</type>
+ <p>Ask the interface com::sun::star::document::XMimeTypeInfo
for all values supported by the component.</p>
</li>
<li>
diff --git a/offapi/com/sun/star/drawing/XShapeDescriptor.idl b/offapi/com/sun/star/drawing/XShapeDescriptor.idl
index 82de4b3fa392..2ac5b0a40143 100644
--- a/offapi/com/sun/star/drawing/XShapeDescriptor.idl
+++ b/offapi/com/sun/star/drawing/XShapeDescriptor.idl
@@ -29,7 +29,7 @@
/** offers some settings which are allowed even for objects which are not yet inserted into a draw page.
@deprecated
- replaced by <type scope="com::sun::star::lang">XServiceName</type>
+ replaced by com::sun::star::lang::XServiceName
*/
published interface XShapeDescriptor: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/drawing/framework/XPane.idl b/offapi/com/sun/star/drawing/framework/XPane.idl
index 82aa337d1e38..b7dfc6baeb53 100644
--- a/offapi/com/sun/star/drawing/framework/XPane.idl
+++ b/offapi/com/sun/star/drawing/framework/XPane.idl
@@ -37,18 +37,18 @@ interface XPane
{
interface XResource;
- /** Return the <type scope="com::sun::star::awt">XWindow</type> of the
+ /** Return the com::sun::star::awt::XWindow of the
pane that is used to display a view.
*/
::com::sun::star::awt::XWindow getWindow ();
- /** Return the <type scope="com::sun::star::awt">XCanvas</type> of the pane. The
- <type scope="com::sun::star::rendering">XCanvas</type> object is expected to
+ /** Return the com::sun::star::awt::XCanvas of the pane. The
+ com::sun::star::rendering::XCanvas object is expected to
be associated with the <type
scope="com::sun::star::awt">XWindow</type> object returned by
<member>getWindow()</member>.
@return
- When the <type scope="com::sun::star::rendering">XCanvas</type>
+ When the com::sun::star::rendering::XCanvas
interface is not supported then an empty reference is returned.
*/
::com::sun::star::rendering::XCanvas getCanvas ();