summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:07:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commitcdbbbdce9956e290b4a849af332df55da1be8d36 (patch)
tree2050cdc73e167962b0a37e7272abd55575f8c705 /include/svx
parentbf080115bac322b177ffcf1e15aff4de1d742b4c (diff)
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/AccessibleGraphicShape.hxx4
-rw-r--r--include/svx/AccessibleOLEShape.hxx4
-rw-r--r--include/svx/AccessibleShape.hxx14
-rw-r--r--include/svx/AccessibleShapeInfo.hxx4
-rw-r--r--include/svx/ChildrenManager.hxx6
-rw-r--r--include/svx/IAccessibleParent.hxx2
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
-rw-r--r--include/svx/ShapeTypeHandler.hxx6
-rw-r--r--include/svx/dbaexchange.hxx2
9 files changed, 22 insertions, 22 deletions
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx
index cfe87332fe38..4af3b913fecb 100644
--- a/include/svx/AccessibleGraphicShape.hxx
+++ b/include/svx/AccessibleGraphicShape.hxx
@@ -28,8 +28,8 @@ namespace accessibility {
/** @descr
This class makes graphic shapes accessible. With respect to its
- base class <type>AccessibleShape</type> it supports the additional
- <type>XAccessibleImage</type> interface.
+ base class AccessibleShape it supports the additional
+ XAccessibleImage interface.
*/
class SVX_DLLPUBLIC AccessibleGraphicShape
: public AccessibleShape,
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx
index 1c3fe797ed59..378924bd1fc1 100644
--- a/include/svx/AccessibleOLEShape.hxx
+++ b/include/svx/AccessibleOLEShape.hxx
@@ -29,8 +29,8 @@ namespace accessibility {
/** @descr
This class makes OLE objects accessible. With respect to its
- base class <type>AccessibleShape</type> it supports the additional
- <type>XAccessibleAction</type> interface.
+ base class AccessibleShape it supports the additional
+ XAccessibleAction interface.
*/
class SVX_DLLPUBLIC AccessibleOLEShape
: public AccessibleShape,
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 450b090f7562..1e1bc6081253 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -46,9 +46,9 @@ class IAccessibleParent;
/** This base class provides a base implementation for all shapes. For more
detailed documentation about the methods refer to the descriptions of
the implemented interfaces. These are, among others,
- <type>XAccessible</type>, <type>XAccessibleContext</type>,
- <type>XAccessibleComponent</type> and
- <type>XAccessibleExtendedComponent</type>.
+ XAccessible, <type>XAccessibleContext</type>,
+ XAccessibleComponent and
+ XAccessibleExtendedComponent.
<p>The children of a shape can stem from two sources which, in case of
SVX and SD shapes, are mutually exclusive. This implementation,
@@ -56,9 +56,9 @@ class IAccessibleParent;
shapes from other projects.
<ul>
<li>If this shape is a group shape, i.e. a
- <type>SvxShapeGroup</type> or a <type>Svx3DSceneObject</type>, it
+ SvxShapeGroup or a <type>Svx3DSceneObject</type>, it
can have nested shapes.</li>
- <li>If this shape is a descendant from <type>SvxShapeText</type>
+ <li>If this shape is a descendant from SvxShapeText
then the text paragraphs are its children.</li>
</ul>
</p>
@@ -116,7 +116,7 @@ public:
/** Set the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState
@@ -130,7 +130,7 @@ public:
/** Reset the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState
diff --git a/include/svx/AccessibleShapeInfo.hxx b/include/svx/AccessibleShapeInfo.hxx
index c7ef007c9d65..dea25656efa9 100644
--- a/include/svx/AccessibleShapeInfo.hxx
+++ b/include/svx/AccessibleShapeInfo.hxx
@@ -32,10 +32,10 @@ namespace accessibility {
shape that is passed to the constructor of that shape. It allows to
separate the class definitions of the shapes from the information
needed on construction. Only the shapes' implementation has to be
- adapted to a modified <type>AccessibleShapeInfo</type> definition.
+ adapted to a modified AccessibleShapeInfo definition.
<p>Note that this class complements the
- <type>AccessibleShapeTreeInfo</type> interface which contains
+ AccessibleShapeTreeInfo interface which contains
information that is passed to all shapes in a subtree not just to a
single shape. </p>
*/
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index 3232bd22c0b1..216a40f6b7f0 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -33,7 +33,7 @@ class AccessibleContextBase;
class AccessibleShape;
class ChildrenManagerImpl;
-/** The <type>AccessibleChildrenManager</type> class acts as a cache of the
+/** The AccessibleChildrenManager class acts as a cache of the
accessible objects of the currently visible shapes of a draw page and as
a factory to create the corresponding accessible object for a given
shape.
@@ -42,7 +42,7 @@ class ChildrenManagerImpl;
It is passes to the constructor and can be re-set with a call to
<member>SetShapeList</member>. Accessibility objects which represent
these shapes are constructed usually on demand. The second source is a
- set of single <type>AccessibleShape</type> objects added by calls to
+ set of single AccessibleShape objects added by calls to
<member>AddAccessibleShape</member>. These are not modified by this
class. They are only copied into the list of visible shapes depending
on their visibility. The later list can be cleared by calling
@@ -55,7 +55,7 @@ class ChildrenManagerImpl;
<p>A children manager registers itself at the broadcaster passed to its
constructor and transforms/forwards the received events to the listeners
of the also given context base. The transformation process includes
- interpreting a <type>document::XEventListener</type>, the change from
+ interpreting a document::XEventListener, the change from
XShape references to the associated XAccessible reference, and the
creation of an XAccessibleEventObject. The event object is then passed
to the <method>fireEvent</method> method of the context and from there
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index 05854b66e3b8..0e7acdddb784 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -30,7 +30,7 @@ class AccessibleShape;
class AccessibleShapeTreeInfo;
/** This interface contains methods missing from the
- <type>XAccessibleContext</type> interface that allow the modification of
+ XAccessibleContext interface that allow the modification of
parent/child relationship.
*/
class IAccessibleParent
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index 8ea001fe0e19..1509d08aa20b 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -35,7 +35,7 @@ namespace accessibility {
<method>GetVisibleArea</method> returns the visible rectangle that
corresponds to this window.</p>
- <p>This interface is similar to the <type>SvxViewForwarder</type> but
+ <p>This interface is similar to the SvxViewForwarder but
differs in two important points: Firstly the <member>GetVisArea</member>
method returns a rectangle in internal coordinates and secondly the
transformation methods do not require explicit mapmodes. These have to
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index 4dea0232bc90..fac44c596eba 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -84,7 +84,7 @@ public:
/** This function returns a reference to the only instance of this class.
Use this instance to retrieve a shape's type and service name.
@return
- Returns a reference to a <type>ShapeTypeHandler</type> object.
+ Returns a reference to a ShapeTypeHandler object.
*/
static ShapeTypeHandler& Instance (void);
@@ -104,7 +104,7 @@ public:
Returns the type id of the specified shape or
-1 when the given reference is either not
set or the referenced object does not support the
- <type>XShapeDescriptor</type> interface.
+ XShapeDescriptor interface.
*/
ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape>& rxShape) const;
@@ -140,7 +140,7 @@ public:
/** Add new shape types to the internal tables. Each new shape type is
described by one shape type descriptor. See
- <type>ShapeTypeDescriptor</type> for more details.
+ ShapeTypeDescriptor for more details.
@param nDescriptorCount
Number of new shape types.
diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx
index f4f40673d87b..278352572c46 100644
--- a/include/svx/dbaexchange.hxx
+++ b/include/svx/dbaexchange.hxx
@@ -137,7 +137,7 @@ namespace svx
<p>This method helps you treating this class as simple container class:<br/>
At the moment, it is a data container and a transferable.
Using <method>addDataToContainer</method>, you can treat the class as dumb data container,
- doing the Drag'n'Drop with a <type>TransferDataContainer</type> instance (which may contain
+ doing the Drag'n'Drop with a TransferDataContainer instance (which may contain
additional formats)</p>
@TODO
split this class into a two separate classes: one for the data container aspect, one for